branch: elpa/spacemacs-theme
commit 7c1f9f708782d6c3990c43cb3b700189bc274452
Merge: 91940af9bf 754daae0ac
Author: Nasser Alshammari <[email protected]>
Commit: Nasser Alshammari <[email protected]>
Merge pull request #47 from jerryxgh/master
Support popup and auto-complete
---
spacemacs-common.el | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index d76fa54939..c53a17e8b9 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -210,6 +210,18 @@
`(company-tooltip-search ((,class (:inherit match))))
`(company-tooltip-selection ((,class (:background ,ttip-sl :foreground
,base))))
+;;;;; auto-complete
+ `(ac-completion-face ((,class (:background ,ttip-bg :foreground ,ttip))))
+
+;;;;; popup
+ `(popup-face ((,class (:background ,ttip-bg :foreground ,ttip))))
+ `(popup-menu-face ((,class (:background ,ttip-bg :foreground ,base))))
+ `(popup-menu-selection-face ((,class (:background ,ttip-sl :foreground
,base))))
+ `(popup-menu-mouse-face ((,class (:inherit highlight))))
+ `(popup-isearch-match ((,class (:inherit match))))
+ `(popup-scroll-bar-foreground-face ((,class (:background ,act2))))
+ `(popup-scroll-bar-background-face ((,class (:background ,bg2))))
+
;;;;; diff
`(diff-added ((,class :background nil :foreground ,green)))
`(diff-changed ((,class :background nil :foreground ,keyword)))