Changed color of selected area in helm

Turns out that leuven-theme along with f.lux makes the selected item in
helm near impossible to see. Changed it to a cyan, which is a bit ugly,
but at least I can see it.
This commit is contained in:
Lars Tveito 2015-09-30 00:00:00 +02:00
parent d1b53a3eb2
commit 571fd39ef5

View File

@ -501,6 +501,8 @@
helm-grep-default-recurse-command helm-grep-default-recurse-command
"ack -H --no-group --no-color %e %p %f")) "ack -H --no-group --no-color %e %p %f"))
(set-face-attribute 'helm-selection nil :background "cyan")
(helm-mode 1) (helm-mode 1)
(helm-projectile-on) (helm-projectile-on)
(helm-adaptive-mode 1) (helm-adaptive-mode 1)