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.
This commit is contained in:
Protesilaos Stavrou 2023-03-31 11:19:22 +03:00
parent a380f86397
commit 3f4290e78a
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -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)))