aboutsummaryrefslogtreecommitdiff
path: root/ef-dark-theme.el
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2023-03-05 09:20:29 +0200
committerProtesilaos Stavrou <info@protesilaos.com>2023-03-05 09:20:29 +0200
commit0f59a5b5cbb83ba8b339a669e9f7d3d02e0a3386 (patch)
tree3503026d457616e94111b94aebe151ab109941a1 /ef-dark-theme.el
parentd281480061aa97444f0c55416b8682e38cf5bd66 (diff)
Add outline headings for accent and mail mappings
Diffstat (limited to 'ef-dark-theme.el')
-rw-r--r--ef-dark-theme.el12
1 files changed, 8 insertions, 4 deletions
diff --git a/ef-dark-theme.el b/ef-dark-theme.el
index 573547b..925fd15 100644
--- a/ef-dark-theme.el
+++ b/ef-dark-theme.el
@@ -178,6 +178,13 @@
(rx-escape green-warmer) ; compare with `string'
(rx-construct red)
+;;;; Accent mappings
+
+ (accent-0 blue)
+ (accent-1 magenta-warmer)
+ (accent-2 green-cooler)
+ (accent-3 red)
+
;;;; Date mappings
(date-common green-cooler)
@@ -201,10 +208,7 @@
(prose-todo red-warmer)
(prose-verbatim blue)
- (accent-0 blue)
- (accent-1 magenta-warmer)
- (accent-2 green-cooler)
- (accent-3 red)
+;;;; Mail mappings
(mail-0 blue)
(mail-1 magenta-warmer)