mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Remove background value from company-preview face
This makes it consistent with the style I am applying to the built-in completion-preview-mode.
This commit is contained in:
parent
a4264088b7
commit
100533ab0f
|
|
@ -4990,7 +4990,7 @@ If COLOR is unspecified, then return :box unspecified."
|
|||
`(column-enforce-face ((,c :background ,bg-prominent-err :foreground ,fg-prominent-err)))
|
||||
;;;;; company-mode
|
||||
`(company-echo-common ((,c :inherit modus-themes-completion-match-0)))
|
||||
`(company-preview ((,c :background ,bg-dim :foreground ,fg-dim)))
|
||||
`(company-preview ((,c :foreground ,fg-dim)))
|
||||
`(company-preview-common ((,c :inherit modus-themes-completion-match-0)))
|
||||
`(company-preview-search ((,c :background ,bg-yellow-intense)))
|
||||
`(company-scrollbar-bg ((,c :background ,bg-active)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue