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

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

[nongnu] elpa/material-theme e705301 081/118: Set background color for c


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme e705301 081/118: Set background color for company template
Date: Thu, 21 Oct 2021 18:06:25 -0400 (EDT)

branch: elpa/material-theme
commit e7053014a29e506333a7ac18e6dce14002c1b42f
Author: Martin Polden <martin.polden@gmail.com>
Commit: Martin Polden <martin.polden@gmail.com>

    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]