branch: elpa/moe-theme
commit 2fd3aede37379da9e8d32be66be33c8bea7e0f6b
Merge: 051de194c2 ab9cb998a3
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>

    Merge pull request #14 from jcpetkovich/master
    
    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