From 8539cc132c92519b9053ed48d1bdecac6a64bdd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miquel=20Sabat=C3=A9=20Sol=C3=A0?= Date: Tue, 21 Apr 2020 17:06:52 +0200 Subject: [PATCH] Added support for org-drawer and org-special-keyword MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- soria-theme.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/soria-theme.el b/soria-theme.el index 1aa10cb..716714e 100644 --- a/soria-theme.el +++ b/soria-theme.el @@ -1347,6 +1347,10 @@ The theme has to be reloaded after changing anything in this group." `(org-date ((,class (:foreground ,soria-gray, :weight normal :underline nil)))) + `(org-drawer ((,class (:inherit org-done)))) + + `(org-special-keyword ((,class (:inherit org-done)))) + ;; modeline: this is the base for faces from some modelines (doom-modeline). `(mode-line-emphasis