diff options
Diffstat (limited to 'runtime/themes/everforest_light.toml')
-rw-r--r-- | runtime/themes/everforest_light.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/everforest_light.toml b/runtime/themes/everforest_light.toml index 60557ba0..43f94618 100644 --- a/runtime/themes/everforest_light.toml +++ b/runtime/themes/everforest_light.toml @@ -60,6 +60,7 @@ "ui.cursor.select" = { fg = "bg0", bg = "blue" } "ui.linenr" = "grey0" "ui.linenr.selected" = "fg" +"ui.cursorline" = { bg = "bg1" } "ui.statusline" = { fg = "grey2", bg = "bg2" } "ui.statusline.inactive" = { fg = "grey0", bg = "bg1" } "ui.popup" = { fg = "grey2", bg = "bg1" } @@ -71,6 +72,7 @@ "ui.menu.selected" = { fg = "bg0", bg = "green" } "ui.selection" = { bg = "bg3" } "ui.virtual.whitespace" = "grey0" +"ui.virtual.ruler" = { bg = "bg1" } "hint" = "blue" "info" = "aqua" |