1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 11:25:51 +01:00

Make some headlines a little bigger

This commit is contained in:
Tom Willemse 2013-05-24 20:12:20 +02:00
parent 41af262925
commit e95a1598cd

View file

@ -249,9 +249,9 @@
`(org-date ((t (:foreground ,pink5 :underline unspecified)))) `(org-date ((t (:foreground ,pink5 :underline unspecified))))
`(org-document-title ((t (:foreground ,orange5 :height 1.5)))) `(org-document-title ((t (:foreground ,orange5 :height 1.5))))
`(org-headline-done ((t (:foreground ,gray6 :strike-through t)))) `(org-headline-done ((t (:foreground ,gray6 :strike-through t))))
`(org-level-1 ((t (:foreground ,red5)))) `(org-level-1 ((t (:foreground ,red5 :height 1.4))))
`(org-level-2 ((t (:foreground ,orange5)))) `(org-level-2 ((t (:foreground ,orange5 :height 1.2))))
`(org-level-3 ((t (:foreground ,yellow5)))) `(org-level-3 ((t (:foreground ,yellow5 :height 1.1))))
`(org-level-4 ((t (:foreground ,green5)))) `(org-level-4 ((t (:foreground ,green5))))
`(org-level-5 ((t (:foreground ,turquoise5)))) `(org-level-5 ((t (:foreground ,turquoise5))))
`(org-level-6 ((t (:foreground ,cyan5)))) `(org-level-6 ((t (:foreground ,cyan5))))