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

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

[elpa] externals/modus-operandi-theme 148f73a 46/54: Add support for mis


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

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

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