Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/doom-one.toml')
| -rw-r--r-- | runtime/themes/doom-one.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/doom-one.toml b/runtime/themes/doom-one.toml index 8daa9346..038477fe 100644 --- a/runtime/themes/doom-one.toml +++ b/runtime/themes/doom-one.toml @@ -10,7 +10,7 @@ "ui.statusline" = { fg = "blue" } "ui.selection" = { bg = "bg_highlight" } "ui.selection.primary" = { bg = "bg_highlight" } -"ui.virtual.ruler" = { bg = "bg_highlight" } +"ui.virtual.ruler" = { fg = "bg_highlight" } # Markdown Highlighting "markup.raw" = { fg = "blue", bg = "bg" } |