Skip to content

Commit

Permalink
ferra: fix ruler overriding foreground style
Browse files Browse the repository at this point in the history
Ferra's current ruler styling overrides the foreground style, which is
an odd look only for characters in the ruler column. This commit removes
the foreground styling for the ruler rule. This is more in line with
what other themes do for the ruler.
  • Loading branch information
dylrich committed Apr 16, 2023
1 parent 4cdba7c commit bf06994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/themes/ferra.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"ui.selection.primary" = { bg = "ferra_night", fg = "ferra_umber" }
"ui.virtual" = { fg = "ferra_bark" }
"ui.virtual.whitespace" = { fg = "ferra_bark" }
"ui.virtual.ruler" = { fg = "ferra_night", bg = "ferra_ash" }
"ui.virtual.ruler" = { bg = "ferra_ash" }
"ui.virtual.indent-guide" = { fg = "ferra_ash" }
"ui.virtual.inlay-hint" = { fg = "ferra_bark" }

Expand Down

0 comments on commit bf06994

Please sign in to comment.