From 22957d9832ab66b821640360fd1cba5cd8ae37a9 Mon Sep 17 00:00:00 2001 From: Jason Milkins Date: Tue, 25 Oct 2016 14:39:48 +0800 Subject: [PATCH] Add dired-subtree theme --- creamsody-theme.el | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/creamsody-theme.el b/creamsody-theme.el index 2173a73..ec7bc11 100644 --- a/creamsody-theme.el +++ b/creamsody-theme.el @@ -4,7 +4,7 @@ ;; Authors: Jason Milkins ;; URL: http://github.com/emacsfodder/emacs-theme-creamsody -;; Version: 0.1.2 +;; Version: 0.1.3 ;;; Commentary: ;; Straight from the soda fountain. @@ -461,6 +461,14 @@ `(diredp-read-priv ((t (:foreground ,creamsody-bright_red :background ,creamsody-dark_red)))) `(diredp-write-priv ((t (:foreground ,creamsody-bright_aqua :background ,creamsody-dark_aqua)))) + ;; MODE SUPPORT: dired-subtree + `(dired-subtree-depth-1-face ((t (:background nil)))) + `(dired-subtree-depth-2-face ((t (:background nil)))) + `(dired-subtree-depth-3-face ((t (:background nil)))) + `(dired-subtree-depth-4-face ((t (:background nil)))) + `(dired-subtree-depth-5-face ((t (:background nil)))) + `(dired-subtree-depth-6-face ((t (:background nil)))) + ;; MODE SUPPORT: helm `(helm-M-x-key ((t (:foreground ,creamsody-neutral_orange)))) `(helm-action ((t (:foreground ,creamsody-white :underline t))))