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-eagle-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-eagle-theme.el')
| -rw-r--r-- | ef-eagle-theme.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ef-eagle-theme.el b/ef-eagle-theme.el index 4adf866..2767495 100644 --- a/ef-eagle-theme.el +++ b/ef-eagle-theme.el @@ -208,11 +208,13 @@ (date-common red-faint) (date-deadline red-cooler) + (date-deadline-subtle red) (date-event fg-alt) (date-holiday red-warmer) (date-now fg-main) (date-range fg-alt) (date-scheduled yellow-cooler) + (date-scheduled-subtle yellow-faint) (date-weekday red) (date-weekend cyan) |
