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

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

[elpa] externals/modus-themes 3f4290e78a 1/3: Use a more subtle backgrou


From: ELPA Syncer
Subject: [elpa] externals/modus-themes 3f4290e78a 1/3: Use a more subtle background for {menu, scroll, tool-bar}-mode
Date: Fri, 31 Mar 2023 04:58:34 -0400 (EDT)

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

    Use a more subtle background for {menu,scroll,tool-bar}-mode
    
    They do not need to stand out so much because the toolkit already
    takes care of that.  Also, we do not want to dillute the semantic
    value of either 'bg-tab-bar' or 'fringe' colour mappings.
---
 modus-themes.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/modus-themes.el b/modus-themes.el
index f8b077993b..370cf971f1 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -1598,9 +1598,9 @@ FG and BG are the main colors."
     `(default ((,c :background ,bg-main :foreground ,fg-main)))
     `(cursor ((,c :background ,cursor)))
     `(fringe ((,c :background ,fringe :foreground ,fg-main)))
-    `(menu ((,c :background ,bg-tab-bar :foreground ,fg-main)))
-    `(scroll-bar ((,c :background ,fringe :foreground ,fg-dim)))
-    `(tool-bar ((,c :background ,bg-tab-bar :foreground ,fg-main)))
+    `(menu ((,c :background ,bg-dim :foreground ,fg-main)))
+    `(scroll-bar ((,c :background ,bg-dim :foreground ,fg-dim)))
+    `(tool-bar ((,c :background ,bg-dim :foreground ,fg-main)))
     `(vertical-border ((,c :foreground ,border)))
 ;;;;; basic and/or ungrouped styles
     `(bold ((,c :weight bold)))



reply via email to

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