diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2023-03-01 14:46:18 +0200 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2023-03-01 14:46:18 +0200 |
| commit | 2ab1754f9182504ec72ebef5608d264d02a06f7e (patch) | |
| tree | 2b159027e146dbd7309bd4e6af1ca30a9415736b /ef-bio-theme.el | |
| parent | 8057325b56bd268f0bc68a7949ecea63045b39f0 (diff) | |
Add prose mappings (WORK-IN-PROGRESS)
The idea is to expand the palette to make semantic colour mappings
more "semantic" and to allow users more freedom to override what they
want.
Diffstat (limited to 'ef-bio-theme.el')
| -rw-r--r-- | ef-bio-theme.el | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ef-bio-theme.el b/ef-bio-theme.el index b0e331b..4a6a917 100644 --- a/ef-bio-theme.el +++ b/ef-bio-theme.el @@ -189,6 +189,17 @@ (date-weekday cyan) (date-weekend red-faint) +;;;; Prose mappings + + (prose-code blue-warmer) + (prose-done green) + (prose-macro magenta-warmer) + (prose-metadata fg-dim) + (prose-metadata-value fg-alt) + (prose-table fg-alt) + (prose-tag fg-alt) + (prose-todo red) + (prose-verbatim green-cooler) (accent-0 green-cooler) (accent-1 blue-warmer) |
