branch: elpa/spacemacs-theme
commit ae79bbd8ca25d09f9396c583d21693ba427b404e
Merge: e088bff4f1 84072ba121
Author: Nasser Alshammari <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #160 from ianpan870102/master
    
    Make company tooltip common faces consistent
---
 spacemacs-common.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 5f61b85bcc..7b9dae5e9a 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -280,7 +280,7 @@ to 'auto, tags may not be properly aligned. "
      `(company-tooltip ((,class (:background ,ttip-bg :foreground ,ttip))))
      `(company-tooltip-annotation ((,class (:foreground ,type))))
      `(company-tooltip-common ((,class (:background ,ttip-bg :foreground 
,keyword))))
-     `(company-tooltip-common-selection ((,class (:foreground ,base))))
+     `(company-tooltip-common-selection ((,class (:foreground ,keyword))))
      `(company-tooltip-mouse ((,class (:inherit highlight))))
      `(company-tooltip-search ((,class (:inherit match))))
      `(company-tooltip-selection ((,class (:background ,ttip-sl :foreground 
,base))))

Reply via email to