1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 03:15:52 +01:00

Add eshell-fringe-status colors

This commit is contained in:
Tom Willemse 2014-02-21 00:29:37 +01:00
parent eea5444b5e
commit 812fcbe1f0

View file

@ -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))))