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

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

[nongnu] elpa/ujelly-theme c94319f 021/137: do not inherit diff-file-hea


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme c94319f 021/137: do not inherit diff-file-header and diff-hunk-header, bump version
Date: Thu, 21 Oct 2021 18:12:03 -0400 (EDT)

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

    do not inherit diff-file-header and diff-hunk-header, bump version
---
 ujelly-theme.el | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index 5dcfaa4..9d6588f 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.8
+;; Version: 1.0.9
 
 ;; Inspired by jellybeans: 
http://www.vim.org/scripts/script.php?script_id=2555.
 (deftheme ujelly "The ujelly color theme")
@@ -31,8 +31,6 @@
        `(compilation-error ((,class (:foreground ,ujelly-red-0))))
        `(compilation-info ((,class (:foreground ,ujelly-yellow-0))))
        `(compilation-line-number ((,class (:foreground ,ujelly-grey-0))))
-       `(diff-file-header ((,class (:background nil))))
-       `(diff-hunk-header ((,class (:background nil))))
        `(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))))
@@ -73,8 +71,8 @@
        `(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-file-header ((,class (:foreground ,ujelly-red-2 
:background nil))))
-       `(magit-diff-hunk-header ((,class (:foreground ,ujelly-yellow-0 
:background nil))))
+       `(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))))
        `(magit-log-sha1 ((,class (:foreground ,ujelly-red-2))))
        `(magit-whitespace-warning-face ((,class (:background ,ujelly-red-1))))



reply via email to

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