Skip to content

Commit

Permalink
Fix selection highlighting in remaining gruvbox derived themes (helix…
Browse files Browse the repository at this point in the history
  • Loading branch information
rsjethani committed Jul 23, 2023
1 parent 505213d commit 48d57da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions runtime/themes/gruvbox_dark_hard.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down
2 changes: 0 additions & 2 deletions runtime/themes/gruvbox_light.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

Expand Down

0 comments on commit 48d57da

Please sign in to comment.