mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 11:25:51 +01:00
Make org faces stand out some more
This commit is contained in:
parent
7e14fad678
commit
07de329db6
2 changed files with 4 additions and 3 deletions
|
@ -60,7 +60,8 @@ This project adheres to [[http://semver.org][Semantic Versioning]].
|
||||||
|
|
||||||
Make the =org-level-1=, =org-level-2= and =org-level-3= stand out
|
Make the =org-level-1=, =org-level-2= and =org-level-3= stand out
|
||||||
more by giving them and underline, bold weight and italic slant
|
more by giving them and underline, bold weight and italic slant
|
||||||
respectively.
|
respectively. Also give the =org-level-1= and =org-level-2= some
|
||||||
|
extra height.
|
||||||
|
|
||||||
** REMOVED the 10th rainbow delimiters depth face
|
** REMOVED the 10th rainbow delimiters depth face
|
||||||
|
|
||||||
|
|
|
@ -368,8 +368,8 @@
|
||||||
`(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 ,fgdim))))
|
`(org-headline-done ((t (:foreground ,fgdim))))
|
||||||
`(org-level-1 ((t (:foreground ,fggreen :underline t))))
|
`(org-level-1 ((t (:foreground ,fggreen :underline t :height 1.2))))
|
||||||
`(org-level-2 ((t (:foreground ,fgcyan :weight bold))))
|
`(org-level-2 ((t (:foreground ,fgcyan :weight bold :height 1.1))))
|
||||||
`(org-level-3 ((t (:foreground ,fgred :slant italic))))
|
`(org-level-3 ((t (:foreground ,fgred :slant italic))))
|
||||||
`(org-level-4 ((t (:foreground ,fgblue))))
|
`(org-level-4 ((t (:foreground ,fgblue))))
|
||||||
`(org-level-5 ((t (:foreground ,fgyellow))))
|
`(org-level-5 ((t (:foreground ,fgyellow))))
|
||||||
|
|
Loading…
Reference in a new issue