Skip to content

Commit

Permalink
Add eshell faces
Browse files Browse the repository at this point in the history
  • Loading branch information
ozanmakes committed Aug 13, 2012
1 parent f8a4981 commit 0f9abda
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions color-theme-sanityinc-solarized.el
Expand Up @@ -279,6 +279,20 @@ names to which it refers are bound."
(term-color-white ((,class (:background ,base2 :foreground ,base2))))
(term-color-yellow ((,class (:background ,yellow :foreground ,yellow))))

;; Eshell
(eshell-ls-archive ((,class (:foreground ,magenta))))
(eshell-ls-backup ((,class (:foreground ,yellow))))
(eshell-ls-clutter ((,class (:foreground ,orange))))
(eshell-ls-directory ((,class (:foreground ,blue))))
(eshell-ls-executable ((,class (:foreground ,green))))
(eshell-ls-missing ((,class (:foreground ,red))))
(eshell-ls-product ((,class (:foreground ,yellow))))
(eshell-ls-readonly ((,class (:foreground ,base1))))
(eshell-ls-special ((,class (:foreground ,violet))))
(eshell-ls-symlink ((,class (:foreground ,cyan))))
(eshell-ls-unreadable ((,class (:foreground ,base00))))
(eshell-prompt ((,class (:foreground ,green))))

(regex-tool-matched-face ((,class (:foreground nil :background nil :inherit match))))

;; Stop outline-3 from inheriting font-lock-keyword-face, which we've made bold
Expand Down

0 comments on commit 0f9abda

Please sign in to comment.