diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-07-12 22:02:56 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-07-12 22:02:56 -0400 |
commit | 354b1c59e8139dba770e34bbd757448dbdcedb42 (patch) | |
tree | 6964c65e86a8e3e4b59e464c1720f6f7baec909f | |
parent | 9ce083937ea11fdb02300edd587a26e2c4f7e80e (diff) | |
download | emacs.d-354b1c59e8139dba770e34bbd757448dbdcedb42.tar.gz |
Change dired-subtree faces
-rw-r--r-- | custom.el | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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"))))) |