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

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

[nongnu] elpa/alect-themes 2b49faa 087/269: Add/modify auto-complete fac


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 2b49faa 087/269: Add/modify auto-complete faces
Date: Thu, 21 Oct 2021 17:58:55 -0400 (EDT)

branch: elpa/alect-themes
commit 2b49faacddcf70b40f136c2bb2fbe014980e70af
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Add/modify auto-complete faces
---
 alect-themes.el | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/alect-themes.el b/alect-themes.el
index cd5b1cb..d186718 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -355,10 +355,12 @@ For INVERT, see `alect-get-color'."
        (font-latex-title-4  ((t :inherit variable-pitch :weight bold)))
 
        ;; auto-complete
-       (ac-candidate-face                 ((t :foreground ,(gc 'gray+2)
-                                              :background ,(gc 'bg+2))))
-       (ac-selection-face                 ((t :foreground ,(gc 'fg+1)
-                                              :background ,(gc 'cyan+1) )))
+       (ac-candidate-face       ((t :foreground ,(gc 'gray+2)
+                                    :background ,(gc 'bg+2))))
+       (ac-selection-face       ((t :foreground ,(gc 'bg-1)
+                                    :background ,(gc 'fg+1))))
+       (ac-completion-face      ((t :foreground ,(gc 'fg-2))))
+       (ac-candidate-mouse-face ((t :inherit highlight)))
 
        ;; bm
        (bm-face                   ((t :background ,(gc 'yellow-1)



reply via email to

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