aboutsummaryrefslogtreecommitdiff
path: root/ef-spring-theme.el
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2023-03-01 07:07:33 +0200
committerProtesilaos Stavrou <info@protesilaos.com>2023-03-01 07:12:35 +0200
commit8057325b56bd268f0bc68a7949ecea63045b39f0 (patch)
tree97b51a92110b99d7682835fa1ae0160e4cedc6e2 /ef-spring-theme.el
parent939ad1ced80b1364eec8d9be6004a7e501da89f1 (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-spring-theme.el')
-rw-r--r--ef-spring-theme.el14
1 files changed, 12 insertions, 2 deletions
diff --git a/ef-spring-theme.el b/ef-spring-theme.el
index ec97726..6bc55ad 100644
--- a/ef-spring-theme.el
+++ b/ef-spring-theme.el
@@ -159,8 +159,6 @@
(link cyan-cooler)
(link-alt yellow-cooler)
- (date cyan)
- (weekend red-faint) ; for M-x calendar and Org agenda
(name green-cooler)
(keybind magenta-warmer)
(identifier magenta-faint)
@@ -180,6 +178,18 @@
(rx-escape cyan) ; compare with `string'
(rx-construct magenta-warmer)
+;;;; Date mappings
+
+ (date-common cyan)
+ (date-deadline red-warmer)
+ (date-event fg-alt)
+ (date-holiday blue)
+ (date-now fg-main)
+ (date-scheduled yellow)
+ (date-weekday cyan)
+ (date-weekend red-faint)
+
+
(accent-0 green)
(accent-1 red-cooler)
(accent-2 blue)