branch: elpa/alect-themes
commit 87e079330592e90890c0627edd93afa582b1ee62
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>

    Add 'org-drawer' face
---
 alect-themes.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/alect-themes.el b/alect-themes.el
index 2e69682..3f4361b 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1401,6 +1401,8 @@ For INVERT, see `alect-get-color'."
          (org-scheduled-previously  ((,c :foreground ,(gc 'red-2))))
          (org-scheduled-today       ((,c :foreground ,(gc 'blue+1))))
          (org-special-keyword       ((,c :inherit font-lock-doc-face)))
+         (org-drawer                ((,c :inherit org-special-keyword
+                                         :weight bold)))
          (org-table                 ((,c :foreground ,(gc 'fg-1))))
          (org-tag                   ((,c :slant italic)))
          (org-time-grid             ((,c :foreground ,(gc 'fg-2))))

Reply via email to