diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2016-10-20 18:13:42 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2016-10-20 18:13:42 +0200 |
| commit | fd6ec3ae9fb19ff2d0d3fe3156bed17f016d462e (patch) | |
| tree | 19fba9934e8cff1235596ceff66d3bbd66f7bafa | |
| parent | ec47e39b2901b27c80ceb9f18294033f72257a9d (diff) | |
| download | soria-fd6ec3ae9fb19ff2d0d3fe3156bed17f016d462e.tar.gz soria-fd6ec3ae9fb19ff2d0d3fe3156bed17f016d462e.zip | |
Added faces of evil mode and some more for helm
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rw-r--r-- | soria-theme.el | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/soria-theme.el b/soria-theme.el index edbc4a5..0e8d1ae 100644 --- a/soria-theme.el +++ b/soria-theme.el @@ -306,6 +306,15 @@ It adds to font-lock-number-face decimal, octal, hex and bin formats." `(helm-ff-directory ((,class (:foreground ,soria-blue)))) + `(helm-ff-dotted-directory + ((,class (:inherit helm-ff-directory)))) + + `(helm-ff-symlink + ((,class (:foreground ,soria-brightgreen)))) + + `(helm-ff-dotted-symlink-directory + ((,class (:inherit helm-ff-symlink)))) + `(helm-ff-executable ((,class (:foreground ,soria-white)))) @@ -560,6 +569,20 @@ It adds to font-lock-number-face decimal, octal, hex and bin formats." `(message-separator ((,class (:foreground ,soria-gray :slant italic)))) + ;; Evil mode + + `(evil-ex-info + ((,class (:foreground ,soria-redpastel :inherit normal)))) + + `(evil-ex-substitute-matches + ((,class (:foreground ,soria-redpastel :inherit normal)))) + + `(evil-ex-substitute-replacement + ((,class (:foreground ,soria-brightgreen :inherit normal)))) + + `(evil-search-highlight-persist-highlight-face + ((,class (:inherit region)))) + ;; mu4e ;; TODO ;; - Color of headers' headers list |
