From 39f8ab3d116039cf5d60abcae3fc944b814c9ca0 Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Wed, 2 Aug 2023 08:09:54 +0300 Subject: [PATCH] ef-maris-{dark,light}: tweak 'type' semantic colour mapping --- ef-maris-dark-theme.el | 2 +- ef-maris-light-theme.el | 2 +- 2 files changed, 2 insertions(+), 2 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) diff --git a/ef-maris-light-theme.el b/ef-maris-light-theme.el index c0fa520..b0c58a9 100644 --- a/ef-maris-light-theme.el +++ b/ef-maris-light-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)