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

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

[nongnu] elpa/inkpot-theme 771c3bc271 032/104: Add auto-complete colors


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme 771c3bc271 032/104: Add auto-complete colors
Date: Thu, 7 Jul 2022 12:01:07 -0400 (EDT)

branch: elpa/inkpot-theme
commit 771c3bc27170e01c6159079ae3faf1df7d2d882d
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Add auto-complete colors
---
 inkpot-theme.el | 4 ++++
 readme.rst      | 1 +
 2 files changed, 5 insertions(+)

diff --git a/inkpot-theme.el b/inkpot-theme.el
index 9a41f2e48d..ad371c4abd 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -159,6 +159,10 @@
         ;; highlight-numbers (melpa)
         '(highlight-numbers-number ((t (:foreground "#f0ad6d"))))
 
+        ;; auto-complete (melpa)
+        '(ac-candidate-face ((t (:foreground "#ffffff" :background 
"#4e4e8f"))))
+        '(ac-selection-face ((t (:foreground "#ffffff" :background "#2e2e3f" 
:weight bold))))
+
         ;; ivy (melpa)
         '(ivy-current-match ((t (:background "#4e4e8f" :foreground 
"#ffffff"))))
         ;; highlight matching chars (same as isearch)
diff --git a/readme.rst b/readme.rst
index aed5520296..4cc0b1d719 100644
--- a/readme.rst
+++ b/readme.rst
@@ -16,6 +16,7 @@ Added extra faces for:
 - ``org-mode``.
 - ``ivy-mode``.
 - ``helm-mode``.
+- ``auto-complete``.
 - ``highlight-indent-guides``.
 - ``highlight-number`` *(needed to match the original themes number color)*.
 



reply via email to

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