aboutsummaryrefslogtreecommitdiff
path: root/ef-melissa-light-theme.el
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2024-11-14 07:47:47 +0200
committerProtesilaos Stavrou <info@protesilaos.com>2024-11-14 07:47:47 +0200
commitb77b26eb0b8caee3a6c985b7874d8f0cf9468600 (patch)
treeef117dcc1b42dd1e463366bdeeeb465b0012ba0e /ef-melissa-light-theme.el
parente56f644407479bc5575222bcf26b1593434f27f0 (diff)
Revise colours for deadlines and scheduled tasks (Org agenda)
The goal is two-fold: 1. Improve the semantics of relevant faces. This now covers the Org agenda. We want pending/urgent tasks to be rendered in a bold font and use a vivid colour. Whereas tasks that are not urgent should have a subtle colour and a normal weight. Thanks to Adam Porter (GitHub @alphapapa) for discussing this with me in issue 102 on the Modus themes repository (the same principles apply here): <https://github.com/protesilaos/modus-themes/issues/102>. 2. Make the applicable colours be more consistent with the rest of the theme. In practice, this means that the colour values are cooler overall and the intensity is lower.
Diffstat (limited to 'ef-melissa-light-theme.el')
-rw-r--r--ef-melissa-light-theme.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/ef-melissa-light-theme.el b/ef-melissa-light-theme.el
index 0e9e3ef..19d979e 100644
--- a/ef-melissa-light-theme.el
+++ b/ef-melissa-light-theme.el
@@ -208,11 +208,13 @@
(date-common green-warmer)
(date-deadline red)
+ (date-deadline-subtle red-faint)
(date-event fg-alt)
(date-holiday magenta-warmer)
(date-now fg-main)
(date-range fg-alt)
(date-scheduled yellow)
+ (date-scheduled-subtle yellow-faint)
(date-weekday green-warmer)
(date-weekend red-faint)