diff --git a/solarized-definitions.el b/solarized-definitions.el index fd98592..2d08a12 100644 --- a/solarized-definitions.el +++ b/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))))