Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/nightfox.toml')
| -rw-r--r-- | runtime/themes/nightfox.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/nightfox.toml b/runtime/themes/nightfox.toml index 41d81e7b..92118d1c 100644 --- a/runtime/themes/nightfox.toml +++ b/runtime/themes/nightfox.toml @@ -31,7 +31,7 @@ "ui.linenr.selected" = { fg = "yellow", modifiers = ["bold"] } # Current line number. # "ui.virtual" = { } # Namespace for additions to the editing area. -"ui.virtual.ruler" = { bg = "bg3" } # Vertical rulers (colored columns in editing area). +"ui.virtual.ruler" = { fg = "bg3" } # Vertical rulers (colored columns in editing area). "ui.virtual.whitespace" = { fg = "bg3" } # Whitespace markers in editing area. "ui.virtual.indent-guide" = { fg = "black" } # Vertical indent width guides "ui.virtual.inlay-hint" = { fg = "comment", bg = "bg2" } # Default style for inlay hints of all kinds |