mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 03:15:52 +01:00
Make some headlines a little bigger
This commit is contained in:
parent
41af262925
commit
e95a1598cd
1 changed files with 3 additions and 3 deletions
|
@ -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))))
|
||||
|
|
Loading…
Reference in a new issue