Skip to content

Commit

Permalink
Adjust the ruler color of the default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed Jul 14, 2024
1 parent b2cc7d8 commit 079f544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ label = "honey"
"ui.text.focus" = { fg = "white" }
"ui.text.inactive" = "sirocco"
"ui.virtual" = { fg = "comet" }
"ui.virtual.ruler" = { bg = "revolver" }
"ui.virtual.ruler" = { bg = "bossanova" }
"ui.virtual.jump-label" = { fg = "apricot", modifiers = ["bold"] }

"ui.virtual.indent-guide" = { fg = "comet" }
Expand Down

0 comments on commit 079f544

Please sign in to comment.