Skip to content

Commit

Permalink
Update gruvbox themes
Browse files Browse the repository at this point in the history
* stylize v2 picker column headers
  • Loading branch information
0rphee committed Aug 17, 2024
1 parent f65ec32 commit dae10ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/themes/gruvbox.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@
"ui.menu" = { fg = "fg1", bg = "bg2" }
"ui.menu.selected" = { fg = "bg2", bg = "blue1", modifiers = ["bold"] }
"ui.popup" = { bg = "bg1" }
"ui.picker.header.column" = { underline.style = "line" }
"ui.picker.header.column.active" = { modifiers = ["bold"], underline.style = "line" }
"ui.selection" = { bg = "bg2" }
"ui.selection.primary" = { bg = "bg3" }

Expand Down

0 comments on commit dae10ea

Please sign in to comment.