mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-02-07 13:35:50 +01:00
Add eshell-fringe-status colors
This commit is contained in:
parent
eea5444b5e
commit
812fcbe1f0
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: faces
|
;; Keywords: faces
|
||||||
;; Version: 5.9.0
|
;; Version: 5.10.0
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; 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
|
;; 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-prompt-face ((t (:foreground ,fgbright :weight bold))))
|
||||||
`(erc-timestamp-face ((t (:foreground ,fgdim :weight normal))))
|
`(erc-timestamp-face ((t (:foreground ,fgdim :weight normal))))
|
||||||
`(error ((t (:foreground ,fgred :weight bold))))
|
`(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-archive ((t (:foreground ,fgpink :weight unspecified))))
|
||||||
`(eshell-ls-backup ((t (:foreground ,fgorange))))
|
`(eshell-ls-backup ((t (:foreground ,fgorange))))
|
||||||
`(eshell-ls-clutter ((t (:foreground ,fgdim :weight unspecified))))
|
`(eshell-ls-clutter ((t (:foreground ,fgdim :weight unspecified))))
|
||||||
|
|
Loading…
Reference in a new issue