branch: externals/modus-themes
commit 0482eab0f488da64df9e9cb38287d126e0102453
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Use more generic colours for debbugs faces to work with all our themes
    
    Otherwise the deuteranopia and tritanopia themes are not doing the
    right thing.
---
 modus-themes.el | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/modus-themes.el b/modus-themes.el
index f97b88c285..c3cb9d6226 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -4991,17 +4991,17 @@ FG and BG are the main colors."
 ;;;;; debbugs
     `(debbugs-gnu-archived ((,c :background ,bg-inactive :foreground ,fg-dim)))
     `(debbugs-gnu-done ((,c :inherit success)))
-    `(debbugs-gnu-forwarded ((,c :inherit modus-themes-slant :foreground 
,info)))
+    `(debbugs-gnu-forwarded ((,c :inherit italic)))
     `(debbugs-gnu-handled (( )))
     `(debbugs-gnu-marked ((,c :inherit modus-themes-mark-sel)))
     `(debbugs-gnu-marked-stale ((,c :inherit modus-themes-mark-alt)))
-    `(debbugs-gnu-new ((,c :inherit error)))
-    `(debbugs-gnu-pending ((,c :inherit modus-themes-slant :foreground 
,fg-alt)))
-    `(debbugs-gnu-stale-1 ((,c :foreground ,red-cooler)))
-    `(debbugs-gnu-stale-2 ((,c :foreground ,yellow-warmer)))
-    `(debbugs-gnu-stale-3 ((,c :foreground ,magenta-warmer)))
-    `(debbugs-gnu-stale-4 ((,c :foreground ,magenta-cooler)))
-    `(debbugs-gnu-stale-5 ((,c :foreground ,cyan-faint)))
+    `(debbugs-gnu-new ((,c :inherit bold :foreground ,err)))
+    `(debbugs-gnu-pending ((,c :inherit bold-italic :foreground ,warning)))
+    `(debbugs-gnu-stale-1 ((,c :foreground ,err)))
+    `(debbugs-gnu-stale-2 ((,c :foreground ,warning)))
+    `(debbugs-gnu-stale-3 ((,c :foreground ,info)))
+    `(debbugs-gnu-stale-4 ((,c :foreground ,fg-alt)))
+    `(debbugs-gnu-stale-5 ((,c :foreground ,fg-dim)))
     `(debbugs-gnu-tagged ((,c :inherit modus-themes-mark-alt)))
     `(debbugs-gnu-title ((,c :inherit bold)))
 ;;;;; deft

Reply via email to