Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Helm chooses unreadable highlight colors in solarized-dark

I'm experimenting with helm, after using icicles for a long time.

I used the popular solarized-dark colour scheme by default most of the time, and helm seems to be choosing particularly unreadable colors:

bad sol-dark colours in helm

...how can I advise helm to select more useful colors? Hopefully so it works well when I switch to solarized-light as well.

like image 731
tenpn Avatar asked Jul 01 '14 07:07

tenpn


2 Answers

When I first tried the solarized theme, I had a similar problem with helm menus as shown above. The highlighting on diff and magit were even worse.

enter image description here

I started to try to fix this myself but I eventually realized that there are at least three different versions of the solarized theme currently in MELPA. The one called solarized-theme is the one you want. The helm selection bar is very subtle and underlined, like below.

enter image description here

like image 140
Brian Z Avatar answered Sep 30 '22 17:09

Brian Z


You can try M-x customize-group RET helm from there you can customize Helm Selection face and other helm faces.

like image 45
Ignacy Moryc Avatar answered Sep 30 '22 18:09

Ignacy Moryc