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

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

[elpa] externals/modus-operandi-theme e42eb37 45/54: Add support for mis


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme e42eb37 45/54: Add support for missing `helm-comint-*' faces
Date: Thu, 4 Jun 2020 08:20:19 -0400 (EDT)

branch: externals/modus-operandi-theme
commit e42eb378f12e82ea150438b46f75259b22e7acd7
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@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

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