aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-11-26 01:22:42 +0100
committerGravatar Tom Willemse2013-11-26 01:22:42 +0100
commit5d6945d5c283a72a749533b02db3beb34fbf1063 (patch)
tree1d1a7a77e6d9147445c56ebf76fca46597d51cec
parente2e0da016be707f7725ef1902ef6c7163544fd8e (diff)
downloadyoshi-theme-5d6945d5c283a72a749533b02db3beb34fbf1063.tar.gz
yoshi-theme-5d6945d5c283a72a749533b02db3beb34fbf1063.zip
Add eshell(-ls) faces
-rw-r--r--yoshi-theme.el12
1 files changed, 12 insertions, 0 deletions
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)))))