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))))