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