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

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

[nongnu] elpa/subatomic-theme 82ada3e 37/58: Colorized company-tooltip-a


From: ELPA Syncer
Subject: [nongnu] elpa/subatomic-theme 82ada3e 37/58: Colorized company-tooltip-annotation.
Date: Thu, 21 Oct 2021 18:11:18 -0400 (EDT)

branch: elpa/subatomic-theme
commit 82ada3e937e4dc16e81c13788a98de457436f83e
Author: John Olsson <john@cryon.se>
Commit: John Olsson <john@cryon.se>

    Colorized company-tooltip-annotation.
---
 subatomic-theme.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/subatomic-theme.el b/subatomic-theme.el
index 6c13add..2a326d7 100644
--- a/subatomic-theme.el
+++ b/subatomic-theme.el
@@ -759,8 +759,6 @@ The theme has to be reloaded after changing anything in 
this group."
    ;; TODO
    ;; company-tooltip-search           - Face used for the search string in 
the tooltip
    ;; company-tooltip-mouse            - Face used for the tooltip item under 
the mouse
-   ;; company-tooltip-annotation       - Face used for the annotation in the 
tooltip
-   ;; compant-tooptip-common
    ;; company-preview-search           - Face used for the search string in 
the completion preview
    ;; company-echo                     - Face used for completions in the echo 
area
    ;; company-echo-common              - Face used for the common part of 
completions in the echo area
@@ -774,6 +772,9 @@ The theme has to be reloaded after changing anything in 
this group."
    `(company-tooltip-common
      ((t (:background ,midnight-2 :foreground ,jungle-green :weight bold))))
 
+   `(company-tooltip-annotation
+     ((t (:background ,midnight-2 :foreground ,mystic-blue))))
+
    `(company-preview
      ((t (:background ,midnight :foreground ,bright-gold))))
 



reply via email to

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