Skip to content

Commit

Permalink
Fixed disorienting selection palette on Gruvbox theme (#4626)
Browse files Browse the repository at this point in the history
Co-authored-by: ryan.palmer <ryan.palmer@servicenow.com>
  • Loading branch information
kronodeus and ryan-palmer-snc authored Nov 7, 2022
1 parent eddf9f0 commit da8f29e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/themes/gruvbox.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
"ui.help" = { bg = "bg1", fg = "fg1" }
"ui.text" = { fg = "fg1" }
"ui.text.focus" = { fg = "fg1" }
"ui.selection" = { bg = "bg3", modifiers = ["reversed"] }
"ui.cursor.primary" = { modifiers = ["reversed"] }
"ui.cursor.match" = { bg = "bg2" }
"ui.selection" = { bg = "bg2" }
"ui.cursor.primary" = { bg = "fg4", fg = "bg1" }
"ui.cursor.match" = { bg = "bg3" }
"ui.menu" = { fg = "fg1", bg = "bg2" }
"ui.menu.selected" = { fg = "bg2", bg = "blue1", modifiers = ["bold"] }
"ui.virtual.whitespace" = "bg2"
Expand Down

0 comments on commit da8f29e

Please sign in to comment.