aboutsummaryrefslogtreecommitdiff
path: root/ef-cyprus-theme.el
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2023-03-06 07:01:02 +0200
committerProtesilaos Stavrou <info@protesilaos.com>2023-03-06 07:01:02 +0200
commit30a7480634393cbec6e2e6f19ea06dc169926578 (patch)
tree6a30a6286e004fc644d2ec271834de7a8ac2d456 /ef-cyprus-theme.el
parent44a6797a7d695b87868fd7aeef909f5dab44e9f3 (diff)
Add outline headings for code and general mappings
Diffstat (limited to 'ef-cyprus-theme.el')
-rw-r--r--ef-cyprus-theme.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/ef-cyprus-theme.el b/ef-cyprus-theme.el
index 219cf41..022b1de 100644
--- a/ef-cyprus-theme.el
+++ b/ef-cyprus-theme.el
@@ -162,6 +162,8 @@
;;; Mappings
+;;;; General mappings
+
(err red-warmer)
(warning yellow)
(info green)
@@ -173,6 +175,8 @@
(identifier green-faint)
(prompt green)
+;;;; Code mappings
+
(builtin green-warmer)
(comment yellow-faint)
(constant green-cooler)
@@ -183,7 +187,6 @@
(string red-cooler)
(type blue-warmer)
(variable cyan-cooler)
-
(rx-escape magenta-cooler) ; compare with `string'
(rx-construct cyan-cooler)