[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-themes d650f01c51 4/6: REVISE the style of modus-
From: |
ELPA Syncer |
Subject: |
[elpa] externals/modus-themes d650f01c51 4/6: REVISE the style of modus-operandi-tinted |
Date: |
Sun, 6 Apr 2025 03:58:46 -0400 (EDT) |
branch: externals/modus-themes
commit d650f01c516ba84ec93f28b8154c60243ffe4078
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@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
- [elpa] externals/modus-themes updated (d8d36c40e1 -> bd28200a5b), ELPA Syncer, 2025/04/06
- [elpa] externals/modus-themes 4661315930 1/6: Update copyright header years in the theme files, ELPA Syncer, 2025/04/06
- [elpa] externals/modus-themes ce5477ae08 2/6: Refine many colour values in modus-operandi-tinted, ELPA Syncer, 2025/04/06
- [elpa] externals/modus-themes bd28200a5b 6/6: Reduce the amount of magenta in some parts of the deuteranopia variants, ELPA Syncer, 2025/04/06
- [elpa] externals/modus-themes 5341ab74e7 3/6: Refine green-warmer in modus-vivendi-tinted, ELPA Syncer, 2025/04/06
- [elpa] externals/modus-themes 03312ad25c 5/6: REVISE the style of modus-vivendi-tinted, ELPA Syncer, 2025/04/06
- [elpa] externals/modus-themes d650f01c51 4/6: REVISE the style of modus-operandi-tinted,
ELPA Syncer <=