Add support for ORG-JOURNAL

This commit is contained in:
Protesilaos Stavrou 2019-12-21 06:55:00 +02:00
parent 534d489f36
commit d50e1134fc
No known key found for this signature in database
GPG Key ID: 99BD6459CD5CA3EA
3 changed files with 9 additions and 0 deletions

View File

@ -223,6 +223,7 @@ the "full support" may not be 100% true…
+ mu4e
+ neotree
+ org*
+ org-journal
+ org-noter
+ org-recur
+ outline-mode

View File

@ -1222,6 +1222,10 @@ between foreground and background is >= 7:1)."
`(org-verbatim ((,class (:background ,bg-dim :foreground ,fg-special-warm))))
`(org-verse ((,class (:inherit org-quote))))
`(org-warning ((,class (:foreground ,blue-intense))))
;;;; org-journal
`(org-journal-calendar-entry-face ((,class (:foreground ,yellow-alt-other :slant ,modus-theme-slant))))
`(org-journal-calendar-scheduled-face ((,class (:foreground ,red-alt-other :slant ,modus-theme-slant))))
`(org-journal-highlight ((,class (:foreground ,magenta-alt))))
;;;; org-noter
`(org-noter-no-notes-exist-face ((,class (:foreground ,red-active :weight bold))))
`(org-noter-notes-exist-face ((,class (:foreground ,green-active :weight bold))))

View File

@ -1222,6 +1222,10 @@ between foreground and background is >= 7:1)."
`(org-verbatim ((,class (:background ,bg-dim :foreground ,fg-special-warm))))
`(org-verse ((,class (:inherit org-quote))))
`(org-warning ((,class (:foreground ,blue-intense))))
;;;; org-journal
`(org-journal-calendar-entry-face ((,class (:foreground ,yellow-alt-other :slant ,modus-theme-slant))))
`(org-journal-calendar-scheduled-face ((,class (:foreground ,red-alt-other :slant ,modus-theme-slant))))
`(org-journal-highlight ((,class (:foreground ,magenta-alt))))
;;;; org-noter
`(org-noter-no-notes-exist-face ((,class (:foreground ,red-active :weight bold))))
`(org-noter-notes-exist-face ((,class (:foreground ,green-active :weight bold))))