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

    REVISE the style of modus-vivendi-tinted
    
    I am changing some colour mappings to make the theme more consistent.
    It should still feel close to how it was before.
---
 modus-vivendi-tinted-theme.el | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/modus-vivendi-tinted-theme.el b/modus-vivendi-tinted-theme.el
index 790469ccbc..1f7ab5b062 100644
--- a/modus-vivendi-tinted-theme.el
+++ b/modus-vivendi-tinted-theme.el
@@ -233,8 +233,8 @@ which corresponds to a minimum contrast in relative 
luminance of
       (identifier yellow-faint)
 
       (err red)
-      (warning yellow-warmer)
-      (info cyan-cooler)
+      (warning yellow)
+      (info green-cooler)
 
       (underline-err red-intense)
       (underline-warning yellow)
@@ -255,23 +255,23 @@ which corresponds to a minimum contrast in relative 
luminance of
 ;;;; Code mappings
 
       (bracket fg-main)
-      (builtin magenta-warmer)
+      (builtin magenta)
       (comment red-faint)
-      (constant blue-cooler)
+      (constant magenta-cooler)
       (delimiter fg-main)
       (docmarkup magenta-faint)
       (docstring cyan-faint)
-      (fnname magenta)
-      (keyword magenta-cooler)
+      (fnname magenta-warmer)
+      (keyword blue-warmer)
       (number fg-main)
       (operator fg-main)
       (preprocessor red-cooler)
       (punctuation fg-main)
-      (rx-backslash magenta)
-      (rx-construct green-cooler)
-      (string blue-warmer)
-      (type cyan-cooler)
-      (variable cyan)
+      (rx-backslash magenta-warmer)
+      (rx-construct magenta-cooler)
+      (string cyan-cooler)
+      (type green-warmer)
+      (variable cyan-warmer)
 
 ;;;; Accent mappings
 
@@ -356,7 +356,7 @@ which corresponds to a minimum contrast in relative 
luminance of
 
 ;;;; Prompt mappings
 
-      (fg-prompt cyan-cooler)
+      (fg-prompt cyan-warmer)
       (bg-prompt unspecified)
 
 ;;;; Prose mappings

Reply via email to