Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/everforest_light.toml')
| -rw-r--r-- | runtime/themes/everforest_light.toml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/runtime/themes/everforest_light.toml b/runtime/themes/everforest_light.toml index 450f3e46..cf39e23d 100644 --- a/runtime/themes/everforest_light.toml +++ b/runtime/themes/everforest_light.toml @@ -64,7 +64,7 @@ "diff.minus" = "red" "ui.background" = { bg = "bg0" } -"ui.background.separator" = "grey0" +"ui.background.separator" = "bg_visual" "ui.cursor" = { fg = "bg1", bg = "grey2" } "ui.cursor.insert" = { fg = "bg0", bg = "grey1" } "ui.cursor.select" = { fg = "bg0", bg = "blue" } @@ -89,11 +89,9 @@ "bold", ] } "ui.popup" = { fg = "grey2", bg = "bg2" } -"ui.picker.header" = { modifiers = ["bold", "underlined"] } "ui.window" = { fg = "bg4", bg = "bg_dim" } "ui.help" = { fg = "fg", bg = "bg2" } "ui.text" = "fg" -"ui.text.directory" = { fg = "green" } "ui.text.focus" = "fg" "ui.menu" = { fg = "fg", bg = "bg3" } "ui.menu.selected" = { fg = "bg0", bg = "green" } @@ -112,8 +110,6 @@ "diagnostic.info" = { underline = { color = "blue", style = "curl" } } "diagnostic.warning" = { underline = { color = "yellow", style = "curl" } } "diagnostic.error" = { underline = { color = "red", style = "curl" } } -"diagnostic.unnecessary" = { modifiers = ["dim"] } -"diagnostic.deprecated" = { modifiers = ["crossed_out"] } [palette] |