Make org-recur separate from main org faces

This commit is contained in:
Protesilaos Stavrou 2019-12-21 06:39:07 +02:00
parent a89807b03a
commit ac5521bb9b
No known key found for this signature in database
GPG Key ID: 99BD6459CD5CA3EA
3 changed files with 5 additions and 2 deletions

View File

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

View File

@ -1206,7 +1206,6 @@ between foreground and background is >= 7:1)."
`(org-mode-line-clock ((,class (:background ,bg-main :foreground ,fg-main))))
`(org-mode-line-clock-overrun ((,class (:inherit modus-theme-intense-red))))
`(org-priority ((,class (:foreground ,magenta))))
`(org-recur ((,class (:foreground ,magenta-active))))
`(org-quote ((,class (:inherit org-block :foreground ,fg-special-cold))))
`(org-scheduled ((,class (:foreground ,fg-special-cold))))
`(org-scheduled-previously ((,class (:foreground ,fg-special-warm))))
@ -1223,6 +1222,8 @@ 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-recur
`(org-recur ((,class (:foreground ,magenta-active))))
;;;; outline-mode
`(outline-1 ((,class (:inherit org-level-1))))
`(outline-2 ((,class (:inherit org-level-2))))

View File

@ -1206,7 +1206,6 @@ between foreground and background is >= 7:1)."
`(org-mode-line-clock ((,class (:background ,bg-main :foreground ,fg-main))))
`(org-mode-line-clock-overrun ((,class (:inherit modus-theme-intense-red))))
`(org-priority ((,class (:foreground ,magenta))))
`(org-recur ((,class (:foreground ,magenta-active))))
`(org-quote ((,class (:inherit org-block :foreground ,fg-special-cold))))
`(org-scheduled ((,class (:foreground ,fg-special-cold))))
`(org-scheduled-previously ((,class (:foreground ,fg-special-warm))))
@ -1223,6 +1222,8 @@ 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-recur
`(org-recur ((,class (:foreground ,magenta-active))))
;;;; outline-mode
`(outline-1 ((,class (:inherit org-level-1))))
`(outline-2 ((,class (:inherit org-level-2))))