emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/modus-themes adbd8e3f83 01/13: Add semantic colour mapp


From: ELPA Syncer
Subject: [elpa] externals/modus-themes adbd8e3f83 01/13: Add semantic colour mappings for space errors
Date: Wed, 17 May 2023 02:58:51 -0400 (EDT)

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

    Add semantic colour mappings for space errors
    
    This extends commit fe02830.
---
 modus-operandi-deuteranopia-theme.el | 1 +
 modus-operandi-theme.el              | 1 +
 modus-operandi-tinted-theme.el       | 1 +
 modus-themes.el                      | 8 ++++----
 modus-vivendi-deuteranopia-theme.el  | 1 +
 modus-vivendi-theme.el               | 1 +
 modus-vivendi-tinted-theme.el        | 1 +
 7 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/modus-operandi-deuteranopia-theme.el 
b/modus-operandi-deuteranopia-theme.el
index a3ed1b8972..bb03136445 100644
--- a/modus-operandi-deuteranopia-theme.el
+++ b/modus-operandi-deuteranopia-theme.el
@@ -358,6 +358,7 @@ standard).")
 
       (bg-space unspecified)
       (fg-space border)
+      (bg-space-err bg-yellow-intense)
 
 ;;;; Heading mappings
 
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 65207f3ea4..dd0a153135 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -356,6 +356,7 @@ which corresponds to a minimum contrast in relative 
luminance of
 
       (bg-space unspecified)
       (fg-space border)
+      (bg-space-err bg-red-intense)
 
 ;;;; Heading mappings
 
diff --git a/modus-operandi-tinted-theme.el b/modus-operandi-tinted-theme.el
index ff271ff28e..c2d51ec4ea 100644
--- a/modus-operandi-tinted-theme.el
+++ b/modus-operandi-tinted-theme.el
@@ -355,6 +355,7 @@ which corresponds to a minimum contrast in relative 
luminance of
 
       (bg-space unspecified)
       (fg-space border)
+      (bg-space-err bg-red-intense)
 
 ;;;; Heading mappings
 
diff --git a/modus-themes.el b/modus-themes.el
index 9a6e8483ce..6d14b98e7f 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -1765,7 +1765,7 @@ FG and BG are the main colors."
     `(separator-line ((,c :underline ,bg-active)))
     `(shadow ((,c :foreground ,fg-dim)))
     `(success ((,c :inherit bold :foreground ,info)))
-    `(trailing-whitespace ((,c :background ,bg-red-intense)))
+    `(trailing-whitespace ((,c :background ,bg-space-err)))
     `(warning ((,c :inherit bold :foreground ,warning)))
 ;;;;; buttons, links, widgets
     `(button ((,c :background ,bg-link :foreground ,fg-link :underline 
,underline-link)))
@@ -3933,7 +3933,7 @@ FG and BG are the main colors."
     `(which-key-separator-face ((,c :inherit shadow)))
     `(which-key-special-key-face ((,c :inherit error)))
 ;;;;; whitespace-mode
-    `(whitespace-big-indent ((,c :inherit modus-themes-subtle-red)))
+    `(whitespace-big-indent ((,c :background ,bg-space-err)))
     `(whitespace-empty ((,c :inherit modus-themes-intense-magenta)))
     `(whitespace-hspace ((,c :background ,bg-space :foreground ,fg-space)))
     `(whitespace-indentation ((,c :background ,bg-space :foreground 
,fg-space)))
@@ -3943,7 +3943,7 @@ FG and BG are the main colors."
     `(whitespace-space-after-tab ((,c :inherit modus-themes-subtle-magenta)))
     `(whitespace-space-before-tab ((,c :inherit modus-themes-subtle-cyan)))
     `(whitespace-tab ((,c :background ,bg-space :foreground ,fg-space)))
-    `(whitespace-trailing ((,c :inherit modus-themes-intense-red)))
+    `(whitespace-trailing ((,c :background ,bg-space-err)))
 ;;;;; window-divider-mode
     `(window-divider ((,c :foreground ,border)))
     `(window-divider-first-pixel ((,c :foreground ,bg-inactive)))
@@ -3970,7 +3970,7 @@ FG and BG are the main colors."
     `(xah-elisp-command-face ((,c :inherit font-lock-type-face)))
     `(xah-elisp-dollar-symbol ((,c :inherit font-lock-variable-name-face)))
 ;;;;; yaml-mode
-    `(yaml-tab-face ((,c :inherit modus-themes-intense-red)))
+    `(yaml-tab-face ((,c :background ,bg-space-err)))
 ;;;;; yasnippet
     `(yas-field-highlight-face ((,c :inherit highlight))))
   "Face specs for use with `modus-themes-theme'.")
diff --git a/modus-vivendi-deuteranopia-theme.el 
b/modus-vivendi-deuteranopia-theme.el
index b01e590699..cfc82af656 100644
--- a/modus-vivendi-deuteranopia-theme.el
+++ b/modus-vivendi-deuteranopia-theme.el
@@ -357,6 +357,7 @@ standard).")
 
       (bg-space unspecified)
       (fg-space border)
+      (bg-space-err bg-yellow-intense)
 
 ;;;; Heading mappings
 
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 7cf06d1fb8..241b8c7fcb 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -355,6 +355,7 @@ which corresponds to a minimum contrast in relative 
luminance of
 
       (bg-space unspecified)
       (fg-space border)
+      (bg-space-err bg-red-intense)
 
 ;;;; Heading mappings
 
diff --git a/modus-vivendi-tinted-theme.el b/modus-vivendi-tinted-theme.el
index e990b93d3b..db193681f4 100644
--- a/modus-vivendi-tinted-theme.el
+++ b/modus-vivendi-tinted-theme.el
@@ -325,6 +325,7 @@ which corresponds to a minimum contrast in relative 
luminance of
 
       (fg-prompt cyan-cooler)
       (bg-prompt unspecified)
+      (bg-space-err bg-red-intense)
 
 ;;;; Prose mappings
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]