aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-02-21 00:29:37 +0100
committerGravatar Tom Willemse2014-02-21 00:29:37 +0100
commit812fcbe1f08b39d122e7c8d5ae5e7aa340fc72c2 (patch)
tree3ab2f86c3913a349c8eeda994f29b6e56c793afa
parenteea5444b5e85b47c03d9b3d493ee32a39bdab118 (diff)
downloadyoshi-theme-812fcbe1f08b39d122e7c8d5ae5e7aa340fc72c2.tar.gz
yoshi-theme-812fcbe1f08b39d122e7c8d5ae5e7aa340fc72c2.zip
Add eshell-fringe-status colors
-rw-r--r--yoshi-theme.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index 6a9da31..2a31dbf 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: faces
-;; Version: 5.9.0
+;; Version: 5.10.0
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -85,6 +85,8 @@
`(erc-prompt-face ((t (:foreground ,fgbright :weight bold))))
`(erc-timestamp-face ((t (:foreground ,fgdim :weight normal))))
`(error ((t (:foreground ,fgred :weight bold))))
+ `(eshell-fringe-status-failure ((t (:foreground ,fgred))))
+ `(eshell-fringe-status-success ((t (:foreground ,fggreen))))
`(eshell-ls-archive ((t (:foreground ,fgpink :weight unspecified))))
`(eshell-ls-backup ((t (:foreground ,fgorange))))
`(eshell-ls-clutter ((t (:foreground ,fgdim :weight unspecified))))