branch: externals/modus-themes
commit e81c3c6ce3cdeb02266487a6fc1461cb9194c70e
Author: Protesilaos <[email protected]>
Commit: Protesilaos <[email protected]>
Remove two obsolete company-mode faces
---
modus-themes.el | 2 --
1 file changed, 2 deletions(-)
diff --git a/modus-themes.el b/modus-themes.el
index 5232cc0dba1..5f4e962b0e3 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -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)))