diff options
Diffstat (limited to 'runtime/themes/gruvbox_light.toml')
-rw-r--r-- | runtime/themes/gruvbox_light.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/gruvbox_light.toml b/runtime/themes/gruvbox_light.toml index 81ea7fd1..ab8325c0 100644 --- a/runtime/themes/gruvbox_light.toml +++ b/runtime/themes/gruvbox_light.toml @@ -51,7 +51,7 @@ "ui.text.focus" = { fg = "fg1" } "ui.selection" = { bg = "bg3", modifiers = ["reversed"] } "ui.cursor.primary" = { modifiers = ["reversed"] } -"ui.cursor.match" = { modifiers = ["reversed"] } +"ui.cursor.match" = { bg = "bg2" } "ui.menu" = { fg = "fg1", bg = "bg2" } "ui.menu.selected" = { fg = "bg2", bg = "blue1", modifiers = ["bold"] } |