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

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

[nongnu] elpa/anti-zenburn-theme 90d5488 104/151: From zenburn-emacs: to


From: ELPA Syncer
Subject: [nongnu] elpa/anti-zenburn-theme 90d5488 104/151: From zenburn-emacs: tone down company-mode faces.
Date: Thu, 21 Oct 2021 18:01:33 -0400 (EDT)

branch: elpa/anti-zenburn-theme
commit 90d5488cbed7d337099548e306b04142fec73ecd
Author: Andrey Kotlarski <m00naticus@gmail.com>
Commit: Andrey Kotlarski <m00naticus@gmail.com>

    From zenburn-emacs: tone down company-mode faces.
---
 anti-zenburn-theme.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index 71fe9a9..852e8ae 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -213,11 +213,11 @@
    `(bm-persistent-face ((t (:background ,azenburn-violet-1 :foreground 
,azenburn-bg))))
 
    ;; company-mode
-   `(company-tooltip ((t (:foreground ,azenburn-dark-blue :background 
,azenburn-bg+1))))
+   `(company-tooltip ((t (:foreground ,azenburn-fg :background 
,azenburn-bg+1))))
    `(company-tooltip-selection ((t (:foreground ,azenburn-fg :background 
,azenburn-bg-1))))
    `(company-tooltip-mouse ((t (:background ,azenburn-bg-1))))
-   `(company-tooltip-common ((t (:foreground ,azenburn-dark-blue :background 
,azenburn-bg-1))))
-   `(company-tooltip-common-selection ((t (:background ,azenburn-bg-1))))
+   `(company-tooltip-common ((t (:foreground ,azenburn-violet+2))))
+   `(company-tooltip-common-selection ((t (:foreground ,azenburn-violet+2))))
    `(company-scrollbar-fg ((t (:background ,azenburn-violet+1))))
    `(company-scrollbar-bg ((t (:background ,azenburn-bg-1))))
    `(company-preview ((t (:background ,azenburn-violet+1))))



reply via email to

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