mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Add mappings for prose-done, prose-todo
This commit is contained in:
parent
76f81d0ad8
commit
c70713eecb
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)))
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue