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

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

[elpa] externals/modus-operandi-theme 1cf8571 53/99: Add support for ESH


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

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

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

diff --git a/README.org b/README.org
index 81f01dc..f114c27 100644
--- a/README.org
+++ b/README.org
@@ -868,6 +868,7 @@ the "full support" may not be 100% true…
 + eshell
 + eshell-fringe-status
 + eshell-git-prompt
++ eshell-prompt-extras (epe)
 + evil* (evil-mode)
 + evil-goggles
 + evil-visual-mark-mode
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index a446c53..084b4d6 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -140,6 +140,7 @@
 ;;     eshell
 ;;     eshell-fringe-status
 ;;     eshell-git-prompt
+;;     eshell-prompt-extras (epe)
 ;;     evil (evil-mode)
 ;;     evil-goggles
 ;;     evil-visual-mark-mode
@@ -1702,6 +1703,17 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(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)))
+   ;;;; eshell-prompt-extras (epe)
+   `(epe-dir-face ((,class :foreground ,blue :weight ,modus-theme-bold)))
+   `(epe-git-dir-face ((,class :foreground ,red-alt-other)))
+   `(epe-git-face ((,class :foreground ,cyan-alt)))
+   `(epe-pipeline-delimiter-face ((,class :foreground ,green-alt)))
+   `(epe-pipeline-host-face ((,class :foreground ,blue)))
+   `(epe-pipeline-time-face ((,class :foreground ,fg-special-warm)))
+   `(epe-pipeline-user-face ((,class :foreground ,magenta)))
+   `(epe-remote-face ((,class :foreground ,fg-alt :slant ,modus-theme-slant)))
+   `(epe-status-face ((,class :foreground ,magenta-alt-other)))
+   `(epe-venv-face ((,class :foreground ,fg-alt :slant ,modus-theme-slant)))
    ;;;; 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 46dbb31..bfc4224 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -140,6 +140,7 @@
 ;;     eshell
 ;;     eshell-fringe-status
 ;;     eshell-git-prompt
+;;     eshell-prompt-extras (epe)
 ;;     evil (evil-mode)
 ;;     evil-goggles
 ;;     evil-visual-mark-mode
@@ -1702,6 +1703,17 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(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)))
+   ;;;; eshell-prompt-extras (epe)
+   `(epe-dir-face ((,class :foreground ,blue :weight ,modus-theme-bold)))
+   `(epe-git-dir-face ((,class :foreground ,red-alt-other)))
+   `(epe-git-face ((,class :foreground ,cyan-alt)))
+   `(epe-pipeline-delimiter-face ((,class :foreground ,green-alt)))
+   `(epe-pipeline-host-face ((,class :foreground ,blue)))
+   `(epe-pipeline-time-face ((,class :foreground ,fg-special-warm)))
+   `(epe-pipeline-user-face ((,class :foreground ,magenta)))
+   `(epe-remote-face ((,class :foreground ,fg-alt :slant ,modus-theme-slant)))
+   `(epe-status-face ((,class :foreground ,magenta-alt-other)))
+   `(epe-venv-face ((,class :foreground ,fg-alt :slant ,modus-theme-slant)))
    ;;;; 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]