aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-06-30 00:56:32 +0200
committerGravatar Tom Willemse2015-06-30 00:56:32 +0200
commitf02dcf1f4fcb6dc2bfc8f8bb2a8b1a09364e15a6 (patch)
tree63a7d51b01e63e7a975bd0252ba4a5914c632454
parent2486039a32ea59f9f28965e2e48a4891487b39eb (diff)
downloadyoshi-theme-f02dcf1f4fcb6dc2bfc8f8bb2a8b1a09364e15a6.tar.gz
yoshi-theme-f02dcf1f4fcb6dc2bfc8f8bb2a8b1a09364e15a6.zip
Add magit-log-head-label-{head,default} faces
-rw-r--r--yoshi-theme.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index f3bf4de..c16856d 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -195,6 +195,8 @@
`(magit-log-head-label-local ((t (:foreground ,fgdefault :background ,bgmagenta :box (:color ,bgmagenta :line-width 2 :style nil)))))
`(magit-log-head-label-remote ((t (:foreground ,fgdefault :background ,bggreen :box (:color ,bggreen :line-width 2 :style nil)))))
`(magit-log-head-label-tags ((t (:foreground ,fgdefault :background ,bgorange :box (:color ,bgorange :line-width 2 :style nil)))))
+ `(magit-log-head-label-head ((t (:foreground ,fgdefault :background ,bgblue :box (:color ,bgblue :line-width 2 :style nil)))))
+ `(magit-log-head-label-default ((t (:foreground ,fgdefault :background ,bgcyan :box (:color ,bgcyan :line-width 2 :style nil)))))
`(magit-log-sha1 ((t (:foreground ,fgdefault :background ,bgblue :box (:color ,bgblue :line-width 2 :style nil)))))
`(magit-section-title ((t (:foreground ,fgturquoise :inherit unspecified :height 1.8))))
`(makefile-space ((t (:background ,bgpink))))