emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/spacemacs-theme 7c1f9f7087 157/336: Merge pull request #47


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 7c1f9f7087 157/336: Merge pull request #47 from jerryxgh/master
Date: Fri, 14 Jan 2022 10:59:28 -0500 (EST)

branch: elpa/spacemacs-theme
commit 7c1f9f708782d6c3990c43cb3b700189bc274452
Merge: 91940af9bf 754daae0ac
Author: Nasser Alshammari <designernasser@gmail.com>
Commit: Nasser Alshammari <designernasser@gmail.com>

    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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]