Skip to content

Commit

Permalink
Added support for org-drawer and org-special-keyword
Browse files Browse the repository at this point in the history
Signed-off-by: Miquel Sabaté Solà <[email protected]>
  • Loading branch information
mssola committed Apr 21, 2020
1 parent ed79c3a commit 8539cc1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions soria-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8539cc1

Please sign in to comment.