From 354b1c59e8139dba770e34bbd757448dbdcedb42 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 12 Jul 2014 22:02:56 -0400 Subject: Change dired-subtree faces --- custom.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"))))) -- cgit v1.2.3