diff options
Diffstat (limited to 'yoshi-theme.el')
| -rw-r--r-- | yoshi-theme.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el index e9519bf..a8d1ab7 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -411,6 +411,7 @@ `(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-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-headline-done ((t (:foreground ,yoshi-4)))) `(org-level-1 ((t (:foreground ,fggreen :underline t :height 1.2)))) @@ -421,6 +422,7 @@ `(org-level-6 ((t (:foreground ,fgpurple)))) `(org-level-7 ((t (:foreground ,fgturquoise)))) `(org-level-8 ((t (:foreground ,fgorange)))) + `(org-meta-line ((t (:foreground ,yoshi-4 :inherit fixed-pitch)))) `(org-scheduled ((t (:foreground ,yoshi-4)))) `(org-scheduled-previously ((t (:weight bold)))) `(org-scheduled-today ((t (:foreground ,yoshi-6)))) |
