1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-02-07 05:25:51 +01:00

Add some more magit faces

This commit is contained in:
Tom Willemse 2013-05-24 20:08:23 +02:00
parent 8bd0a6a5ca
commit 30a53d4877

View file

@ -211,7 +211,10 @@
`(link-visited ((t (:foreground ,magenta5 :underline t))))
`(magit-branch ((t (:foreground ,pink5 :weight bold :inherit unspecified))))
`(magit-item-highlight ((t (:slant italic :inherit unspecified))))
`(magit-log-sha1 ((t (:foreground ,magenta5))))
`(magit-log-head-label-local ((t (:foreground ,gray5 :background ,magenta3 :box (:color ,magenta3 :line-width 2 :style nil)))))
`(magit-log-head-label-remote ((t (:foreground ,gray5 :background ,green3 :box (:color ,green3 :line-width 2 :style nil)))))
`(magit-log-head-label-tags ((t (:foreground ,gray5 :background ,orange3 :box (:color ,orange3 :line-width 2 :style nil)))))
`(magit-log-sha1 ((t (:foreground ,gray5 :background ,blue3 :box (:color ,blue3 :line-width 2 :style nil)))))
`(magit-section-title ((t (:foreground ,turquoise5 :inherit unspecified))))
`(markdown-header-face-1 ((t (:inherit org-level-1))))
`(markdown-header-face-2 ((t (:inherit org-level-2))))