aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-10-15 09:09:55 +0200
committerGravatar Tom Willemse2014-10-15 09:09:55 +0200
commitcd48dbede10cadb39ebe219c465a2fbc92bba757 (patch)
tree52ec6cb6a5bc0dcf58010381de2ee53647ce1508
parentdeb7a52843b825f112774b51999c384647bf89ce (diff)
downloadyoshi-theme-cd48dbede10cadb39ebe219c465a2fbc92bba757.tar.gz
yoshi-theme-cd48dbede10cadb39ebe219c465a2fbc92bba757.zip
Add magit-blame-header to make it readable
-rw-r--r--yoshi-theme.el1
1 files changed, 1 insertions, 0 deletions
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)))))