branch: elpa/spacemacs-theme
commit 0b68c7e1c147ba78fc0ac5207301d3e3584e0d0f
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Fix issue (#96) tweak company mode common highlight
Thanks @stardiviner
---
spacemacs-common.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index a309936b11..db3975fd8c 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -252,8 +252,8 @@ to 'auto, tags may not be properly aligned. "
`(company-scrollbar-fg ((,class (:background ,act2))))
`(company-template-field ((,class (:inherit region))))
`(company-tooltip ((,class (:background ,ttip-bg :foreground ,ttip))))
- `(company-tooltip-annotation ((,class (:foreground ,keyword))))
- `(company-tooltip-common ((,class (:background ,ttip-bg :foreground
,base))))
+ `(company-tooltip-annotation ((,class (:foreground ,type))))
+ `(company-tooltip-common ((,class (:background ,ttip-bg :foreground
,keyword))))
`(company-tooltip-common-selection ((,class (:foreground ,base))))
`(company-tooltip-mouse ((,class (:inherit highlight))))
`(company-tooltip-search ((,class (:inherit match))))