diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2023-03-06 07:01:02 +0200 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2023-03-06 07:01:02 +0200 |
| commit | 30a7480634393cbec6e2e6f19ea06dc169926578 (patch) | |
| tree | 6a30a6286e004fc644d2ec271834de7a8ac2d456 /ef-deuteranopia-dark-theme.el | |
| parent | 44a6797a7d695b87868fd7aeef909f5dab44e9f3 (diff) | |
Add outline headings for code and general mappings
Diffstat (limited to 'ef-deuteranopia-dark-theme.el')
| -rw-r--r-- | ef-deuteranopia-dark-theme.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ef-deuteranopia-dark-theme.el b/ef-deuteranopia-dark-theme.el index 06c7f9d..5ec6336 100644 --- a/ef-deuteranopia-dark-theme.el +++ b/ef-deuteranopia-dark-theme.el @@ -165,6 +165,8 @@ ;;; Mappings +;;;; General mappings + (err yellow-warmer) (warning yellow-cooler) (info blue-cooler) @@ -176,6 +178,8 @@ (identifier cyan-faint) (prompt yellow) +;;;; Code mappings + (builtin blue-warmer) (comment yellow-faint) (constant blue-cooler) @@ -186,7 +190,6 @@ (string blue) (type magenta-cooler) (variable cyan-cooler) - (rx-escape yellow-faint) ; compare with `string' (rx-construct yellow-warmer) |
