From f3f2e3155c400e47f3ccc5c05e830a70c3addbe3 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 28 Jun 2016 18:03:01 +0200 Subject: Added eldoc and eshell MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- soria-theme.el | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/soria-theme.el b/soria-theme.el index 093d530..fba49b7 100644 --- a/soria-theme.el +++ b/soria-theme.el @@ -378,7 +378,7 @@ The theme has to be reloaded after changing anything in this group." `(flycheck-fringe-info ((,(append '((supports :underline (:style wave))) class) (:underline (:style wave :color ,soria-blue) :inherit unspecified)))) - ;; + ;; Flyspell `(flyspell-duplicate @@ -388,6 +388,47 @@ The theme has to be reloaded after changing anything in this group." `(flyspell-incorrect ((,(append '((supports :underline (:style wave))) class) (:underline (:style wave :color ,soria-redpastel) :inherit unspecified)))) + + ;; eldoc + + `(eldoc-highlight-function-argument + ((,class (:foreground ,soria-darkgreen + :underline nil)))) + + ;; eshell + + `(eshell-prompt + ((,class (:inherit default)))) + + `(eshell-ls-archive + ((,class (:inherit default)))) + + `(eshell-ls-backup + ((,class (:inherit default)))) + + `(eshell-ls-clutter + ((,class (:inherit default)))) + + `(eshell-ls-unreadable + ((,class (:inherit default)))) + + `(eshell-ls-product + ((,class (:inherit default)))) + + `(eshell-ls-special + ((,class (:inherit default)))) + + `(eshell-ls-directory + ((,class (:foreground ,soria-blue)))) + + `(eshell-ls-executable + ((,class (:foreground ,soria-yellow)))) + + `(eshell-ls-missing + ((,class (:foreground ,soria-redpastel)))) + + `(eshell-ls-symlink + ((,class (:foreground ,soria-darkpurple)))) ) ) -- cgit v1.2.3