aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-05-24 20:08:23 +0200
committerGravatar Tom Willemse2013-05-24 20:08:23 +0200
commit30a53d487795207677ff0f819d7fba312b1680a8 (patch)
tree599e4ec0bb9ed6dc0169ea9de91649cb2dabe9ea
parent8bd0a6a5cad4d1525e4cb4cd59b091bc5149aad2 (diff)
downloadyoshi-theme-30a53d487795207677ff0f819d7fba312b1680a8.tar.gz
yoshi-theme-30a53d487795207677ff0f819d7fba312b1680a8.zip
Add some more magit faces
-rw-r--r--yoshi-theme.el5
1 files changed, 4 insertions, 1 deletions
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))))