branch: externals/ef-themes
commit 00956ee94a44e4f24ca62b38cccd9a282874f79c
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Make magit blame faces more usable
---
ef-themes.el | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/ef-themes.el b/ef-themes.el
index 8451b67523..50b21a1560 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -373,14 +373,13 @@ When called from Lisp, THEME is a symbol."
`(magit-bisect-bad ((,c :inherit error)))
`(magit-bisect-good ((,c :inherit success)))
`(magit-bisect-skip ((,c :inherit warning)))
- `(magit-blame-date ((,c :foreground ,blue)))
+ `(magit-blame-date (( )))
`(magit-blame-dimmed ((,c :inherit shadow)))
- `(magit-blame-hash ((,c :foreground ,fg-alt)))
- `(magit-blame-heading ((,c :background ,bg-alt :extend t)))
- ;; `(magit-blame-highlight ((,c :inherit modus-themes-nuanced-cyan)))
- ;; `(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-blame-hash ((,c :inherit shadow)))
+ `(magit-blame-heading ((,c :background ,bg-dim :extend t)))
+ `(magit-blame-highlight ((,c :background ,bg-active :foreground
,fg-intense)))
+ `(magit-blame-name (( )))
+ `(magit-blame-summary (( )))
`(magit-branch-local ((,c :foreground ,accent-0)))
`(magit-branch-remote ((,c :foreground ,accent-1)))
`(magit-branch-upstream ((,c :inherit italic)))