Skip to content
New issue

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

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

Already on GitHub? # 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.
@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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants