emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/modus-operandi-theme cba4339 51/99: Add support for ESH


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme cba4339 51/99: Add support for ESHELL-FRINGE-STATUS
Date: Fri, 31 Jul 2020 09:25:24 -0400 (EDT)

branch: externals/modus-operandi-theme
commit cba43396d75558b347519cf79ffc48b780520d43
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for ESHELL-FRINGE-STATUS
---
 README.org              | 1 +
 modus-operandi-theme.el | 4 ++++
 modus-vivendi-theme.el  | 4 ++++
 3 files changed, 9 insertions(+)

diff --git a/README.org b/README.org
index 508cde6..8908f62 100644
--- a/README.org
+++ b/README.org
@@ -866,6 +866,7 @@ the "full support" may not be 100% true…
 + eros
 + ert
 + eshell
++ eshell-fringe-status
 + evil* (evil-mode)
 + evil-goggles
 + evil-visual-mark-mode
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 4b82eab..0d26aa5 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -138,6 +138,7 @@
 ;;     eros
 ;;     ert
 ;;     eshell
+;;     eshell-fringe-status
 ;;     evil (evil-mode)
 ;;     evil-goggles
 ;;     evil-visual-mark-mode
@@ -1684,6 +1685,9 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(eshell-ls-symlink ((,class :foreground ,cyan :underline t)))
    `(eshell-ls-unreadable ((,class :background ,bg-inactive :foreground 
,fg-inactive)))
    `(eshell-prompt ((,class :foreground ,green-alt-other :weight 
,modus-theme-bold)))
+   ;;;; eshell-fringe-status
+   `(eshell-fringe-status-failure ((,class :foreground ,red)))
+   `(eshell-fringe-status-success ((,class :foreground ,green)))
    ;;;; evil-mode
    `(evil-ex-commands ((,class :foreground ,magenta-alt-other)))
    `(evil-ex-info ((,class :foreground ,cyan-alt-other)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 91a8692..2bec213 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -138,6 +138,7 @@
 ;;     eros
 ;;     ert
 ;;     eshell
+;;     eshell-fringe-status
 ;;     evil (evil-mode)
 ;;     evil-goggles
 ;;     evil-visual-mark-mode
@@ -1684,6 +1685,9 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(eshell-ls-symlink ((,class :foreground ,cyan :underline t)))
    `(eshell-ls-unreadable ((,class :background ,bg-inactive :foreground 
,fg-inactive)))
    `(eshell-prompt ((,class :foreground ,green-alt-other :weight 
,modus-theme-bold)))
+   ;;;; eshell-fringe-status
+   `(eshell-fringe-status-failure ((,class :foreground ,red)))
+   `(eshell-fringe-status-success ((,class :foreground ,green)))
    ;;;; evil-mode
    `(evil-ex-commands ((,class :foreground ,magenta-alt-other)))
    `(evil-ex-info ((,class :foreground ,cyan-alt-other)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]