aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/gruvbox_light.toml
diff options
context:
space:
mode:
authorAidan Gauland2023-01-09 02:26:32 +0000
committerGitHub2023-01-09 02:26:32 +0000
commit77860bdb0503b3daf6e545cd5191e226456161b6 (patch)
treec293db839abb9ac01b92339496f971ba5cc1011b /runtime/themes/gruvbox_light.toml
parent486c3ab0d542f5d502eba4f97446bdeca71afefd (diff)
Specify ui.selection.primary for Gruvbox themes (#5333)
Diffstat (limited to 'runtime/themes/gruvbox_light.toml')
-rw-r--r--runtime/themes/gruvbox_light.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/gruvbox_light.toml b/runtime/themes/gruvbox_light.toml
index dc7e3db1..d2245fe9 100644
--- a/runtime/themes/gruvbox_light.toml
+++ b/runtime/themes/gruvbox_light.toml
@@ -54,6 +54,7 @@
"ui.text" = { fg = "fg1" }
"ui.text.focus" = { fg = "fg1" }
"ui.selection" = { bg = "bg3", modifiers = ["reversed"] }
+"ui.selection.primary" = { bg = "bg4", modifiers = ["reversed"] }
"ui.cursor.primary" = { modifiers = ["reversed"] }
"ui.cursor.match" = { bg = "bg2" }
"ui.menu" = { fg = "fg1", bg = "bg2" }