Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Mar 11, 2022

Conversation

crodjer
Copy link
Contributor

@crodjer crodjer commented Mar 11, 2022

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.
@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.

None yet

2 participants