[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)))
- [elpa] externals/modus-operandi-theme ae2fa4a 70/99: Let Markdown tables always inherit fixed-pitch, (continued)
- [elpa] externals/modus-operandi-theme ae2fa4a 70/99: Let Markdown tables always inherit fixed-pitch, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 72e1f6b 68/99: Minor review of MARKDOWN-MODE faces, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 7bf96d9 73/99: Internal: review of docs, outline comments, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 8a555e9 77/99: Internal: fix misplaced comment line, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme d8986b7 79/99: Let outline-minor-faces respect "section headings", Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme c2b800d 81/99: Tweak default background of outline-minor-faces, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme ffd9f1f 85/99: Update section on mixed font docs, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme c376b08 98/99: Prepare version 0.11.0, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 624cbd6 46/99: Improve README for Org-block-related options, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 5d2e6ae 49/99: Reference issue 54 regarding "mixed fonts" in Org, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 1cf8571 53/99: Add support for ESHELL-PROMPT-EXTRAS,
Stefan Monnier <=
- [elpa] externals/modus-operandi-theme e32ca7d 37/99: Refine Org block beg/end line conditional styles, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 34eeaa8 40/99: Tweak 'secondary-selection' face, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 362f626 48/99: Remove now-outdated README note, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 16ad838 59/99: Tweak keycast for when "3D modeline" option is 't', Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 89f94d5 67/99: Add link for more font- and writing- related confs, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 3306e4b 64/99: Amend adeee9f73:Normalise luminance of nuanced bgs, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 3f18a36 72/99: RENAME CUSTOM OPTION for variable-pitch headings, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 099fe43 78/99: Revert commit 94e113878, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 1e466e0 80/99: Modus Operandi: fix bad var from commit d8986b791, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 8414a5d 86/99: Unquote face symbols in 'org-src-block-faces', Stefan Monnier, 2020/07/31