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-duo-light-theme.el | |
| parent | 44a6797a7d695b87868fd7aeef909f5dab44e9f3 (diff) | |
Add outline headings for code and general mappings
Diffstat (limited to 'ef-duo-light-theme.el')
| -rw-r--r-- | ef-duo-light-theme.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ef-duo-light-theme.el b/ef-duo-light-theme.el index b488db7..f93d060 100644 --- a/ef-duo-light-theme.el +++ b/ef-duo-light-theme.el @@ -165,6 +165,8 @@ ;;; Mappings +;;;; General mappings + (err red) (warning yellow) (info green) @@ -176,6 +178,8 @@ (identifier red-faint) (prompt blue) +;;;; Code mappings + (builtin cyan-cooler) (comment yellow-faint) (constant blue) @@ -186,7 +190,6 @@ (string yellow-warmer) (type blue-cooler) (variable magenta-cooler) - (rx-escape cyan) ; compare with `string' (rx-construct red-warmer) |
