From e0c5c1d2825629656e3686e99c8e5bf1103eef30 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 6 Jul 2016 10:20:31 +0200 Subject: Added more support for Helm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- soria-theme.el | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'soria-theme.el') diff --git a/soria-theme.el b/soria-theme.el index 71af0d1..23036ff 100644 --- a/soria-theme.el +++ b/soria-theme.el @@ -318,12 +318,27 @@ It adds to font-lock-number-face decimal, octal, hex and bin formats." `(helm-ff-prefix ((,class (:foreground ,soria-white)))) + `(helm-grep-finish + ((,class (:foreground ,soria-green)))) + + `(helm-grep-lineno + ((,class (:foreground ,soria-orange)))) + + `(helm-grep-match + ((,class (:foreground ,soria-white :inherit bold)))) + + `(helm-grep-running + ((,class (:foreground ,soria-redpastel)))) + `(helm-match ((,class (:foreground ,soria-white :inherit bold)))) `(helm-match-item ((,class (:inherit helm-match)))) + `(helm-moccur-buffer + ((,class (:foreground ,soria-blue :underline nil)))) + `(helm-selection ((,class (:background ,soria-linegray, :underline nil)))) -- cgit v1.2.3