Disable org-modern (needs further testing)

This commit is contained in:
Protesilaos Stavrou 2022-08-15 11:05:16 +03:00
parent ea0831b1e7
commit a1acc23c77
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -663,17 +663,17 @@ When called from Lisp, THEME is a symbol."
`(org-verbatim ((,c :foreground ,variable)))
`(org-verse (( )))
`(org-warning ((,c :inherit warning)))
;;;; org-modern
`(org-modern-block-keyword (( )))
`(org-modern-date-active ((,c :background ,bg-alt)))
`(org-modern-date-inactive ((,c :background ,bg-dim :foreground ,fg-dim)))
`(org-modern-done ((,c :background ,bg-info :foreground ,info)))
`(org-modern-priority ((,c :inherit org-priority :background ,bg-dim)))
`(org-modern-statistics ((,c :background ,bg-dim)))
`(org-modern-tag ((,c :inherit org-tag :background ,bg-dim)))
`(org-modern-time-active ((,c :background ,bg-active :foreground ,fg-intense)))
`(org-modern-time-inactive ((,c :inherit org-modern-date-inactive)))
`(org-modern-todo ((,c :background ,bg-err :foreground ,err)))
;; ;;;; org-modern
;; `(org-modern-block-keyword (( )))
;; `(org-modern-date-active ((,c :background ,bg-alt)))
;; `(org-modern-date-inactive ((,c :background ,bg-dim :foreground ,fg-dim)))
;; `(org-modern-done ((,c :background ,bg-info :foreground ,info)))
;; `(org-modern-priority ((,c :inherit org-priority :background ,bg-dim)))
;; `(org-modern-statistics ((,c :background ,bg-dim)))
;; `(org-modern-tag ((,c :inherit org-tag :background ,bg-dim)))
;; `(org-modern-time-active ((,c :background ,bg-active :foreground ,fg-intense)))
;; `(org-modern-time-inactive ((,c :inherit org-modern-date-inactive)))
;; `(org-modern-todo ((,c :background ,bg-err :foreground ,err)))
;;;; outline-mode
`(outline-1 ((,c :inherit bold :foreground ,rainbow-1)))
`(outline-2 ((,c :inherit bold :foreground ,rainbow-2)))