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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/modus_vivendi.toml b/runtime/themes/modus_vivendi.toml index c1f13a8f..b2466c9d 100644 --- a/runtime/themes/modus_vivendi.toml +++ b/runtime/themes/modus_vivendi.toml @@ -82,7 +82,7 @@ punctuation = "fg-dim" "ui.text.focus" = { fg = "fg-main", bg = "bg-completion", modifiers = ["bold"] } "ui.text.inactive" = { fg = "fg-dim" } "ui.virtual" = "bg-active" -"ui.virtual.ruler" = { bg = "bg-dim" } +"ui.virtual.ruler" = { fg = "bg-dim" } "ui.virtual.inlay-hint" = { fg = "fg-dim", modifiers = ["italic"] } "ui.virtual.jump-label" = { fg = "yellow-cooler", modifiers = ["bold"] } |