1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-02-24 19:43:26 +01:00

Add magit-blame-header to make it readable

This commit is contained in:
Tom Willemse 2014-10-15 09:09:55 +02:00
parent deb7a52843
commit cd48dbede1

View file

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