diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2022-11-02 06:39:09 +0200 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2022-11-02 06:39:09 +0200 |
| commit | f7f105be38327bec4289ee03b35b382f31a13dcb (patch) | |
| tree | a7417de7d0fedf01faa3a6d1d05a270e6aec4cdb | |
| parent | fa09a5124803aa9dfa9d6eee96a924861f8f7521 (diff) | |
Refine 'variable' mapping for "trio" themes
| -rw-r--r-- | ef-trio-dark-theme.el | 2 | ||||
| -rw-r--r-- | ef-trio-light-theme.el | 2 |
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) |
