branch: externals/modus-operandi-theme
commit 148f73a1b5ec0b4c5139d51a19778a7a74a2df10
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Add support for missing `helm-eshell-*' faces
    
    These are part of the main `helm' package.
---
 modus-operandi-theme.el | 2 ++
 modus-vivendi-theme.el  | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index c2253bf..b41b471 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1902,6 +1902,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(helm-comint-prompts-promptidx ((,class (:foreground ,cyan-active))))
    `(helm-delete-async-message ((,class (:foreground ,magenta-active :weight 
bold))))
    `(helm-eob-line ((,class (:background ,bg-main :foreground ,fg-main))))
+   `(helm-eshell-prompts-buffer-name ((,class (:foreground ,green-active))))
+   `(helm-eshell-prompts-promptidx ((,class (:foreground ,cyan-active))))
    `(helm-etags-file ((,class (:foreground ,fg-dim :underline t))))
    `(helm-ff-denied ((,class (:inherit modus-theme-intense-red))))
    `(helm-ff-directory ((,class (:inherit helm-buffer-directory))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 8a535b8..cb36142 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1902,6 +1902,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(helm-comint-prompts-promptidx ((,class (:foreground ,cyan-active))))
    `(helm-delete-async-message ((,class (:foreground ,magenta-active :weight 
bold))))
    `(helm-eob-line ((,class (:background ,bg-main :foreground ,fg-main))))
+   `(helm-eshell-prompts-buffer-name ((,class (:foreground ,green-active))))
+   `(helm-eshell-prompts-promptidx ((,class (:foreground ,cyan-active))))
    `(helm-etags-file ((,class (:foreground ,fg-dim :underline t))))
    `(helm-ff-denied ((,class (:inherit modus-theme-intense-red))))
    `(helm-ff-directory ((,class (:inherit helm-buffer-directory))))

Reply via email to