diff options
| -rw-r--r-- | eighters-theme.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eighters-theme.el b/eighters-theme.el index 8fbe4f6..e378144 100644 --- a/eighters-theme.el +++ b/eighters-theme.el @@ -108,7 +108,8 @@ '(outline-8 ((t (:height 1.0 :inherit (variable-pitch font-lock-function-name-face))))) `(org-block ((t ,(eighters--block '(:inherit (highlight)))))) '(org-date ((t (:inherit (font-lock-string-face))))) - '(org-special-keyword ((t (:weight bold :inherit (font-lock-comment-face))))) + '(org-special-keyword ((t (:inherit (font-lock-comment-face))))) + '(org-drawer ((t (:weight bold :inherit (font-lock-comment-face))))) '(org-tag ((t (:inherit (font-lock-constant-face button))))) '(org-todo ((t (:inherit (error))))) '(font-latex-bold-face ((t (:inherit (bold))))) |
