From cd48dbede10cadb39ebe219c465a2fbc92bba757 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 15 Oct 2014 09:09:55 +0200 Subject: Add magit-blame-header to make it readable --- yoshi-theme.el | 1 + 1 file changed, 1 insertion(+) diff --git a/yoshi-theme.el b/yoshi-theme.el index 1467206..9a0f7ff 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -184,6 +184,7 @@ `(js2-external-variable ((t (:foreground ,fgmagenta)))) `(link ((t (:foreground ,fgorange :underline t)))) `(link-visited ((t (:foreground ,fgmagenta :underline t)))) + `(magit-blame-header ((t (:foreground ,fggreen :background ,bgdim :weight bold :inherit unspecified)))) `(magit-branch ((t (:foreground ,fgpink :weight bold :inherit unspecified)))) `(magit-item-highlight ((t (:slant italic :inherit unspecified)))) `(magit-log-head-label-local ((t (:foreground ,fgdefault :background ,bgmagenta :box (:color ,bgmagenta :line-width 2 :style nil))))) -- cgit v1.2.3-54-g00ecf