Add mappings for prose-done, prose-todo

This commit is contained in:
Protesilaos Stavrou 2022-12-20 08:44:03 +02:00
parent 76f81d0ad8
commit c70713eecb
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
7 changed files with 14 additions and 2 deletions

View file

@ -249,11 +249,13 @@ standard).")
(prose-block fg-dim)
(prose-code green-cooler)
(prose-done blue)
(prose-macro magenta-cooler)
(prose-metadata fg-dim)
(prose-metadata-value fg-alt)
(prose-table fg-alt)
(prose-tag magenta-faint)
(prose-todo yellow-warmer)
(prose-verbatim magenta-warmer)
(heading-0 cyan-cooler)

View file

@ -247,11 +247,13 @@ which corresponds to a minimum contrast in relative luminance of
(prose-block fg-dim)
(prose-code green-cooler)
(prose-done green)
(prose-macro magenta-cooler)
(prose-metadata fg-dim)
(prose-metadata-value fg-alt)
(prose-table fg-alt)
(prose-tag magenta-faint)
(prose-todo red)
(prose-verbatim magenta-warmer)
(heading-0 cyan-cooler)

View file

@ -246,11 +246,13 @@ which corresponds to a minimum contrast in relative luminance of
(prose-block fg-dim)
(prose-code green-cooler)
(prose-done green)
(prose-macro magenta-cooler)
(prose-metadata fg-dim)
(prose-metadata-value fg-alt)
(prose-table fg-alt)
(prose-tag magenta-faint)
(prose-todo red)
(prose-verbatim magenta-warmer)
(heading-0 cyan-cooler)

View file

@ -2903,7 +2903,7 @@ is a less intense variant of BG."
`(org-document-info ((,c :foreground ,prose-metadata-value)))
`(org-document-info-keyword ((,c :foreground ,prose-metadata)))
`(org-document-title ((,c :inherit modus-themes-heading-0)))
`(org-done ((,c :foreground ,info)))
`(org-done ((,c :foreground ,prose-done)))
`(org-drawer ((,c :inherit modus-themes-fixed-pitch :foreground ,prose-metadata)))
`(org-ellipsis (( ))) ; inherits from the heading's color
`(org-footnote ((,c :inherit link)))
@ -2942,7 +2942,7 @@ is a less intense variant of BG."
`(org-tag-group ((,c :inherit (bold org-tag))))
`(org-target ((,c :underline t)))
`(org-time-grid ((,c :foreground ,fg-dim)))
`(org-todo ((,c :foreground ,err)))
`(org-todo ((,c :foreground ,prose-todo)))
`(org-upcoming-deadline ((,c :foreground ,warning)))
`(org-upcoming-distant-deadline ((,c :inherit org-upcoming-deadline)))
`(org-verbatim ((,c :inherit modus-themes-prose-verbatim)))

View file

@ -248,11 +248,13 @@ standard).")
(prose-block fg-dim)
(prose-code cyan-cooler)
(prose-done blue)
(prose-macro magenta-cooler)
(prose-metadata fg-dim)
(prose-metadata-value fg-alt)
(prose-table fg-alt)
(prose-tag magenta-faint)
(prose-todo yellow-warmer)
(prose-verbatim magenta-warmer)
(heading-0 cyan-cooler)

View file

@ -246,11 +246,13 @@ which corresponds to a minimum contrast in relative luminance of
(prose-block fg-dim)
(prose-code cyan-cooler)
(prose-done green)
(prose-macro magenta-cooler)
(prose-metadata fg-dim)
(prose-metadata-value fg-alt)
(prose-table fg-alt)
(prose-tag magenta-faint)
(prose-todo red)
(prose-verbatim magenta-warmer)
(heading-0 cyan-cooler)

View file

@ -246,11 +246,13 @@ which corresponds to a minimum contrast in relative luminance of
(prose-block fg-dim)
(prose-code cyan-cooler)
(prose-done green)
(prose-macro magenta-cooler)
(prose-metadata fg-dim)
(prose-metadata-value fg-alt)
(prose-table fg-alt)
(prose-tag magenta-faint)
(prose-todo red)
(prose-verbatim magenta-warmer)
(heading-0 cyan-cooler)