From e81c3c6ce3cdeb02266487a6fc1461cb9194c70e Mon Sep 17 00:00:00 2001 From: Protesilaos Date: Fri, 17 Jul 2026 14:09:09 +0300 Subject: [PATCH] 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 5232cc0..5f4e962 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)))