From 3f4290e78ab786ee9749f0a283f8d90d9fe6ef8e Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Fri, 31 Mar 2023 11:19:22 +0300 Subject: [PATCH] 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 f8b0779..370cf97 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)))