diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2023-08-02 08:09:54 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2023-08-02 08:09:54 +0300 |
| commit | 39f8ab3d116039cf5d60abcae3fc944b814c9ca0 (patch) | |
| tree | 8996ffcadf92e3d3c09ed8b7fbae0f72e14f3a67 /ef-maris-dark-theme.el | |
| parent | eb0f4c614395061160827c3fa6bb85eccf3f4b1a (diff) | |
ef-maris-{dark,light}: tweak 'type' semantic colour mapping
Diffstat (limited to 'ef-maris-dark-theme.el')
| -rw-r--r-- | ef-maris-dark-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ef-maris-dark-theme.el b/ef-maris-dark-theme.el index b377f12..1509391 100644 --- a/ef-maris-dark-theme.el +++ b/ef-maris-dark-theme.el @@ -188,7 +188,7 @@ (preprocessor magenta-cooler) (docstring cyan-faint) (string cyan-cooler) - (type green-cooler) + (type green) (variable cyan) (rx-escape yellow) ; compare with `string' (rx-construct red) |
