aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-05-24 20:12:20 +0200
committerGravatar Tom Willemse2013-05-24 20:12:20 +0200
commite95a1598cdb48522b31afbc3c2d01bf4ad441c26 (patch)
tree57b41a4b7acb21fd99153dca07a0968d3f804f02
parent41af262925027ef41067c1d10bdc4a73e1de9d3c (diff)
downloadyoshi-theme-e95a1598cdb48522b31afbc3c2d01bf4ad441c26.tar.gz
yoshi-theme-e95a1598cdb48522b31afbc3c2d01bf4ad441c26.zip
Make some headlines a little bigger
-rw-r--r--yoshi-theme.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index e251ee3..1f58e64 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -249,9 +249,9 @@
`(org-date ((t (:foreground ,pink5 :underline unspecified))))
`(org-document-title ((t (:foreground ,orange5 :height 1.5))))
`(org-headline-done ((t (:foreground ,gray6 :strike-through t))))
- `(org-level-1 ((t (:foreground ,red5))))
- `(org-level-2 ((t (:foreground ,orange5))))
- `(org-level-3 ((t (:foreground ,yellow5))))
+ `(org-level-1 ((t (:foreground ,red5 :height 1.4))))
+ `(org-level-2 ((t (:foreground ,orange5 :height 1.2))))
+ `(org-level-3 ((t (:foreground ,yellow5 :height 1.1))))
`(org-level-4 ((t (:foreground ,green5))))
`(org-level-5 ((t (:foreground ,turquoise5))))
`(org-level-6 ((t (:foreground ,cyan5))))