Skip to content

Commit

Permalink
Nord theme: Update ruler to set bg instead of fg (#7995)
Browse files Browse the repository at this point in the history
  • Loading branch information
dastrukar authored Aug 18, 2023
1 parent 18a79aa commit e4c95f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/themes/nord.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit e4c95f6

Please sign in to comment.