Skip to content

Commit 678f7a0

Browse files
kronodeusryan-palmer-snc
authored andcommitted
Fixed disorienting selection palette on Gruvbox theme (helix-editor#4626)
Co-authored-by: ryan.palmer <[email protected]>
1 parent 804501e commit 678f7a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

runtime/themes/gruvbox.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
"ui.help" = { bg = "bg1", fg = "fg1" }
5353
"ui.text" = { fg = "fg1" }
5454
"ui.text.focus" = { fg = "fg1" }
55-
"ui.selection" = { bg = "bg3", modifiers = ["reversed"] }
56-
"ui.cursor.primary" = { modifiers = ["reversed"] }
57-
"ui.cursor.match" = { bg = "bg2" }
55+
"ui.selection" = { bg = "bg2" }
56+
"ui.cursor.primary" = { bg = "fg4", fg = "bg1" }
57+
"ui.cursor.match" = { bg = "bg3" }
5858
"ui.menu" = { fg = "fg1", bg = "bg2" }
5959
"ui.menu.selected" = { fg = "bg2", bg = "blue1", modifiers = ["bold"] }
6060
"ui.virtual.whitespace" = "bg2"

0 commit comments

Comments
 (0)