Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/aurara.toml')
-rw-r--r--runtime/themes/aurara.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/aurara.toml b/runtime/themes/aurara.toml
index d8a5a229..3ba38a40 100644
--- a/runtime/themes/aurara.toml
+++ b/runtime/themes/aurara.toml
@@ -127,7 +127,7 @@
'ui.linenr.selected' = { modifiers = [ "bold" ] } # Current line number.
'ui.virtual' = { fg = "gray-stone" } # Namespace for additions to the editing area.
-'ui.virtual.ruler' = { bg = "selection-ui"} # Vertical rulers (colored columns in editing area).
+'ui.virtual.ruler' = { fg = "selection-ui"} # Vertical rulers (colored columns in editing area).
# TODO: TEST: haven't seen these two yet..error
# 'ui.virtual.whitespace' = { fg = "gray-stone"} # Whitespace markers in editing area: newline..
# 'ui.virtual.wrap'