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

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

[nongnu] elpa/spacemacs-theme 26495cd1df 083/336: Tweak contrast of magi


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 26495cd1df 083/336: Tweak contrast of magit branch names (fix #18)
Date: Fri, 14 Jan 2022 10:59:15 -0500 (EST)

branch: elpa/spacemacs-theme
commit 26495cd1dffedee1c3e9535d7db3382b590bbb3a
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    Tweak contrast of magit branch names (fix #18)
---
 spacemacs-common.el | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index e503a10711..1a85b0a007 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -341,14 +341,17 @@
      `(magit-blame-summary ((,class :background ,org-h4-bg :foreground 
,yellow)))
      `(magit-blame-date    ((,class :background ,org-h4-bg :foreground 
,green)))
      `(magit-branch ((,class (:foreground ,const :weight bold))))
+     `(magit-branch-current ((,class (:background ,org-h1-bg :foreground ,inf 
:weight bold :box t))))
+     `(magit-branch-local ((,class (:background ,org-h1-bg :foreground ,inf 
:weight bold))))
+     `(magit-branch-remote ((,class (:background ,org-h2-bg :foreground ,str 
:weight bold))))
      `(magit-diff-context-highlight ((,class (:background ,bg3 :foreground 
,base))))
      `(magit-diff-file-header ((,class (:background nil :foreground ,str))))
      `(magit-diff-hunk-header ((,class (:background nil :foreground 
,builtin))))
-     `(magit-hash ((,class (:foreground ,base))))
+     `(magit-hash ((,class (:foreground ,var))))
      `(magit-hunk-heading           ((,class (:background ,bg3))))
      `(magit-hunk-heading-highlight ((,class (:background ,bg3))))
      `(magit-item-highlight ((,class :background ,bg2)))
-     `(magit-log-author ((,class (:foreground ,base))))
+     `(magit-log-author ((,class (:foreground ,func))))
      `(magit-log-head-label-head ((,class (:background ,yellow :foreground 
,bg1 :bold t))))
      `(magit-log-head-label-local ((,class (:background ,inf :foreground ,bg1 
:bold t))))
      `(magit-log-head-label-remote ((,class (:background ,suc :foreground ,bg1 
:bold t))))



reply via email to

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