diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2016-07-06 10:20:31 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2016-07-06 10:20:31 +0200 |
| commit | e0c5c1d2825629656e3686e99c8e5bf1103eef30 (patch) | |
| tree | 5123834a2e2b0e624a23844d3d3e11018086dd00 /soria-theme.el | |
| parent | 124949b4cc0c67a1ed14f7e041383ad2af0988db (diff) | |
| download | soria-e0c5c1d2825629656e3686e99c8e5bf1103eef30.tar.gz soria-e0c5c1d2825629656e3686e99c8e5bf1103eef30.zip | |
Added more support for Helm
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'soria-theme.el')
| -rw-r--r-- | soria-theme.el | 15 |
1 files changed, 15 insertions, 0 deletions
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)))) |
