summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-07-12 22:02:56 -0400
committerKyle Meyer <kyle@kyleam.com>2014-07-12 22:02:56 -0400
commit354b1c59e8139dba770e34bbd757448dbdcedb42 (patch)
tree6964c65e86a8e3e4b59e464c1720f6f7baec909f
parent9ce083937ea11fdb02300edd587a26e2c4f7e80e (diff)
downloademacs.d-354b1c59e8139dba770e34bbd757448dbdcedb42.tar.gz
Change dired-subtree faces
-rw-r--r--custom.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/custom.el b/custom.el
index 223d90f..c7e4da0 100644
--- a/custom.el
+++ b/custom.el
@@ -9,4 +9,6 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
- )
+ '(dired-subtree-depth-1-face ((t (:background "gray80"))))
+ '(dired-subtree-depth-2-face ((t (:background "gray90"))))
+ '(dired-subtree-depth-3-face ((t (:background "gray95")))))