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

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

[elpa] externals/ef-themes 3294827c34 053/281: Tweak how magit branches


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 3294827c34 053/281: Tweak how magit branches get their colour
Date: Tue, 16 Aug 2022 16:58:18 -0400 (EDT)

branch: externals/ef-themes
commit 3294827c34af95a3a75cfa6b1249c247412e0ca0
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Tweak how magit branches get their colour
---
 ef-themes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index 83918a37e9..e13874f56b 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -326,8 +326,8 @@ When called from Lisp, THEME is a symbol."
     ;; `(magit-blame-margin ((,c :inherit (magit-blame-highlight 
modus-themes-reset-hard))))
     `(magit-blame-name ((,c :foreground ,name)))
     `(magit-blame-summary ((,c :foreground ,string)))
-    `(magit-branch-local ((,c :foreground ,builtin)))
-    `(magit-branch-remote ((,c :foreground ,variable)))
+    `(magit-branch-local ((,c :foreground ,accent-0)))
+    `(magit-branch-remote ((,c :foreground ,accent-1)))
     `(magit-branch-upstream ((,c :inherit italic)))
     `(magit-branch-warning ((,c :inherit warning)))
     `(magit-cherry-equivalent ((,c :foreground ,magenta)))



reply via email to

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