diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2022-09-05 18:07:04 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2022-09-05 18:07:04 +0300 |
| commit | 6447f5ee4ac0ae9bcc11c200b7e7e376096b89c3 (patch) | |
| tree | e57c39d02b74f9c13b44be18ee4b57fabc4c2ea7 /ef-light-theme.el | |
| parent | ea8214c6acd4106afa43304915dd7ac00ac5ba2f (diff) | |
ef-dark: refine date, link, name mappings
This helps all elements remain distinct from each other, while retaining
the overall looks of the design.
Some contexts:
+ Notmuch search buffers
+ Magit commit log
+ Org clocktables
+ Org documents with links, to-do, etc.
Diffstat (limited to 'ef-light-theme.el')
| -rw-r--r-- | ef-light-theme.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ef-light-theme.el b/ef-light-theme.el index 7166011..27a72c7 100644 --- a/ef-light-theme.el +++ b/ef-light-theme.el @@ -145,10 +145,10 @@ (warning yellow-warmer) (info green) - (link cyan) + (link blue) (link-alt magenta) - (date cyan) - (name blue) + (date cyan-cooler) + (name magenta-cooler) (keybind blue-cooler) (builtin magenta) |
