Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/modus_vivendi.toml')
| -rw-r--r-- | runtime/themes/modus_vivendi.toml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/runtime/themes/modus_vivendi.toml b/runtime/themes/modus_vivendi.toml index c1f13a8f..5868f4f8 100644 --- a/runtime/themes/modus_vivendi.toml +++ b/runtime/themes/modus_vivendi.toml @@ -86,8 +86,8 @@ punctuation = "fg-dim" "ui.virtual.inlay-hint" = { fg = "fg-dim", modifiers = ["italic"] } "ui.virtual.jump-label" = { fg = "yellow-cooler", modifiers = ["bold"] } -"ui.selection" = { bg = "bg-inactive" } -"ui.selection.primary" = { bg = "bg-active" } +"ui.selection" = { fg = "fg-main", bg = "bg-inactive" } +"ui.selection.primary" = { fg = "fg-main", bg = "bg-active" } "ui.cursor" = { fg = "bg-main", bg = "fg-main" } "ui.cursor.primary" = { fg = "bg-main", bg = "fg-dim" } @@ -112,8 +112,6 @@ warning = "yellow-warmer" info = "cyan-cooler" hint = "blue-cooler" -rainbow = ["red", "yellow-warmer", "green-intense", "cyan", "blue", "magenta-intense"] - [palette] # Basic values bg-main = "#000000" |