From 5d6945d5c283a72a749533b02db3beb34fbf1063 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 26 Nov 2013 01:22:42 +0100 Subject: Add eshell(-ls) faces --- yoshi-theme.el | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/yoshi-theme.el b/yoshi-theme.el index a2b0ce9..833c3e1 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -77,6 +77,18 @@ `(erc-prompt-face ((t (:foreground ,fgbright :weight bold)))) `(erc-timestamp-face ((t (:foreground ,fgdim :weight normal)))) `(error ((t (:foreground ,fgred :weight bold)))) + `(eshell-ls-archive ((t (:foreground ,fgpink :weight unspecified)))) + `(eshell-ls-backup ((t (:foreground ,fgorange)))) + `(eshell-ls-clutter ((t (:foreground ,fgdim :weight unspecified)))) + `(eshell-ls-directory ((t (:foreground ,fgblue :weight unspecified)))) + `(eshell-ls-executable ((t (:foreground ,fggreen :weight unspecified)))) + `(eshell-ls-missing ((t (:foreground ,fgred :weight bold)))) + `(eshell-ls-product ((t (:foreground ,fgpurple)))) + `(eshell-ls-readonly ((t (:foreground ,fgmagenta)))) + `(eshell-ls-special ((t (:foreground ,fgturquoise)))) + `(eshell-ls-symlink ((t (:foreground ,fgcyan :weight unspecified)))) + `(eshell-ls-unreadable ((t (:foreground ,fgred)))) + `(eshell-prompt ((t (:foreground ,fgbright :weight unspecified)))) `(flycheck-error ((t (:inherit unspecified :underline (:color ,fgred :style wave))))) `(flycheck-warning ((t (:inherit unspecified :underline (:color ,fgorange :style wave))))) `(flymake-errline ((t (:background unspecified :underline (:color ,fgred :style wave))))) -- cgit v1.2.3-54-g00ecf