diff --git a/runtime/themes/gruvbox_dark_hard.toml b/runtime/themes/gruvbox_dark_hard.toml index d0d42bcde..1e2fd9e93 100644 --- a/runtime/themes/gruvbox_dark_hard.toml +++ b/runtime/themes/gruvbox_dark_hard.toml @@ -4,8 +4,6 @@ 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" } diff --git a/runtime/themes/gruvbox_light.toml b/runtime/themes/gruvbox_light.toml index 749df1101..59ce99011 100644 --- a/runtime/themes/gruvbox_light.toml +++ b/runtime/themes/gruvbox_light.toml @@ -4,8 +4,6 @@ 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" }