Skip to content

theme: Use distinct colors for match pair and cursor for gruvbox - #1791

Merged
sudormrfbin merged 1 commit into
helix-editor:masterfrom
crodjer:gruvbox-cursor-match
Mar 11, 2022
Merged

theme: Use distinct colors for match pair and cursor for gruvbox#1791
sudormrfbin merged 1 commit into
helix-editor:masterfrom
crodjer:gruvbox-cursor-match

Conversation

@crodjer

@crodjer crodjer commented Mar 11, 2022

Copy link
Copy Markdown
Contributor

With gruvbox themes, { modifiers = ["reversed"] } makes it
impossible to identify which pair the cursor is on. ui.cursor.primary
is set to be the same as ui.cursor.match.

Using { bg = "bg2" } for ui.cursor.match instead makes sure that
it is possible to find out the current cursor position.
gruvbox-matching-pair-highlight

With `gruvbox` themes, `{ modifiers = ["reversed"] }` makes it
impossible to identify which pair the cursor is on. `ui.cursor.primary`
is set to be the same as `ui.cursor.match`.

Using `{ bg = "bg2" }` for `ui.cursor.match` makes sure that it is
possible to find out the current cursor position.
@crodjer
crodjer force-pushed the gruvbox-cursor-match branch from 3756293 to 89eb70c Compare March 11, 2022 10:01
@sudormrfbin sudormrfbin changed the title Ensure that matching pair highlights are distinct theme: Use distinct colors for match pair and cursor for gruvbox Mar 11, 2022
@sudormrfbin
sudormrfbin merged commit cf8f59d into helix-editor:master Mar 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants