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

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

[elpa] externals/modus-operandi-theme 32f3d6f 52/99: Add support for ESH


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 32f3d6f 52/99: Add support for ESHELL-GIT-PROMPT
Date: Fri, 31 Jul 2020 09:25:24 -0400 (EDT)

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

    Add support for ESHELL-GIT-PROMPT
---
 README.org              |  1 +
 modus-operandi-theme.el | 14 ++++++++++++++
 modus-vivendi-theme.el  | 14 ++++++++++++++
 3 files changed, 29 insertions(+)

diff --git a/README.org b/README.org
index 8908f62..81f01dc 100644
--- a/README.org
+++ b/README.org
@@ -867,6 +867,7 @@ the "full support" may not be 100% true…
 + ert
 + eshell
 + eshell-fringe-status
++ eshell-git-prompt
 + evil* (evil-mode)
 + evil-goggles
 + evil-visual-mark-mode
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 0d26aa5..a446c53 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -139,6 +139,7 @@
 ;;     ert
 ;;     eshell
 ;;     eshell-fringe-status
+;;     eshell-git-prompt
 ;;     evil (evil-mode)
 ;;     evil-goggles
 ;;     evil-visual-mark-mode
@@ -1688,6 +1689,19 @@ Also bind `class' to ((class color) (min-colors 89))."
    ;;;; eshell-fringe-status
    `(eshell-fringe-status-failure ((,class :foreground ,red)))
    `(eshell-fringe-status-success ((,class :foreground ,green)))
+   ;;;; eshell-git-prompt
+   `(eshell-git-prompt-add-face ((,class :foreground ,fg-alt)))
+   `(eshell-git-prompt-branch-face ((,class :foreground ,fg-alt)))
+   `(eshell-git-prompt-directory-face ((,class :foreground ,cyan)))
+   `(eshell-git-prompt-exit-fail-face ((,class :foreground ,red)))
+   `(eshell-git-prompt-exit-success-face ((,class :foreground ,green)))
+   `(eshell-git-prompt-modified-face ((,class :foreground ,yellow)))
+   `(eshell-git-prompt-powerline-clean-face ((,class :background 
,green-refine-bg)))
+   `(eshell-git-prompt-powerline-dir-face ((,class :background 
,blue-refine-bg)))
+   `(eshell-git-prompt-powerline-not-clean-face ((,class :background 
,magenta-refine-bg)))
+   `(eshell-git-prompt-robyrussell-branch-face ((,class :foreground ,red)))
+   `(eshell-git-prompt-robyrussell-git-dirty-face ((,class :foreground 
,yellow)))
+   `(eshell-git-prompt-robyrussell-git-face ((,class :foreground ,blue)))
    ;;;; 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 2bec213..46dbb31 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -139,6 +139,7 @@
 ;;     ert
 ;;     eshell
 ;;     eshell-fringe-status
+;;     eshell-git-prompt
 ;;     evil (evil-mode)
 ;;     evil-goggles
 ;;     evil-visual-mark-mode
@@ -1688,6 +1689,19 @@ Also bind `class' to ((class color) (min-colors 89))."
    ;;;; eshell-fringe-status
    `(eshell-fringe-status-failure ((,class :foreground ,red)))
    `(eshell-fringe-status-success ((,class :foreground ,green)))
+   ;;;; eshell-git-prompt
+   `(eshell-git-prompt-add-face ((,class :foreground ,fg-alt)))
+   `(eshell-git-prompt-branch-face ((,class :foreground ,fg-alt)))
+   `(eshell-git-prompt-directory-face ((,class :foreground ,cyan)))
+   `(eshell-git-prompt-exit-fail-face ((,class :foreground ,red)))
+   `(eshell-git-prompt-exit-success-face ((,class :foreground ,green)))
+   `(eshell-git-prompt-modified-face ((,class :foreground ,yellow)))
+   `(eshell-git-prompt-powerline-clean-face ((,class :background 
,green-refine-bg)))
+   `(eshell-git-prompt-powerline-dir-face ((,class :background 
,blue-refine-bg)))
+   `(eshell-git-prompt-powerline-not-clean-face ((,class :background 
,magenta-refine-bg)))
+   `(eshell-git-prompt-robyrussell-branch-face ((,class :foreground ,red)))
+   `(eshell-git-prompt-robyrussell-git-dirty-face ((,class :foreground 
,yellow)))
+   `(eshell-git-prompt-robyrussell-git-face ((,class :foreground ,blue)))
    ;;;; 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]