branch: elpa/material-theme
commit 6263ad1ee4c9a6d055986f6c58fa57ad64a71e12
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>
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 ())))