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

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

diff --git a/modus-operandi-tinted-theme.el b/modus-operandi-tinted-theme.el
index 394dbda473..39ccf302ef 100644
--- a/modus-operandi-tinted-theme.el
+++ b/modus-operandi-tinted-theme.el
@@ -233,8 +233,8 @@ which corresponds to a minimum contrast in relative 
luminance of
       (identifier yellow-cooler)
 
       (err red)
-      (warning yellow-warmer)
-      (info cyan-cooler)
+      (warning yellow)
+      (info green)
 
       (underline-err red-intense)
       (underline-warning yellow-intense)
@@ -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 green-faint)
-      (fnname magenta)
-      (keyword magenta-cooler)
+      (docstring cyan-faint)
+      (fnname yellow-cooler)
+      (keyword blue-cooler)
       (number fg-main)
       (operator fg-main)
-      (preprocessor red-cooler)
+      (preprocessor yellow-warmer)
       (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)
+      (type green-cooler)
+      (variable green-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 green-cooler)
       (bg-prompt unspecified)
 
 ;;;; Prose mappings

Reply via email to