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

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

[nongnu] elpa/ujelly-theme 845bca0 064/137: set background on diredp-del


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme 845bca0 064/137: set background on diredp-deletion
Date: Thu, 21 Oct 2021 18:12:12 -0400 (EDT)

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

    set background on diredp-deletion
---
 ujelly-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index 0a1e361..44f5711 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.42
+;; Version: 1.0.43
 
 ;; Inspired by jellybeans: 
http://www.vim.org/scripts/script.php?script_id=2555.
 (deftheme ujelly "The ujelly color theme")
@@ -42,7 +42,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-deletion ((,class (:foreground ,ujelly-red-0 :background 
,ujelly-bg))))
        `(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]