diff --git a/yoshi-theme.el b/yoshi-theme.el index a90027b..8a9e757 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -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))))