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

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

[nongnu] elpa/material-theme 6263ad1 098/118: Define company-tooltip-ann


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme 6263ad1 098/118: Define company-tooltip-annotation-selection. Fix #34.
Date: Thu, 21 Oct 2021 18:06:29 -0400 (EDT)

branch: elpa/material-theme
commit 6263ad1ee4c9a6d055986f6c58fa57ad64a71e12
Author: Christoph Paulik <cpaulik@gmail.com>
Commit: Christoph Paulik <cpaulik@gmail.com>

    Define company-tooltip-annotation-selection. Fix #34.
---
 material-light-theme.el | 1 +
 material-theme.el       | 1 +
 2 files changed, 2 insertions(+)

diff --git a/material-light-theme.el b/material-light-theme.el
index 9f88b5d..5326e0b 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -618,6 +618,7 @@
    `(company-template-field ((,class (:background ,inactive-gray))))
    `(company-tooltip ((,class (:weight bold :foreground, comment :background 
,inactive-gray))))
    `(company-tooltip-annotation ((,class (:weight normal :foreground ,comment 
:background ,inactive-gray))))
+   `(company-tooltip-annotation-selection ((,class (:weight normal :inherit 
company-tooltip-selection))))
    `(company-tooltip-common ((,class (:weight normal :inherit 
company-tooltip))))
    `(company-tooltip-common-selection ((,class (:weight normal :inherit 
company-tooltip-selection))))
    ;; `(company-tooltip-mouse ((,class ())))
diff --git a/material-theme.el b/material-theme.el
index ef28cba..1174757 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -613,6 +613,7 @@
    `(company-template-field ((,class (:background ,inactive-gray))))
    `(company-tooltip ((,class (:weight bold :foreground, far-background 
:background ,inactive-gray))))
    `(company-tooltip-annotation ((,class (:weight normal :foreground ,comment 
:background ,inactive-gray))))
+   `(company-tooltip-annotation-selection ((,class (:weight normal :inherit 
company-tooltip-selection))))
    `(company-tooltip-common ((,class (:weight normal :inherit 
company-tooltip))))
    `(company-tooltip-common-selection ((,class (:weight normal :inherit 
company-tooltip-selection))))
    ;; `(company-tooltip-mouse ((,class ())))



reply via email to

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