branch: externals/modus-themes
commit 5df9c6c98d87ce21c46588e13f10991999aad949
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Make modus-vivendi-tinted strings blue instead of teal
---
 modus-vivendi-tinted-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-vivendi-tinted-theme.el b/modus-vivendi-tinted-theme.el
index 6e53fca46d..a3ee2ad31d 100644
--- a/modus-vivendi-tinted-theme.el
+++ b/modus-vivendi-tinted-theme.el
@@ -258,8 +258,8 @@ which corresponds to a minimum contrast in relative 
luminance of
       (punctuation fg-main)
       (rx-backslash magenta-warmer)
       (rx-construct magenta-cooler)
-      (string cyan-cooler)
       (type green-warmer)
+      (string blue)
       (variable cyan-warmer)
 
 ;;;; Paren match

Reply via email to