Closed epbuennig closed 2 years ago
With the release of helix 22.08 come ui.cursorline.{primary,secondary} as keys for themes, recently most of the new keys were added, but not those.
helix 22.08
ui.cursorline.{primary,secondary}
Currently, the cursor line doesn't show up at all, if enabled, as it defaults to the background color.
I propose adding the following to at least schemes/gruvbox, but possibly all schemes:
schemes/gruvbox
"ui.cursorline.primary" = { bg = "bg1" } "ui.cursorline.secondary" = { bg = "bg1" }
I also tried it with bg3, which drowned out the whitespace characters and felt a bit on the nose for a passive thing like that. Example using bg1 in gruvbox_original_dark_hard:
bg3
bg1
gruvbox_original_dark_hard
Thanks for reporting, the color you suggested looks good to me 👍
I'll add the missing theme keys in a few days
With the release of
helix 22.08
comeui.cursorline.{primary,secondary}
as keys for themes, recently most of the new keys were added, but not those.Currently, the cursor line doesn't show up at all, if enabled, as it defaults to the background color.
I propose adding the following to at least
schemes/gruvbox
, but possibly all schemes:I also tried it with
bg3
, which drowned out the whitespace characters and felt a bit on the nose for a passive thing like that. Example usingbg1
ingruvbox_original_dark_hard
: