branch: externals/ef-themes
commit f0a000426cac7e68a4402a447d78f064fafaa223
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    ef-fig: swap the string and type mappings
---
 ef-fig-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ef-fig-theme.el b/ef-fig-theme.el
index 771a1977c8..ac32806f52 100644
--- a/ef-fig-theme.el
+++ b/ef-fig-theme.el
@@ -133,8 +133,8 @@
     (keyword green-warmer)
     (preprocessor red-warmer)
     (docstring magenta-faint)
-    (string green)
-    (type red-cooler)
+    (string red-cooler)
+    (type green)
     (variable yellow-warmer)
     (variable-use yellow-faint)
     (rx-backslash yellow-cooler) ; compare with `string'

Reply via email to