ianyepan/vscode-dark-plus-emacs-theme

helm-selection

kvaneesh opened this issue · 6 comments

Can we make the highlight better? With the current values, I was finding it difficult to locate the current line.

Hi and thanks for the feedback @kvaneesh , do you mind posting a screenshot to illustrate the problem?

(helm-selection ((,class (:background ,bg-hl :underline nil)))) (helm-selection-line ((,class (:background ,bg-hl))))

That change made it better

with the changes suggested
image

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

This commit 9b00896 should fix the issue