Remove two obsolete company-mode faces

This commit is contained in:
Protesilaos 2026-07-17 14:09:09 +03:00
parent 47dc463561
commit e81c3c6ce3
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -4874,8 +4874,6 @@ If COLOR is unspecified, then return :box unspecified."
`(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)))
`(company-scrollbar-fg ((,c :background ,fg-main)))
`(company-template-field ((,c :background ,bg-active)))
`(company-tooltip ((,c :inherit modus-themes-fixed-pitch :background ,bg-popup)))
`(company-tooltip-annotation ((,c :inherit modus-themes-slant :foreground ,docstring)))