aboutsummaryrefslogtreecommitdiff
path: root/ef-frost-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-frost-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-frost-theme.el')
-rw-r--r--ef-frost-theme.el14
1 files changed, 12 insertions, 2 deletions
diff --git a/ef-frost-theme.el b/ef-frost-theme.el
index 9bda7a4..d86b36c 100644
--- a/ef-frost-theme.el
+++ b/ef-frost-theme.el
@@ -159,8 +159,6 @@
(link cyan)
(link-alt magenta)
- (date cyan-cooler)
- (weekend red-faint) ; for M-x calendar and Org agenda
(name cyan-warmer)
(keybind blue-cooler)
(identifier magenta-faint)
@@ -180,6 +178,18 @@
(rx-escape yellow-cooler) ; compare with `string'
(rx-construct red-cooler)
+;;;; Date mappings
+
+ (date-common cyan-cooler)
+ (date-deadline red)
+ (date-event fg-alt)
+ (date-holiday magenta-warmer)
+ (date-now fg-main)
+ (date-scheduled yellow-cooler)
+ (date-weekday cyan)
+ (date-weekend red-faint)
+
+
(accent-0 blue-warmer)
(accent-1 green-cooler)
(accent-2 magenta-warmer)