mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Add 'prose-table-formula' semantinc colour mapping; use it in 'org-formula'
This commit is contained in:
parent
b875e788b6
commit
b7b60365fb
|
|
@ -350,6 +350,7 @@ standard)."
|
|||
(prose-metadata fg-dim)
|
||||
(prose-metadata-value fg-alt)
|
||||
(prose-table fg-alt)
|
||||
(prose-table-formula yellow-warmer)
|
||||
(prose-tag magenta-faint)
|
||||
(prose-todo yellow-warmer)
|
||||
(prose-verbatim magenta-warmer)
|
||||
|
|
|
|||
|
|
@ -348,6 +348,7 @@ which corresponds to a minimum contrast in relative luminance of
|
|||
(prose-metadata fg-dim)
|
||||
(prose-metadata-value fg-alt)
|
||||
(prose-table fg-alt)
|
||||
(prose-table-formula magenta-warmer)
|
||||
(prose-tag magenta-faint)
|
||||
(prose-todo red)
|
||||
(prose-verbatim magenta-warmer)
|
||||
|
|
|
|||
|
|
@ -348,6 +348,7 @@ which corresponds to a minimum contrast in relative luminance of
|
|||
(prose-metadata fg-dim)
|
||||
(prose-metadata-value fg-alt)
|
||||
(prose-table fg-alt)
|
||||
(prose-table-formula magenta-warmer)
|
||||
(prose-tag magenta-faint)
|
||||
(prose-todo red)
|
||||
(prose-verbatim magenta-warmer)
|
||||
|
|
|
|||
|
|
@ -350,6 +350,7 @@ standard)."
|
|||
(prose-metadata fg-dim)
|
||||
(prose-metadata-value fg-alt)
|
||||
(prose-table fg-alt)
|
||||
(prose-table-formula red-cooler)
|
||||
(prose-tag fg-alt)
|
||||
(prose-todo red)
|
||||
(prose-verbatim magenta-warmer)
|
||||
|
|
|
|||
|
|
@ -3331,7 +3331,7 @@ FG and BG are the main colors."
|
|||
`(org-drawer ((,c :inherit modus-themes-fixed-pitch :foreground ,prose-metadata)))
|
||||
`(org-ellipsis (( ))) ; inherits from the heading's color
|
||||
`(org-footnote ((,c :inherit link)))
|
||||
`(org-formula ((,c :inherit modus-themes-fixed-pitch :foreground ,fnname)))
|
||||
`(org-formula ((,c :inherit modus-themes-fixed-pitch :foreground ,prose-table-formula)))
|
||||
`(org-headline-done ((,c :inherit org-done)))
|
||||
`(org-headline-todo ((,c :inherit org-todo)))
|
||||
`(org-hide ((,c :foreground ,bg-main)))
|
||||
|
|
|
|||
|
|
@ -349,6 +349,7 @@ standard)."
|
|||
(prose-metadata fg-dim)
|
||||
(prose-metadata-value fg-alt)
|
||||
(prose-table fg-alt)
|
||||
(prose-table-formula yellow-cooler)
|
||||
(prose-tag magenta-faint)
|
||||
(prose-todo yellow-warmer)
|
||||
(prose-verbatim magenta-warmer)
|
||||
|
|
|
|||
|
|
@ -347,6 +347,7 @@ which corresponds to a minimum contrast in relative luminance of
|
|||
(prose-metadata fg-dim)
|
||||
(prose-metadata-value fg-alt)
|
||||
(prose-table fg-alt)
|
||||
(prose-table-formula magenta-warmer)
|
||||
(prose-tag magenta-faint)
|
||||
(prose-todo red)
|
||||
(prose-verbatim magenta-warmer)
|
||||
|
|
|
|||
|
|
@ -348,6 +348,7 @@ which corresponds to a minimum contrast in relative luminance of
|
|||
(prose-metadata fg-dim)
|
||||
(prose-metadata-value fg-alt)
|
||||
(prose-table fg-alt)
|
||||
(prose-table-formula magenta-warmer)
|
||||
(prose-tag magenta-faint)
|
||||
(prose-todo red)
|
||||
(prose-verbatim magenta-warmer)
|
||||
|
|
|
|||
|
|
@ -350,6 +350,7 @@ standard)."
|
|||
(prose-metadata fg-dim)
|
||||
(prose-metadata-value fg-alt)
|
||||
(prose-table fg-alt)
|
||||
(prose-table-formula red-cooler)
|
||||
(prose-tag fg-alt)
|
||||
(prose-todo red)
|
||||
(prose-verbatim magenta-warmer)
|
||||
|
|
|
|||
Loading…
Reference in a new issue