aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2022-11-02 06:39:09 +0200
committerProtesilaos Stavrou <info@protesilaos.com>2022-11-02 06:39:09 +0200
commitf7f105be38327bec4289ee03b35b382f31a13dcb (patch)
treea7417de7d0fedf01faa3a6d1d05a270e6aec4cdb
parentfa09a5124803aa9dfa9d6eee96a924861f8f7521 (diff)
Refine 'variable' mapping for "trio" themes
-rw-r--r--ef-trio-dark-theme.el2
-rw-r--r--ef-trio-light-theme.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/ef-trio-dark-theme.el b/ef-trio-dark-theme.el
index 4d2841f..8130121 100644
--- a/ef-trio-dark-theme.el
+++ b/ef-trio-dark-theme.el
@@ -165,7 +165,7 @@
(docstring magenta-faint)
(string green-cooler)
(type cyan-cooler)
- (variable blue)
+ (variable cyan-warmer)
(rx-escape blue-warmer) ; compare with `string'
(rx-construct red)
diff --git a/ef-trio-light-theme.el b/ef-trio-light-theme.el
index c8fcf73..85c65dc 100644
--- a/ef-trio-light-theme.el
+++ b/ef-trio-light-theme.el
@@ -165,7 +165,7 @@
(docstring magenta-faint)
(string green-cooler)
(type cyan-cooler)
- (variable blue)
+ (variable cyan-warmer)
(rx-escape blue-warmer) ; compare with `string'
(rx-construct red)