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:
Protesilaos Stavrou 2026-03-15 21:27:08 +02:00
parent a4264088b7
commit 100533ab0f
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

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