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

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

[nongnu] elpa/ujelly-theme 98c912b 075/137: update magit faces


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme 98c912b 075/137: update magit faces
Date: Thu, 21 Oct 2021 18:12:14 -0400 (EDT)

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

    update magit faces
---
 ujelly-theme.el | 31 +++++++++++++++++--------------
 1 file changed, 17 insertions(+), 14 deletions(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index d6f640b..30a513c 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -85,9 +85,9 @@
        `(font-lock-regexp-grouping-construct ((t (:foreground ,ujelly-yellow-0 
:bold t))))
        `(font-lock-regexp-grouping-backslash ((t (:foreground ,ujelly-red-0 
:bold t))))
        `(fringe ((,class (:foreground ,ujelly-fg :background ,ujelly-bg))))
-       `(git-commit-comment-file-face ((,class (:foreground ,ujelly-fg))))
-       `(git-commit-comment-heading-face ((,class (:foreground 
,ujelly-yellow-0))))
-       `(git-commit-summary-face ((,class (:foreground ,ujelly-fg))))
+       `(git-commit-comment-file ((,class (:foreground ,ujelly-fg))))
+       `(git-commit-comment-heading ((,class (:foreground ,ujelly-yellow-0))))
+       `(git-commit-summary ((,class (:foreground ,ujelly-fg))))
        `(header-line ((,class (:foreground ,ujelly-fg))))
        `(helm-buffer-size ((,class (:foreground ,ujelly-fg))))
        `(helm-candidate-number ((,class (:foreground ,ujelly-fg :background 
,ujelly-bg))))
@@ -105,17 +105,20 @@
        `(ido-virtual ((,class (:foreground ,ujelly-purple-0))))
        `(lazy-highlight ((,class (:foreground ,ujelly-red-1 :background nil))))
        `(linum ((,class (:slant italic :foreground ,ujelly-grey-4))))
-       `(magit-branch ((,class (:foreground ,ujelly-red-0 :background nil))))
-       `(magit-diff-add ((,class (:foreground ,ujelly-green-0 :background 
,ujelly-bg))))
-       `(magit-diff-del ((,class (:foreground ,ujelly-red-0 :background 
,ujelly-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 (:weight normal :background 
,ujelly-grey-2))))
-       `(magit-log-author ((,class (:foreground ,ujelly-fg))))
-       `(magit-log-sha1 ((,class (:foreground ,ujelly-red-0))))
-       `(magit-log-head-label-local ((,class (:foreground ,ujelly-fg))))
-       `(magit-whitespace-warning-face ((,class (:background ,ujelly-red-1))))
-       `(magit-tag ((,class (:foreground ,ujelly-red-0 :background nil))))
+       `(magit-branch-local ((,class (:foreground ,ujelly-green-0))))
+       `(magit-branch-remote ((,class (:foreground ,ujelly-red-2))))
+       `(magit-section-heading ((,class (:foreground ,ujelly-yellow-0 
:background ,ujelly-grey-2))))
+       `(magit-diff-added ((,class (:foreground ,ujelly-green-0))))
+       `(magit-diff-added-highlight ((,class (:foreground ,ujelly-green-0, 
:background ,ujelly-grey-2))))
+       `(magit-diff-context-highlight ((,class (:foreground ,ujelly-fg 
:background ,ujelly-grey-2))))
+       `(magit-diff-file-heading ((,class (:weight normal :foreground 
,ujelly-fg :background ,ujelly-bg))))
+       `(magit-diff-file-heading-highlight ((,class (:weight normal 
:foreground ,ujelly-fg :background ,ujelly-grey-2))))
+       `(magit-diff-hunk-heading ((,class (:foreground ,ujelly-yellow-0 
:background ,ujelly-grey-2))))
+       `(magit-diff-hunk-heading-highlight ((,class (:foreground 
,ujelly-yellow-0 :background ,ujelly-grey-3))))
+       `(magit-diff-removed ((,class (:foreground ,ujelly-red-0))))
+       `(magit-diff-removed-highlight ((,class (:foreground ,ujelly-red-0 
:background ,ujelly-grey-2))))
+       `(magit-hash ((,class (:foreground ,ujelly-red-0))))
+       `(magit-section-highlight ((,class (:foreground ,ujelly-fg :background 
,ujelly-grey-2))))
        `(match ((,class (:background ,ujelly-red-1))))
        `(minibuffer-prompt ((,class (:foreground ,ujelly-fg))))
        `(mode-line ((,class (:foreground ,ujelly-fg :background nil))))



reply via email to

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