aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/tokyonight_storm.toml
diff options
context:
space:
mode:
authorSora2022-06-30 22:14:55 +0000
committerGitHub2022-06-30 22:14:55 +0000
commit26501afe13bcb513a5dec764daccdcfd166a7114 (patch)
treefbaaf3d5f40f6ee7a822028f350c21bb557286e4 /runtime/themes/tokyonight_storm.toml
parentf2768da1f6312efe6f87f80a6541da5225c2fc7c (diff)
Update cursorline for tokyonight + tokyonight_storm (#2927)
Co-authored-by: s0LA1337 <dreamer@neoncity.dev>
Diffstat (limited to 'runtime/themes/tokyonight_storm.toml')
-rw-r--r--runtime/themes/tokyonight_storm.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/tokyonight_storm.toml b/runtime/themes/tokyonight_storm.toml
index 6c6fd9c8..c47ac54b 100644
--- a/runtime/themes/tokyonight_storm.toml
+++ b/runtime/themes/tokyonight_storm.toml
@@ -30,6 +30,7 @@
"ui.cursor" = { modifiers = ["reversed"] }
"ui.cursor.match" = { fg = "orange", modifiers = ["bold"] }
"ui.cursor.primary" = { modifiers = ["reversed"] }
+"ui.cursorline.primary" = { bg = "background_menu" }
"ui.help" = { fg = "foreground", bg = "background_menu" }
"ui.linenr" = { fg = "foreground_gutter" }
"ui.linenr.selected" = { fg = "foreground" }