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

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

[elpa] externals/modus-operandi-theme 72c0714 038/153: Add support for e


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 72c0714 038/153: Add support for eshell-syntax-highlighting
Date: Thu, 18 Mar 2021 13:47:34 -0400 (EDT)

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

    Add support for eshell-syntax-highlighting
---
 doc/modus-themes.org    |  1 +
 modus-operandi-theme.el | 10 ++++++++++
 modus-vivendi-theme.el  | 10 ++++++++++
 3 files changed, 21 insertions(+)

diff --git a/doc/modus-themes.org b/doc/modus-themes.org
index 4c7665c..71684a2 100644
--- a/doc/modus-themes.org
+++ b/doc/modus-themes.org
@@ -1071,6 +1071,7 @@ have lots of extensions, so the "full support" may not be 
100% true…
 + eshell-fringe-status
 + eshell-git-prompt
 + eshell-prompt-extras (epe)
++ eshell-syntax-highlighting
 + evil* (evil-mode)
 + evil-goggles
 + evil-visual-mark-mode
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index b43e171..53a18b6 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -149,6 +149,7 @@
 ;;     eshell-fringe-status
 ;;     eshell-git-prompt
 ;;     eshell-prompt-extras (epe)
+;;     eshell-syntax-highlighting
 ;;     evil (evil-mode)
 ;;     evil-goggles
 ;;     evil-visual-mark-mode
@@ -2042,6 +2043,15 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(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)))
+;;;;; eshell-syntax-highlighting
+   `(eshell-syntax-highlighting-alias-face ((,class :foreground ,cyan)))
+   `(eshell-syntax-highlighting-comment-face ((,class :foreground ,fg-alt)))
+   `(eshell-syntax-highlighting-directory-face ((,class :foreground ,blue)))
+   `(eshell-syntax-highlighting-envvar-face ((,class :foreground 
,magenta-alt)))
+   `(eshell-syntax-highlighting-invalid-face ((,class :foreground ,red)))
+   `(eshell-syntax-highlighting-lisp-function-face ((,class :foreground 
,magenta)))
+   `(eshell-syntax-highlighting-shell-command-face ((,class :foreground 
,cyan-alt-other)))
+   `(eshell-syntax-highlighting-string-face ((,class :foreground ,blue-alt)))
 ;;;;; 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 0b9469f..75ad805 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -149,6 +149,7 @@
 ;;     eshell-fringe-status
 ;;     eshell-git-prompt
 ;;     eshell-prompt-extras (epe)
+;;     eshell-syntax-highlighting
 ;;     evil (evil-mode)
 ;;     evil-goggles
 ;;     evil-visual-mark-mode
@@ -2042,6 +2043,15 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(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)))
+;;;;; eshell-syntax-highlighting
+   `(eshell-syntax-highlighting-alias-face ((,class :foreground ,cyan)))
+   `(eshell-syntax-highlighting-comment-face ((,class :foreground ,fg-alt)))
+   `(eshell-syntax-highlighting-directory-face ((,class :foreground ,blue)))
+   `(eshell-syntax-highlighting-envvar-face ((,class :foreground 
,magenta-alt)))
+   `(eshell-syntax-highlighting-invalid-face ((,class :foreground ,red)))
+   `(eshell-syntax-highlighting-lisp-function-face ((,class :foreground 
,magenta)))
+   `(eshell-syntax-highlighting-shell-command-face ((,class :foreground 
,cyan-alt-other)))
+   `(eshell-syntax-highlighting-string-face ((,class :foreground ,blue-alt)))
 ;;;;; 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]