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

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

[nongnu] elpa/gotham-theme 12a9a08271 038/214: Add popup


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme 12a9a08271 038/214: Add popup
Date: Fri, 7 Jan 2022 17:58:39 -0500 (EST)

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

    Add popup
---
 gotham-theme.el | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/gotham-theme.el b/gotham-theme.el
index 2935ab3400..f15799846c 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -277,9 +277,6 @@ depending on DISPLAY for keys which are either :foreground 
or
 
    ;; 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)
 
    ;; company
    (company-echo-common :foreground red)
@@ -317,6 +314,16 @@ depending on DISPLAY for keys which are either :foreground 
or
    (markdown-header-face-5 :background base3)
    (markdown-header-face-6 :background base4)
 
+   ;; popup
+   (popup-face :foreground base6 :background base2)
+   (popup-isearch-match :foreground base7 :background base4)
+   (popup-menu-mouse-face :foreground base7 :background base4)
+   (popup-menu-selection-face :foreground base7 :background base4)
+   (popup-scroll-bar-background-face :background base2)
+   (popup-scroll-bar-foreground-face :background base4)
+   (popup-summary-face :foreground base4)
+   (popup-tip-face :foreground base7 :background base4)
+
    ;; rainbow-delimiters
    (rainbow-delimiters-depth-1-face :foreground base6)
    (rainbow-delimiters-depth-2-face :foreground red)



reply via email to

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