We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently any colors set on ui.virtual.whitespace are unaffected by colors of the cursor.* and ui.selection
ui.virtual.whitespace
cursor.*
ui.selection
While I see how this might be intentional, I think it has few issues:
reversed
bg
fb
Consider this dummy theme:
"ui.selection" = { fg = "red", bg = "blue", modifiers = ["reversed"] } "ui.virtual.whitespace" = "green"
I expected this to happen the background of the selection would be red:
Instead, the background of the selection is red or green, depending character type:
macOS
alacritty/iTerm
brew
helix 23.10 (f6021dd)
The text was updated successfully, but these errors were encountered:
Duplicate of #5675
Sorry, something went wrong.
No branches or pull requests
Summary
Currently any colors set on
ui.virtual.whitespace
are unaffected by colors of thecursor.*
andui.selection
While I see how this might be intentional, I think it has few issues:
reversed
modifierbg
andfb
won't have cursor or selection visible over rendered whitespace.Reproduction Steps
Consider this dummy theme:
I expected this to happen the background of the selection would be red:
Instead, the background of the selection is red or green, depending character type:
Platform
macOS
Terminal Emulator
alacritty/iTerm
Installation Method
brew
Helix Version
helix 23.10 (f6021dd)
The text was updated successfully, but these errors were encountered: