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

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

[elpa] externals/modus-themes 193f4afa35 2/3: Revert "Use a more subtle


From: ELPA Syncer
Subject: [elpa] externals/modus-themes 193f4afa35 2/3: Revert "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 193f4afa3584c35621ea2f1fea1772a66aea3b54
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Revert "Use a more subtle background for {menu,scroll,tool-bar}-mode"
    
    This reverts commit 3f4290e78ab786ee9749f0a283f8d90d9fe6ef8e.
---
 modus-themes.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/modus-themes.el b/modus-themes.el
index 370cf971f1..f8b077993b 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-dim :foreground ,fg-main)))
-    `(scroll-bar ((,c :background ,bg-dim :foreground ,fg-dim)))
-    `(tool-bar ((,c :background ,bg-dim :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)))
     `(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]