From 30a53d487795207677ff0f819d7fba312b1680a8 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 24 May 2013 20:08:23 +0200 Subject: Add some more magit faces --- yoshi-theme.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)))) -- cgit v1.2.3-54-g00ecf