1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 03:15:52 +01:00

Remove heights from org-mode

I was trying it, but no...
This commit is contained in:
Tom Willemse 2013-07-08 22:25:36 +02:00
parent a9d42a50c0
commit 4c9143caa4

View file

@ -196,9 +196,9 @@
`(org-date ((t (:foreground ,fgpink :underline unspecified))))
`(org-document-title ((t (:foreground ,fgorange :height 1.5))))
`(org-headline-done ((t (:foreground "#ededed" :strike-through t))))
`(org-level-1 ((t (:foreground ,fgred :height 1.4))))
`(org-level-2 ((t (:foreground ,fgorange :height 1.2))))
`(org-level-3 ((t (:foreground ,fgyellow :height 1.1))))
`(org-level-1 ((t (:foreground ,fgred))))
`(org-level-2 ((t (:foreground ,fgorange))))
`(org-level-3 ((t (:foreground ,fgyellow))))
`(org-level-4 ((t (:foreground ,fggreen))))
`(org-level-5 ((t (:foreground ,fgturquoise))))
`(org-level-6 ((t (:foreground ,fgcyan))))