helm-selection
kvaneesh opened this issue · 6 comments
kvaneesh commented
Can we make the highlight better? With the current values, I was finding it difficult to locate the current line.
ianyepan commented
Hi and thanks for the feedback @kvaneesh , do you mind posting a screenshot to illustrate the problem?
kvaneesh commented
(helm-selection ((,class (:background ,bg-hl :underline nil))))
(helm-selection-line ((,class (:background ,bg-hl))))
That change made it better
kvaneesh commented
kvaneesh commented
ianyepan commented
Thanks man! It was indeed meant to be bg-hl
, I must have missed it when renaming the variables.
I'll push a commit to update this change