mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
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:
parent
a380f86397
commit
3f4290e78a
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue