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

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

[nongnu] elpa/moe-theme ab9cb998a3 091/352: Match comint mode colours wi


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme ab9cb998a3 091/352: Match comint mode colours with eshell.
Date: Fri, 7 Jan 2022 03:59:09 -0500 (EST)

branch: elpa/moe-theme
commit ab9cb998a3a64a0c6fd3d74398f5c8e118c618e7
Author: Jean-Christophe Petkovich <jcpetkovich@gmail.com>
Commit: Jean-Christophe Petkovich <jcpetkovich@gmail.com>

    Match comint mode colours with eshell.
---
 moe-dark-theme.el  | 3 +++
 moe-light-theme.el | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 6bdcb8862e..f04fb3dbe0 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -397,6 +397,9 @@ Moe, moe, kyun!")
    `(eshell-ls-unreadable ((,class (:foreground ,black-2))))
    `(eshell-prompt ((,class (:foreground ,white-0 :background ,black-2-5 :bold 
t))))
 
+   ;; Comint prompt
+   `(comint-highlight-prompt ((,class (:foreground ,white-0 :background 
,black-2-5 :bold t))))
+
    ;; which-function-mode
    `(which-func ((,class (:foreground ,white-0 :background ,orange-2))))
 
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 4f6fdd1fb0..e1f2903ac7 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -397,6 +397,9 @@ Moe, moe, kyun!")
    `(eshell-ls-unreadable ((,class (:foreground ,black-2))))
    `(eshell-prompt ((,class (:foreground ,black-3 :background ,yellow-0 :bold 
t))))
 
+   ;; Comint prompt
+   `(comint-highlight-prompt ((,class (:foreground ,black-3 :background 
,yellow-0 :bold t))))
+
    ;; which-function-mode
    `(which-func ((,class (:foreground ,white-0 :background ,orange-2))))
 



reply via email to

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