Skip to content

Commit

Permalink
feat(themes): add ui.virtual.ruler for base16_default_dark
Browse files Browse the repository at this point in the history
  • Loading branch information
RoloEdits authored and the-mikedavis committed Apr 18, 2024
1 parent 4e16956 commit 34291f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/themes/base16_default_dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"ui.background" = { bg = "base00" }
"ui.virtual.whitespace" = "base03"
"ui.virtual.jump-label" = { fg = "blue", modifiers = ["bold", "underlined"] }
"ui.virtual.ruler" = { bg = "base01" }
"ui.menu" = { fg = "base05", bg = "base01" }
"ui.menu.selected" = { fg = "base01", bg = "base04" }
"ui.linenr" = { fg = "base03", bg = "base01" }
Expand Down

0 comments on commit 34291f0

Please sign in to comment.