branch: externals/modus-themes
commit 100533ab0f31e65908363e3cc7a27683c9dd0486
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Remove background value from company-preview face
This makes it consistent with the style I am applying to the built-in
completion-preview-mode.
---
modus-themes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modus-themes.el b/modus-themes.el
index 6bd698e782..b1733e7932 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -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)))