Skip to content

Commit

Permalink
change ruler color to bg-2
Browse files Browse the repository at this point in the history
  • Loading branch information
ftqo committed Mar 26, 2024
1 parent b45a689 commit 8fe56c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/themes/flexoki_light.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"ui.text.focus" = { bg = "bg-2", fg = "tx" }
"ui.text.info" = "tx"
"ui.virtual.whitespace" = "bg-2"
"ui.virtual.ruler" = { bg = "tx" }
"ui.virtual.ruler" = { bg = "bg-2" }
"ui.virtual.inlay-hint" = { fg = "tx-3", bg = "bg" }
"ui.virtual.jump-label" = { bg = "bg-2", modifiers = ["bold"]}
"ui.menu" = { fg = "tx", bg = "bg" }
Expand Down

0 comments on commit 8fe56c2

Please sign in to comment.