branch: elpa/spacemacs-theme
commit a656ae8c19f9ebd4cdf895bce75567c30354995d
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
More tweaks to company
---
spacemacs-dark-theme.el | 4 ++--
spacemacs-light-theme.el | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/spacemacs-dark-theme.el b/spacemacs-dark-theme.el
index 10d54bc42b..40cac2b31a 100644
--- a/spacemacs-dark-theme.el
+++ b/spacemacs-dark-theme.el
@@ -207,8 +207,8 @@
`(company-preview-search ((,class (:background ,bg2 :foreground ,green))))
`(company-scrollbar-bg ((,class (:background ,bg2))))
`(company-scrollbar-fg ((,class (:background ,type))))
- `(company-tooltip ((,class (:background ,active2 :foreground ,base))))
- `(company-tooltip-annotation ((,class (:background ,bg2 :foreground ,inf))))
+ `(company-tooltip ((,class (:background ,active2 :foreground ,active1))))
+ `(company-tooltip-annotation ((,class (:background ,active2 :foreground
,inf))))
`(company-tooltip-common ((,class (:background ,active2 :foreground
,base))))
`(company-tooltip-common-selection ((,class (:foreground ,suc))))
`(company-tooltip-mouse ((,class (:inherit highlight))))
diff --git a/spacemacs-light-theme.el b/spacemacs-light-theme.el
index 6bf8fec9ee..ed17adc64c 100644
--- a/spacemacs-light-theme.el
+++ b/spacemacs-light-theme.el
@@ -207,8 +207,8 @@
`(company-preview-search ((,class (:background ,bg2 :foreground ,green))))
`(company-scrollbar-bg ((,class (:background ,bg2))))
`(company-scrollbar-fg ((,class (:background ,type))))
- `(company-tooltip ((,class (:background ,active2 :foreground ,base))))
- `(company-tooltip-annotation ((,class (:background nil :foreground ,inf))))
+ `(company-tooltip ((,class (:background ,active2 :foreground ,str))))
+ `(company-tooltip-annotation ((,class (:background ,active2 :foreground
,inf))))
`(company-tooltip-common ((,class (:background ,active2 :foreground
,base))))
`(company-tooltip-common-selection ((,class (:foreground ,war))))
`(company-tooltip-mouse ((,class (:inherit highlight))))