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

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

[nongnu] elpa/anti-zenburn-theme 9990498 099/151: From zenburn-mode: add


From: ELPA Syncer
Subject: [nongnu] elpa/anti-zenburn-theme 9990498 099/151: From zenburn-mode: add company-mode faces.
Date: Thu, 21 Oct 2021 18:01:32 -0400 (EDT)

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

    From zenburn-mode: add company-mode faces.
---
 anti-zenburn-theme.el | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index d2418ad..26475f3 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -211,6 +211,17 @@
    `(bm-fringe-persistent-face ((t (:background ,azenburn-violet-1 :foreground 
,azenburn-bg))))
    `(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-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-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))))
+
    ;; clojure-test-mode
    `(clojure-test-failure-face ((t (:foreground ,azenburn-light-blue :weight 
bold :underline t))))
    `(clojure-test-error-face ((t (:foreground ,azenburn-blue :weight bold 
:underline t))))



reply via email to

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