branch: elpa/material-theme
commit e7053014a29e506333a7ac18e6dce14002c1b42f
Author: Martin Polden <[email protected]>
Commit: Martin Polden <[email protected]>

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

diff --git a/material-theme.el b/material-theme.el
index c57a3af..4a73930 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -592,7 +592,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, far-background 
: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