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

Make ui.cursor.primary bg override ui.virtual.ruler bg so the cursor doesn't "disappear" #8274

Closed
qtfkwk opened this issue Sep 13, 2023 · 2 comments
Labels
C-enhancement Category: Improvements R-duplicate Duplicated issue: please refer to the linked issue

Comments

@qtfkwk
Copy link

qtfkwk commented Sep 13, 2023

~/.config/helix/runtime/themes/mine.toml:

inherits = "onedarker"

"ui.cursor.primary" = { fg = "#ffffff", bg = "#ff00ff" }

~/.config/helix/config.toml:

theme = "mine"

[editor]
# ...
rulers = [81, 101]
# ...

You see the cursor on column 80:

Screenshot from 2023-09-13 14-58-16

The cursor "disappears" on column 81:

Screenshot from 2023-09-13 14-58-37

Unsure if this is a theme issue or something else. Different themes react differently, but setting a custom cursor color is consistently overridden instead of overriding.

@qtfkwk qtfkwk added the C-enhancement Category: Improvements label Sep 13, 2023
@the-mikedavis
Copy link
Member

Duplicate of #7371

@the-mikedavis the-mikedavis marked this as a duplicate of #7371 Sep 13, 2023
@the-mikedavis the-mikedavis closed this as not planned Won't fix, can't repro, duplicate, stale Sep 13, 2023
@the-mikedavis the-mikedavis added the R-duplicate Duplicated issue: please refer to the linked issue label Sep 13, 2023
@qtfkwk
Copy link
Author

qtfkwk commented Sep 13, 2023

also similar/related to #5675

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: Improvements R-duplicate Duplicated issue: please refer to the linked issue
Projects
None yet
Development

No branches or pull requests

2 participants