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

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

[nongnu] elpa/gotham-theme 1e19e86acf 033/214: Add auto-complete


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme 1e19e86acf 033/214: Add auto-complete
Date: Fri, 7 Jan 2022 17:58:38 -0500 (EST)

branch: elpa/gotham-theme
commit 1e19e86acf4c31b630d64ea52228af1f0e75412d
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: Vasilij Schneidermann <v.schneidermann@gmail.com>

    Add auto-complete
---
 gotham-theme.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gotham-theme.el b/gotham-theme.el
index 7509e9e61e..4cfc35b5ea 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -264,6 +264,12 @@ depending on DISPLAY for keys which are either :foreground 
or
    (font-latex-verbatim-face :inherit font-lock-string-face)
    (font-latex-warning-face :inherit warning)
 
+   ;; auto-complete
+   (ac-completion-face :foreground base7 :background base4)
+   (ac-candidate-face :foreground base6 :background base2)
+   (ac-candidate-mouse-face :foreground base7 :background base4)
+   (ac-selection-face :foreground base7 :background base4)
+
    ;; enh-ruby-mode
    (enh-ruby-heredoc-delimiter-face :foreground green :weight bold)
    (enh-ruby-op-face :foreground magenta)



reply via email to

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