branch: externals/ef-themes
commit 7363ddf4e1b686b5281aa3cee1e6b3100a6f4122
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Tweak 'company-tooltip' face
---
ef-themes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ef-themes.el b/ef-themes.el
index d37d142eae..877ce6d4a5 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -702,7 +702,7 @@ Helper function for `ef-themes-preview-colors'."
`(company-scrollbar-bg ((,c :background ,bg-active)))
`(company-scrollbar-fg ((,c :background ,fg-main)))
`(company-template-field ((,c :background ,bg-active :foreground
,fg-intense)))
- `(company-tooltip ((,c :background ,bg-dim)))
+ `(company-tooltip ((,c :background ,bg-inactive)))
`(company-tooltip-annotation ((,c :inherit completions-annotations)))
`(company-tooltip-common ((,c :inherit company-echo-common)))
`(company-tooltip-deprecated ((,c :inherit company-tooltip :strike-through
t)))