Make magit blame faces more usable

This commit is contained in:
Protesilaos Stavrou 2022-08-15 18:53:44 +03:00
parent 66af78ef17
commit 00956ee94a
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -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)))