branch: elpa/material-theme
commit 35ad0e9f2e8c52c738b1fc2bf3eb6910402c87e3
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>

    Set company template for light variant
---
 material-light-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/material-light-theme.el b/material-light-theme.el
index edfd3da..9c8a8ea 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -598,7 +598,7 @@
    ;; `(company-preview-search ((,class ())))
    `(company-scrollbar-bg ((,class (:background "#F0F0F0"))))
    `(company-scrollbar-fg ((,class (:background "#C0C0C0"))))
-   ;; `(company-template-field ((,class ())))
+   `(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-common ((,class (:weight normal :inherit 
company-tooltip))))

Reply via email to