branch: elpa/spacemacs-theme
commit c66332dfefa0f5e3d7459ddbf499532c1483a10c
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>

    Tweaked company tooltips
---
 spacemacs-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spacemacs-theme.el b/spacemacs-theme.el
index b377addb1e..090f408d03 100644
--- a/spacemacs-theme.el
+++ b/spacemacs-theme.el
@@ -237,7 +237,7 @@
      `(company-tooltip-common-selection ((,class (:foreground ,(if (eq variant 
'dark) suc war)))))
      `(company-tooltip-mouse ((,class (:inherit highlight))))
      `(company-tooltip-search ((,class (:inherit match))))
-     `(company-tooltip-selection ((,class (:background ,active2 :bold t))))
+     `(company-tooltip-selection ((,class (:background ,(if (eq variant 'dark) 
"#6b5d85" "#c8c6dd") :bold t))))
      `(company-template-field ((,class (:inherit region))))
 
 ;;;;; rainbow-delimiters

Reply via email to