aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-11-26 01:04:06 +0100
committerGravatar Tom Willemse2013-11-26 01:04:06 +0100
commit002c0765f1ba9d7177c9c0875780790aeeb48779 (patch)
treea0a8aa2a0b9c7ddff5b6eaa08698065c770e47c0
parent02ad3f35d12883958de0c5aa6d61000a5a51c9f0 (diff)
downloadyoshi-theme-002c0765f1ba9d7177c9c0875780790aeeb48779.tar.gz
yoshi-theme-002c0765f1ba9d7177c9c0875780790aeeb48779.zip
Show big section titles in magit, for clarity
-rw-r--r--yoshi-theme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index 41df8c9..728f979 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -168,7 +168,7 @@
`(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-sha1 ((t (:foreground ,fgdefault :background ,bgblue :box (:color ,bgblue :line-width 2 :style nil)))))
- `(magit-section-title ((t (:foreground ,fgturquoise :inherit unspecified))))
+ `(magit-section-title ((t (:foreground ,fgturquoise :inherit unspecified :height 1.8))))
`(makefile-space ((t (:background ,bgpink))))
`(markdown-header-face-1 ((t (:inherit org-level-1))))
`(markdown-header-face-2 ((t (:inherit org-level-2))))