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

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

[nongnu] elpa/ujelly-theme cbfa4f8 028/137: change nil background to "un


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme cbfa4f8 028/137: change nil background to "unspecified-bg"
Date: Thu, 21 Oct 2021 18:12:04 -0400 (EDT)

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

    change nil background to "unspecified-bg"
---
 ujelly-theme.el | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index 7b3def3..786ce3f 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.12
+;; Version: 1.0.13
 
 ;; Inspired by jellybeans: 
http://www.vim.org/scripts/script.php?script_id=2555.
 (deftheme ujelly "The ujelly color theme")
@@ -34,18 +34,18 @@
        `(compilation-info ((,class (:foreground ,ujelly-yellow-0))))
        `(compilation-line-number ((,class (:foreground ,ujelly-grey-0))))
        `(diredp-date-time ((,class (:foreground ,ujelly-fg))))
-       `(diredp-dir-heading ((,class (:foreground ,ujelly-yellow-0 :background 
nil))))
-       `(diredp-dir-priv ((,class (:foreground ,ujelly-green-2 :background 
nil))))
-       `(diredp-exec-priv ((,class (:foreground ,ujelly-green-2 :background 
nil))))
+       `(diredp-dir-heading ((,class (:foreground ,ujelly-yellow-0 :background 
"unspecified-bg"))))
+       `(diredp-dir-priv ((,class (:foreground ,ujelly-green-2 :background 
"unspecified-bg"))))
+       `(diredp-exec-priv ((,class (:foreground ,ujelly-green-2 :background 
"unspecified-bg"))))
        `(diredp-file-name ((,class (:foreground ,ujelly-red-0))))
        `(diredp-file-suffix ((,class (:foreground ,ujelly-red-0))))
        `(diredp-link-priv ((,class (:foreground ,ujelly-green-2))))
        `(diredp-number ((,class (:foreground ,ujelly-fg))))
-       `(diredp-no-priv ((,class (:foreground ,ujelly-fg :background nil))))
-       `(diredp-rare-priv ((,class (:foreground ,ujelly-red-0 :background 
nil))))
-       `(diredp-read-priv ((,class (:foreground ,ujelly-green-2 :background 
nil))))
+       `(diredp-no-priv ((,class (:foreground ,ujelly-fg :background 
"unspecified-bg"))))
+       `(diredp-rare-priv ((,class (:foreground ,ujelly-red-0 :background 
"unspecified-bg"))))
+       `(diredp-read-priv ((,class (:foreground ,ujelly-green-2 :background 
"unspecified-bg"))))
        `(diredp-symlink ((,class (:foreground ,ujelly-red-1))))
-       `(diredp-write-priv ((,class (:foreground ,ujelly-green-2 :background 
nil))))
+       `(diredp-write-priv ((,class (:foreground ,ujelly-green-2 :background 
"unspecified-bg"))))
        `(erc-notice-face ((,class (:foreground ,ujelly-yellow-0))))
        `(erc-prompt-face ((,class (:foreground ,ujelly-fg))))
        `(erc-timestamp-face ((,class (:foreground ,ujelly-purple-0))))
@@ -73,8 +73,8 @@
        `(lazy-highlight ((,class (:foreground nil))))
        `(linum ((,class (:slant italic :foreground ,ujelly-grey-2))))
        `(magit-branch ((,class (:foreground ,ujelly-red-2))))
-       `(magit-diff-add ((,class (:foreground ,ujelly-green-0))))
-       `(magit-diff-del ((,class (:foreground ,ujelly-red-0))))
+       `(magit-diff-add ((,class (:foreground ,ujelly-green-0 :background 
"unspecified-bg"))))
+       `(magit-diff-del ((,class (:foreground ,ujelly-red-0 :background 
"unspecified-bg"))))
        `(magit-diff-file-header ((,class (:inherit nil :foreground 
,ujelly-red-2))))
        `(magit-diff-hunk-header ((,class (:inherit nil :foreground 
,ujelly-yellow-0))))
        `(magit-item-highlight ((,class (:background ,ujelly-grey-2))))



reply via email to

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