diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2016-06-22 11:54:00 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2016-06-22 11:54:00 +0200 |
| commit | 50cb01c02fb1e1afd06ae4d71f360af7ceeee705 (patch) | |
| tree | 33078e4a2df9a5ce885d9385813c47883e01f7f6 | |
| parent | 7d38ca68163c0f3b392323a38e3a952d952929ff (diff) | |
| download | soria-50cb01c02fb1e1afd06ae4d71f360af7ceeee705.tar.gz soria-50cb01c02fb1e1afd06ae4d71f360af7ceeee705.zip | |
Added lots of stuff for Helm
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rw-r--r-- | soria-theme.el | 61 |
1 files changed, 61 insertions, 0 deletions
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)))) ) ) |
