Skip to content

Commit e917850

Browse files
dastrukarSchuyler Mortimer
authored and
Schuyler Mortimer
committedJul 10, 2024
Nord theme: Update ruler to set bg instead of fg (helix-editor#7995)
1 parent dd5cd10 commit e917850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎runtime/themes/nord.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
# Virtual/invisable text
126126
"ui.virtual.indent-guide" = "nord3"
127127
"ui.virtual.inlay-hint" = { fg = "nord3", modifiers = ["italic"] }
128-
"ui.virtual.ruler" = "nord3"
128+
"ui.virtual.ruler" = { bg = "nord1" }
129129
"ui.virtual.whitespace" = "nord3"
130130
"ui.virtual.wrap" = "nord3"
131131

0 commit comments

Comments
 (0)
Please sign in to comment.