summaryrefslogtreecommitdiff
path: root/lisp/init-appearance.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-appearance.el')
-rw-r--r--lisp/init-appearance.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/init-appearance.el b/lisp/init-appearance.el
index a80b70e..808e9a4 100644
--- a/lisp/init-appearance.el
+++ b/lisp/init-appearance.el
@@ -13,6 +13,11 @@
(load-theme 'stekene-light t)
+(custom-theme-set-faces
+ 'stekene-light
+ ;; Darken a bit (was gray40).
+ '(font-lock-keyword-face ((t (:foreground "gray33")))))
+
(custom-set-faces
'(dired-subtree-depth-1-face ((t (:background "gray80"))))
'(dired-subtree-depth-2-face ((t (:background "gray90"))))