We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 804501e commit 678f7a0Copy full SHA for 678f7a0
runtime/themes/gruvbox.toml
@@ -52,9 +52,9 @@
52
"ui.help" = { bg = "bg1", fg = "fg1" }
53
"ui.text" = { fg = "fg1" }
54
"ui.text.focus" = { fg = "fg1" }
55
-"ui.selection" = { bg = "bg3", modifiers = ["reversed"] }
56
-"ui.cursor.primary" = { modifiers = ["reversed"] }
57
-"ui.cursor.match" = { bg = "bg2" }
+"ui.selection" = { bg = "bg2" }
+"ui.cursor.primary" = { bg = "fg4", fg = "bg1" }
+"ui.cursor.match" = { bg = "bg3" }
58
"ui.menu" = { fg = "fg1", bg = "bg2" }
59
"ui.menu.selected" = { fg = "bg2", bg = "blue1", modifiers = ["bold"] }
60
"ui.virtual.whitespace" = "bg2"
0 commit comments