From 50cb01c02fb1e1afd06ae4d71f360af7ceeee705 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 22 Jun 2016 11:54:00 +0200 Subject: Added lots of stuff 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 | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) (limited to 'soria-theme.el') diff --git a/soria-theme.el b/soria-theme.el index 1122349..4c70f50 100644 --- a/soria-theme.el +++ b/soria-theme.el @@ -208,6 +208,67 @@ `(success ((,class (:foreground ,soria-blue)))) + + ;; Helm + ;; TODO: just like the status bar + + `(helm-buffer-file + ((,class (:foreground ,soria-white)))) + + `(helm-buffer-file + ((,class (:foreground ,soria-blue)))) + + `(helm-buffer-process + ((,class (:foreground ,soria-statusgray)))) + + `(helm-buffer-saved-out + ((,class (:foreground ,soria-white + :background ,soria-darkgray)))) + + `(helm-buffer-size + ((,class (:background ,soria-statusgray)))) + + `(helm-candidate-number + ((,class (:background ,soria-statusgray + :foreground ,soria-white)))) + + `(helm-ff-directory + ((,class (:foreground ,soria-blue)))) + + `(helm-ff-executable + ((,class (:foreground ,soria-white)))) + + `(helm-ff-file + ((,class (:foreground ,soria-white)))) + + `(helm-ff-invalid-symlink + ((,class (:foreground ,soria-white)))) + + `(helm-ff-prefix + ((,class (:foreground ,soria-white)))) + + `(helm-match + ((,class (:foreground ,soria-white :inherit bold)))) + + `(helm-match-item + ((,class (:inherit helm-match)))) + + `(helm-selection + ((,class (:background ,soria-linegray, + :underline nil)))) + + `(helm-selection-line + ((,class (:background ,soria-linegray + :foreground ,soria-white + :underline nil)))) + + `(helm-separator + ((,class (:foreground ,soria-gray)))) + + `(helm-source-header + ((,class (:background ,soria-linegray + :foreground ,soria-white + :underline nil)))) ) ) -- cgit v1.2.3