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

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

[nongnu] elpa/material-theme 01c6ef3 082/118: Merge pull request #22 fro


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme 01c6ef3 082/118: Merge pull request #22 from martinp/company-template
Date: Thu, 21 Oct 2021 18:06:25 -0400 (EDT)

branch: elpa/material-theme
commit 01c6ef3aaf22a51df29ee440b1783da21375611b
Merge: c800939 e705301
Author: Christoph Paulik <cpaulik@gmail.com>
Commit: Christoph Paulik <cpaulik@gmail.com>

    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

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