Add a definition for `eshell-prompt`.

Should at least improve issue #29.
upstream-master
Greg Pfeil 14 years ago
parent 0127faafbe
commit 043b3e42df
  1. 2
      solarized-definitions.el

@ -187,6 +187,8 @@ However, these colors are not totally portable, so you may be able to edit the
((t (:foreground ,blue :underline ,underline))))
(emacs-wiki-verbatim-face
((t (:foreground ,base00 :underline ,underline))))
;; eshell
(eshell-prompt ((t (:foreground ,green :weight ,bold))))
;; font-lock
(font-lock-builtin-face ((t (:foreground ,green))))
(font-lock-comment-face ((t (:foreground ,base01 :slant ,italic))))

Loading…
Cancel
Save