From 812fcbe1f08b39d122e7c8d5ae5e7aa340fc72c2 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 21 Feb 2014 00:29:37 +0100 Subject: Add eshell-fringe-status colors --- yoshi-theme.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ;; 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)))) -- cgit v1.2.3-54-g00ecf