Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/spacebones_light.toml')
| -rw-r--r-- | runtime/themes/spacebones_light.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/spacebones_light.toml b/runtime/themes/spacebones_light.toml index 9736ba35..d1354305 100644 --- a/runtime/themes/spacebones_light.toml +++ b/runtime/themes/spacebones_light.toml @@ -73,7 +73,7 @@ "ui.menu" = { fg = "fg1", bg = "bg2" } "ui.menu.selected" = { fg = "base", bg = "bg2", modifiers = ["bold"] } "ui.virtual" = "base-dim" -"ui.virtual.ruler" = { bg = "bg1" } +"ui.virtual.ruler" = { fg = "bg1" } "diagnostic.warning" = { underline = { style = "curl", color = "meta" } } "diagnostic.error" = { underline = { style = "curl", color = "#e0211d" } } |