aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes
diff options
context:
space:
mode:
authordastrukar2023-08-18 21:34:35 +0000
committerGitHub2023-08-18 21:34:35 +0000
commite4c95f65a64a0553e1dafa365a40dcd5c328fa69 (patch)
treed39579cf7ffc3bbf8531e29af32ff458a2b99e29 /runtime/themes
parent18a79aa3bf4bfc1569d104eaab5652ccccc217b3 (diff)
Nord theme: Update ruler to set bg instead of fg (#7995)
Diffstat (limited to 'runtime/themes')
-rw-r--r--runtime/themes/nord.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/nord.toml b/runtime/themes/nord.toml
index c490aa7c..5c3b6219 100644
--- a/runtime/themes/nord.toml
+++ b/runtime/themes/nord.toml
@@ -125,7 +125,7 @@
# Virtual/invisable text
"ui.virtual.indent-guide" = "nord3"
"ui.virtual.inlay-hint" = { fg = "nord3", modifiers = ["italic"] }
-"ui.virtual.ruler" = "nord3"
+"ui.virtual.ruler" = { bg = "nord1" }
"ui.virtual.whitespace" = "nord3"
"ui.virtual.wrap" = "nord3"