branch: elpa/apropospriate-theme
commit 3bda985a9f413ec615a2ec7a38a90ee14d95f88c
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
change tooltip style to be similar to company/autocomplete
---
apropospriate.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apropospriate.el b/apropospriate.el
index d79571f..5806216 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -266,7 +266,7 @@ Set to `1.0' or nil to prevent font size manipulation."
`(company-preview-common ((,class (:foreground ,base02))))
`(company-preview-search ((,class (:background ,base00))))
`(ac-completion-face ((,class :inherit company-preview)))
- `(tooltip ((,class (:background ,base03 :foreground ,base00 :height
0.9))))
+ `(tooltip ((,class (:background ,base00-1 :foreground ,base03))))
`(popup-tip-face ((,class (:inherit tooltip))))
`(popup-face ((,class (:inherit company-tooltip))))
`(popup-menu-mouse-face ((,class (:inherit popup-face))))