Skip to content

Commit

Permalink
Small bogster theme improvements (#11353)
Browse files Browse the repository at this point in the history
* Add a distinct jump-label to bogster theme

* Make the primary label visible in the bogster theme
  • Loading branch information
href authored Sep 30, 2024
1 parent 4245378 commit d103248
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion runtime/themes/bogster.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@
"ui.text.focus" = { fg = "bogster-fg1", modifiers= ["bold"] }
"ui.virtual.whitespace" = "bogster-base5"
"ui.virtual.ruler" = { bg = "bogster-base0" }
"ui.virtual.jump-label" = { fg = "bogster-base0", bg = "bogster-yellow", modifiers = [ "bold" ] }

"ui.selection" = { bg = "bogster-base3" }
"ui.selection" = { bg = "bogster-base2" }
"ui.selection.primary" = { bg = "bogster-base3" }
"ui.cursor.match" = { fg = "bogster-base3", bg = "bogster-orange" }
"ui.cursor" = { fg = "bogster-base5", modifiers = ["reversed"] }

Expand Down

0 comments on commit d103248

Please sign in to comment.