Update org-level font heights

This commit is contained in:
Wojciech Kozlowski 2018-02-04 17:54:18 +00:00
parent d4393bec58
commit b0522b7151

View File

@ -417,11 +417,11 @@
`(org-level-7 ((t (:weight bold :foreground ,*head3*))))
`(org-level-6 ((t (:weight bold :foreground ,*head2*))))
`(org-level-5 ((t (:weight bold :foreground ,*head1*))))
`(org-level-4 ((t (:weight bold :height 1.1 :foreground ,*head4*))))
`(org-level-3 ((t (:weight bold :height 1.25 :foreground ,*head3*))))
`(org-level-2 ((t (:weight bold :height 1.5 :foreground ,*head2*))))
`(org-level-1 ((t (:weight bold :height 1.75 :foreground ,*head1*))))
`(org-document-title ((t (:weight bold :height 1.5 :underline nil :foreground ,*method-declaration*))))
`(org-level-4 ((t (:weight bold :foreground ,*head4*))))
`(org-level-3 ((t (:weight bold :foreground ,*head3*))))
`(org-level-2 ((t (:weight bold :height 1.25 :foreground ,*head2*))))
`(org-level-1 ((t (:weight bold :height 1.5 :foreground ,*head1*))))
`(org-document-title ((t (:weight bold :height 1.75 :underline nil :foreground ,*method-declaration*))))
`(org-date ((t (:foreground, *light-purple* :underline t))))
`(org-special-keyword ((t (:foreground, *variable*))))
`(org-link ((t (:foreground, *keywords* :underline t))))