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

Add ‘org-document-info-keyword’ and ‘org-meta-line’ faces

This commit is contained in:
Tom Willemse 2021-02-15 16:26:12 -08:00
parent a41f29236f
commit 2f3b874f4a
2 changed files with 3 additions and 1 deletions

View file

@ -54,7 +54,7 @@ Add the cider faces: ~cider-test-success-face~ and ~cider-test-failure-face~.
** ADDED Some org-mode faces ** ADDED Some org-mode faces
Add the ~org-code~ and =org-verbatim= faces. Add the =org-code=, =org-verbatim=, =org-document-info-keyword=, and =org-meta-line= faces.
** CHANGED All the gray faces ** CHANGED All the gray faces

View file

@ -411,6 +411,7 @@
`(org-checkbox-statistics-todo ((t (:foreground ,fgcyan)))) `(org-checkbox-statistics-todo ((t (:foreground ,fgcyan))))
`(org-code ((t (:background ,yoshi-1 :box (:line-width (5 . -1) :color ,yoshi-1) :inherit fixed-pitch)))) `(org-code ((t (:background ,yoshi-1 :box (:line-width (5 . -1) :color ,yoshi-1) :inherit fixed-pitch))))
`(org-date ((t (:foreground ,fgpink :underline unspecified)))) `(org-date ((t (:foreground ,fgpink :underline unspecified))))
`(org-document-info-keyword ((t (:foreground ,yoshi-4 :inherit fixed-pitch))))
`(org-document-title ((t (:foreground ,fgorange :height 1.5)))) `(org-document-title ((t (:foreground ,fgorange :height 1.5))))
`(org-headline-done ((t (:foreground ,yoshi-4)))) `(org-headline-done ((t (:foreground ,yoshi-4))))
`(org-level-1 ((t (:foreground ,fggreen :underline t :height 1.2)))) `(org-level-1 ((t (:foreground ,fggreen :underline t :height 1.2))))
@ -421,6 +422,7 @@
`(org-level-6 ((t (:foreground ,fgpurple)))) `(org-level-6 ((t (:foreground ,fgpurple))))
`(org-level-7 ((t (:foreground ,fgturquoise)))) `(org-level-7 ((t (:foreground ,fgturquoise))))
`(org-level-8 ((t (:foreground ,fgorange)))) `(org-level-8 ((t (:foreground ,fgorange))))
`(org-meta-line ((t (:foreground ,yoshi-4 :inherit fixed-pitch))))
`(org-scheduled ((t (:foreground ,yoshi-4)))) `(org-scheduled ((t (:foreground ,yoshi-4))))
`(org-scheduled-previously ((t (:weight bold)))) `(org-scheduled-previously ((t (:weight bold))))
`(org-scheduled-today ((t (:foreground ,yoshi-6)))) `(org-scheduled-today ((t (:foreground ,yoshi-6))))