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

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

[nongnu] elpa/anti-zenburn-theme 6c5687f 107/151: From zenburn-emacs: re


From: ELPA Syncer
Subject: [nongnu] elpa/anti-zenburn-theme 6c5687f 107/151: From zenburn-emacs: refine company-mode faces.
Date: Thu, 21 Oct 2021 18:01:33 -0400 (EDT)

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

    From zenburn-emacs: refine company-mode faces.
---
 anti-zenburn-theme.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index a4c6ef6..08f835f 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -218,10 +218,10 @@
    `(company-tooltip-mouse ((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))))
-   `(company-preview-common ((t (:background ,azenburn-bg-1))))
+   `(company-scrollbar-fg ((t (:background ,azenburn-bg-1))))
+   `(company-scrollbar-bg ((t (:background ,azenburn-bg+2))))
+   `(company-preview ((t (:background ,azenburn-violet+2))))
+   `(company-preview-common ((t (:foreground ,azenburn-violet+2 :background 
,azenburn-bg-1))))
 
    ;; clojure-test-mode
    `(clojure-test-failure-face ((t (:foreground ,azenburn-light-blue :weight 
bold :underline t))))



reply via email to

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