mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 11:25:51 +01:00
Remove heights from org-mode
I was trying it, but no...
This commit is contained in:
parent
a9d42a50c0
commit
4c9143caa4
1 changed files with 3 additions and 3 deletions
|
@ -196,9 +196,9 @@
|
||||||
`(org-date ((t (:foreground ,fgpink :underline unspecified))))
|
`(org-date ((t (:foreground ,fgpink :underline unspecified))))
|
||||||
`(org-document-title ((t (:foreground ,fgorange :height 1.5))))
|
`(org-document-title ((t (:foreground ,fgorange :height 1.5))))
|
||||||
`(org-headline-done ((t (:foreground "#ededed" :strike-through t))))
|
`(org-headline-done ((t (:foreground "#ededed" :strike-through t))))
|
||||||
`(org-level-1 ((t (:foreground ,fgred :height 1.4))))
|
`(org-level-1 ((t (:foreground ,fgred))))
|
||||||
`(org-level-2 ((t (:foreground ,fgorange :height 1.2))))
|
`(org-level-2 ((t (:foreground ,fgorange))))
|
||||||
`(org-level-3 ((t (:foreground ,fgyellow :height 1.1))))
|
`(org-level-3 ((t (:foreground ,fgyellow))))
|
||||||
`(org-level-4 ((t (:foreground ,fggreen))))
|
`(org-level-4 ((t (:foreground ,fggreen))))
|
||||||
`(org-level-5 ((t (:foreground ,fgturquoise))))
|
`(org-level-5 ((t (:foreground ,fgturquoise))))
|
||||||
`(org-level-6 ((t (:foreground ,fgcyan))))
|
`(org-level-6 ((t (:foreground ,fgcyan))))
|
||||||
|
|
Loading…
Reference in a new issue