ferra: fix ruler overriding foreground style

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.
pull/16/head
dylrich 1 year ago committed by Pascal Kuthe
parent 99a8b6159c
commit 523e9e4573

@ -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" }

Loading…
Cancel
Save