diff --git a/CHANGELOG.org b/CHANGELOG.org index 9ba0792..ce8ffdc 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -54,7 +54,7 @@ Add the cider faces: ~cider-test-success-face~ and ~cider-test-failure-face~. ** 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 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))))