summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-12-31 18:54:50 -0500
committerKyle Meyer <kyle@kyleam.com>2015-12-31 18:54:50 -0500
commit9b9b52e52c7e22417b2f767364ddbc1f627c1c2e (patch)
tree150fd15bb19699ca6af4536ccfe9d4352ab950fc /lisp
parent96b65fc633a13ea9224dd5553bbcc8176db59cda (diff)
downloademacs.d-9b9b52e52c7e22417b2f767364ddbc1f627c1c2e.tar.gz
Change whitespace-indentation face
Diffstat (limited to 'lisp')
-rw-r--r--lisp/init-appearance.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/init-appearance.el b/lisp/init-appearance.el
index 0bc1861..9c01b61 100644
--- a/lisp/init-appearance.el
+++ b/lisp/init-appearance.el
@@ -70,6 +70,7 @@
'(git-timemachine-minibuffer-detail-face ((t (:inherit font-lock-doc-face))))
'(dired-subtree-depth-1-face ((t (:background "gray80"))))
'(dired-subtree-depth-2-face ((t (:background "gray90"))))
- '(dired-subtree-depth-3-face ((t (:background "gray95")))))
+ '(dired-subtree-depth-3-face ((t (:background "gray95"))))
+ '(whitespace-indentation ((t (:background "gray90")))))
(provide 'init-appearance)