branch: elpa/subatomic-theme
commit 82ada3e937e4dc16e81c13788a98de457436f83e
Author: John Olsson <[email protected]>
Commit: John Olsson <[email protected]>
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))))