From 8aec7e4230a18222e6961fc982bcb265103f242b Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Sun, 10 Nov 2013 13:58:38 +0000 Subject: [PATCH] Add diredp-deletion faces --- color-theme-sanityinc-solarized.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/color-theme-sanityinc-solarized.el b/color-theme-sanityinc-solarized.el index e95f74e..dea4520 100644 --- a/color-theme-sanityinc-solarized.el +++ b/color-theme-sanityinc-solarized.el @@ -269,6 +269,8 @@ names to which it refers are bound." ;; dired+ (diredp-compressed-file-suffix ((,class (:foreground ,blue)))) + (diredp-deletion ((,class (:inherit error :inverse-video t)))) + (diredp-deletion-file-name ((,class (:inherit error)))) (diredp-dir-heading ((,class (:foreground nil :background nil :inherit heading)))) (diredp-dir-priv ((,class (:foreground ,cyan :background nil)))) (diredp-exec-priv ((,class (:foreground ,blue :background nil))))