From 571fd39ef5432c239e7a4f3a7efd17aca222a36e Mon Sep 17 00:00:00 2001 From: Lars Tveito Date: Wed, 30 Sep 2015 00:00:00 +0200 Subject: [PATCH] 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. --- init.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.org b/init.org index cc510e4..f8a5b32 100644 --- a/init.org +++ b/init.org @@ -501,6 +501,8 @@ helm-grep-default-recurse-command "ack -H --no-group --no-color %e %p %f")) + (set-face-attribute 'helm-selection nil :background "cyan") + (helm-mode 1) (helm-projectile-on) (helm-adaptive-mode 1)