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

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

[nongnu] elpa/material-theme 4db6026 056/118: set helm-match explicitly


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme 4db6026 056/118: set helm-match explicitly to look good in terminal
Date: Thu, 21 Oct 2021 18:06:19 -0400 (EDT)

branch: elpa/material-theme
commit 4db6026be943aae7eab0f67e6e4eb2047cbb846a
Author: Christoph Paulik <cpaulik@gmail.com>
Commit: Christoph Paulik <cpaulik@gmail.com>

    set helm-match explicitly to look good in terminal
---
 material-theme.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/material-theme.el b/material-theme.el
index 8ad83ea..efcebca 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -382,6 +382,7 @@
 
    ;; Helm
    `(helm-header ((,class (:foreground ,foreground :background ,background))))
+   `(helm-match ((,class (:foreground ,"gold1"))))
    `(helm-selection ((,class (:background ,current-line :foreground ,yellow))))
    `(helm-ff-file ((,class (:foreground ,foreground ))))
    `(helm-ff-directory ((,class (:foreground ,aqua ))))



reply via email to

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