branch: elpa/ujelly-theme
commit 9016a5e8f56558f11c386d70b4ee287d66335acf
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>

    add customization for diredp-deletion
---
 ujelly-theme.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index 6d56e41..0f94c98 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -2,7 +2,7 @@
 
 ;; Author: Mark Tran <[email protected]>
 ;; URL: http://github.com/marktran/color-theme-ujelly
-;; Version: 1.0.33
+;; Version: 1.0.34
 
 ;; Inspired by jellybeans: 
http://www.vim.org/scripts/script.php?script_id=2555.
 (deftheme ujelly "The ujelly color theme")
@@ -41,6 +41,7 @@
        `(compilation-mode-line-fail ((,class (:foreground ,ujelly-red-0))))
        `(compilation-mode-line-run ((,class (:foreground ,ujelly-yellow-0))))
        `(diredp-date-time ((,class (:foreground ,ujelly-fg))))
+       `(diredp-deletion ((,class (:foreground ,ujelly-red-0))))
        `(diredp-dir-heading ((,class (:foreground ,ujelly-yellow-0 :background 
,ujelly-bg))))
        `(diredp-dir-priv ((,class (:foreground ,ujelly-green-2 :background 
,ujelly-bg))))
        `(diredp-exec-priv ((,class (:foreground ,ujelly-fg :background 
,ujelly-bg))))

Reply via email to