branch: elpa/material-theme
commit 01c6ef3aaf22a51df29ee440b1783da21375611b
Merge: c800939 e705301
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>

    Merge pull request #22 from martinp/company-template
    
    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