emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/ujelly-theme 9016a5e 052/137: add customization for diredp


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme 9016a5e 052/137: add customization for diredp-deletion
Date: Thu, 21 Oct 2021 18:12:09 -0400 (EDT)

branch: elpa/ujelly-theme
commit 9016a5e8f56558f11c386d70b4ee287d66335acf
Author: Mark Tran <mark.tran@gmail.com>
Commit: Mark Tran <mark.tran@gmail.com>

    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 <mark.tran@gmail.com>
 ;; 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

[Prev in Thread] Current Thread [Next in Thread]