1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 03:15:52 +01:00

Add eshell(-ls) faces

This commit is contained in:
Tom Willemse 2013-11-26 01:22:42 +01:00
parent e2e0da016b
commit 5d6945d5c2

View file

@ -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)))))