Add definitions for eshell-ls.

Fixes issue #29.
This commit is contained in:
Greg Pfeil 2012-02-13 14:10:26 -07:00
parent cc46e20d96
commit bb8ff0785d
1 changed files with 11 additions and 0 deletions

View File

@ -188,6 +188,17 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(emacs-wiki-verbatim-face
((t (:foreground ,base00 :underline ,underline))))
;; eshell
(eshell-ls-archive ((t (:foreground ,magenta))))
(eshell-ls-backup ((t (:foreground ,yellow))))
(eshell-ls-clutter ((t (:foreground ,orange))))
(eshell-ls-directory ((t (:foreground ,blue))))
(eshell-ls-executable ((t (:foreground ,green))))
(eshell-ls-missing ((t (:foreground ,red))))
(eshell-ls-product ((t (:foreground ,yellow))))
(eshell-ls-readonly ((t (:foreground ,base1))))
(eshell-ls-special ((t (:foreground ,violet))))
(eshell-ls-symlink ((t (:foreground ,cyan))))
(eshell-ls-unreadable ((t (:foreground ,base00))))
(eshell-prompt ((t (:foreground ,green :weight ,bold))))
;; font-lock
(font-lock-builtin-face ((t (:foreground ,green))))