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

    Add support for missing `helm-comint-*' 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 e1a9fe0..c2253bf 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1898,6 +1898,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(helm-buffer-size ((,class (:foreground ,fg-alt))))
    `(helm-candidate-number ((,class (:foreground ,cyan-active))))
    `(helm-candidate-number-suspended ((,class (:foreground ,yellow-active))))
+   `(helm-comint-prompts-buffer-name ((,class (:foreground ,green-active))))
+   `(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-etags-file ((,class (:foreground ,fg-dim :underline t))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index c8a2d45..8a535b8 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1898,6 +1898,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(helm-buffer-size ((,class (:foreground ,fg-alt))))
    `(helm-candidate-number ((,class (:foreground ,cyan-active))))
    `(helm-candidate-number-suspended ((,class (:foreground ,yellow-active))))
+   `(helm-comint-prompts-buffer-name ((,class (:foreground ,green-active))))
+   `(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-etags-file ((,class (:foreground ,fg-dim :underline t))))

Reply via email to