diff options
author | Sora | 2022-06-30 22:14:55 +0000 |
---|---|---|
committer | GitHub | 2022-06-30 22:14:55 +0000 |
commit | 26501afe13bcb513a5dec764daccdcfd166a7114 (patch) | |
tree | fbaaf3d5f40f6ee7a822028f350c21bb557286e4 /runtime/themes | |
parent | f2768da1f6312efe6f87f80a6541da5225c2fc7c (diff) |
Update cursorline for tokyonight + tokyonight_storm (#2927)
Co-authored-by: s0LA1337 <dreamer@neoncity.dev>
Diffstat (limited to 'runtime/themes')
-rw-r--r-- | runtime/themes/tokyonight.toml | 1 | ||||
-rw-r--r-- | runtime/themes/tokyonight_storm.toml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/tokyonight.toml b/runtime/themes/tokyonight.toml index 14cc40e2..4f1ea1cf 100644 --- a/runtime/themes/tokyonight.toml +++ b/runtime/themes/tokyonight.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" } 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" } |