branch: externals/ef-themes
commit 3294827c34af95a3a75cfa6b1249c247412e0ca0
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
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)))