diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2023-03-01 07:07:33 +0200 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2023-03-01 07:12:35 +0200 |
| commit | 8057325b56bd268f0bc68a7949ecea63045b39f0 (patch) | |
| tree | 97b51a92110b99d7682835fa1ae0160e4cedc6e2 /ef-deuteranopia-dark-theme.el | |
| parent | 939ad1ced80b1364eec8d9be6004a7e501da89f1 (diff) | |
Add date 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-deuteranopia-dark-theme.el')
| -rw-r--r-- | ef-deuteranopia-dark-theme.el | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/ef-deuteranopia-dark-theme.el b/ef-deuteranopia-dark-theme.el index 3dbf7a4..a8a143d 100644 --- a/ef-deuteranopia-dark-theme.el +++ b/ef-deuteranopia-dark-theme.el @@ -162,8 +162,6 @@ (link blue) (link-alt yellow-cooler) - (date yellow-cooler) - (weekend blue-faint) ; for M-x calendar and Org agenda (name blue-warmer) (keybind yellow-warmer) (identifier cyan-faint) @@ -183,6 +181,18 @@ (rx-escape yellow-faint) ; compare with `string' (rx-construct yellow-warmer) +;;;; Date mappings + + (date-common yellow-cooler) + (date-deadline yellow-warmer) + (date-event fg-alt) + (date-holiday cyan-warmer) + (date-now fg-main) + (date-scheduled yellow-cooler) + (date-weekday cyan) + (date-weekend magenta-faint) + + (accent-0 blue-cooler) (accent-1 yellow-warmer) (accent-2 cyan-warmer) |
