diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2024-11-14 07:47:47 +0200 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2024-11-14 07:47:47 +0200 |
| commit | b77b26eb0b8caee3a6c985b7874d8f0cf9468600 (patch) | |
| tree | ef117dcc1b42dd1e463366bdeeeb465b0012ba0e /ef-elea-dark-theme.el | |
| parent | e56f644407479bc5575222bcf26b1593434f27f0 (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-elea-dark-theme.el')
| -rw-r--r-- | ef-elea-dark-theme.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ef-elea-dark-theme.el b/ef-elea-dark-theme.el index e2f1b05..1c658f2 100644 --- a/ef-elea-dark-theme.el +++ b/ef-elea-dark-theme.el @@ -208,11 +208,13 @@ (date-common green-cooler) (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 cyan-cooler) (date-weekend red-faint) |
