aboutsummaryrefslogtreecommitdiffstats
path: root/yoshi-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'yoshi-theme.el')
-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)))))