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

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

[nongnu] elpa/anti-zenburn-theme 132eb9a 112/151: From zenburn-emacs: th


From: ELPA Syncer
Subject: [nongnu] elpa/anti-zenburn-theme 132eb9a 112/151: From zenburn-emacs: theme completion annotations.
Date: Thu, 21 Oct 2021 18:01:34 -0400 (EDT)

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

    From zenburn-emacs: theme completion annotations.
---
 anti-zenburn-theme.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/anti-zenburn-theme.el b/anti-zenburn-theme.el
index 5f4f759..7b6eb65 100644
--- a/anti-zenburn-theme.el
+++ b/anti-zenburn-theme.el
@@ -99,6 +99,9 @@
    `(compilation-mode-line-fail ((t (:foreground ,azenburn-blue :weight 
bold))))
    `(compilation-mode-line-run ((t (:foreground ,azenburn-dark-blue :weight 
bold))))
 
+   ;;; completions
+   `(completions-annotations ((t (:foreground ,azenburn-fg-1))))
+
    ;;; grep
    `(grep-context-face ((t (:foreground ,azenburn-fg))))
    `(grep-error-face ((t (:foreground ,azenburn-blue-1 :weight bold :underline 
t))))
@@ -214,6 +217,7 @@
 
    ;; company-mode
    `(company-tooltip ((t (:foreground ,azenburn-fg :background 
,azenburn-bg+1))))
+   `(company-tooltip-annotation ((t (:foreground ,azenburn-light-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-violet+2))))



reply via email to

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