Skip to content

Commit

Permalink
Fixed disorienting selection palette on Gruvbox theme (helix-editor#4626
Browse files Browse the repository at this point in the history
)

Co-authored-by: ryan.palmer <ryan.palmer@servicenow.com>
  • Loading branch information
2 people authored and Frederik Vestre committed Feb 6, 2023
1 parent 804501e commit 678f7a0
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 678f7a0

Please sign in to comment.