mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 15:38:29 +00:00
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:
parent
d1b53a3eb2
commit
571fd39ef5
2
init.org
2
init.org
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user