aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--soria-theme.el15
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))))