Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/gruvbox_light.toml')
| -rw-r--r-- | runtime/themes/gruvbox_light.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/themes/gruvbox_light.toml b/runtime/themes/gruvbox_light.toml index ba216020..749df110 100644 --- a/runtime/themes/gruvbox_light.toml +++ b/runtime/themes/gruvbox_light.toml @@ -4,9 +4,10 @@ inherits = "gruvbox" +"ui.selection" = { bg = "bg3", modifiers = ["reversed"] } +"ui.selection.primary" = { bg = "bg4", modifiers = ["reversed"] } "ui.cursor.primary" = { modifiers = ["reversed"] } "ui.cursor.match" = { bg = "bg2" } -"ui.cursorline" = { bg = "bg1" } [palette] bg0 = "#fbf1c7" # main background |