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

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

[elpa] externals/modus-operandi-theme a52f096 042/112: Add support for H


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme a52f096 042/112: Add support for HELM-SWITCH-SHELL
Date: Mon, 30 Mar 2020 15:59:34 -0400 (EDT)

branch: externals/modus-operandi-theme
commit a52f096f91b8721e55168da25b30a083cfa24601
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Add support for HELM-SWITCH-SHELL
    
    Addresses issue 23:
    https://gitlab.com/protesilaos/modus-themes/-/issues/23
---
 README.org              | 1 +
 modus-operandi-theme.el | 3 +++
 modus-vivendi-theme.el  | 3 +++
 3 files changed, 7 insertions(+)

diff --git a/README.org b/README.org
index 4a851d7..0d0f27a 100644
--- a/README.org
+++ b/README.org
@@ -247,6 +247,7 @@ the "full support" may not be 100% true…
 + gnus
 + helm* (also see [[#h:e4408911-e186-4825-bd4f-4d0ea55cd6d6][section below on 
Helm's grep-related functions]])
 + helm-ls-git
++ helm-switch-shell
 + helm-xref
 + highlight-blocks
 + highlight-defined
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 66512bf..6610064 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -137,6 +137,7 @@
 ;;     gnus
 ;;     helm
 ;;     helm-ls-git
+;;     helm-switch-shell
 ;;     helm-xref
 ;;     highlight-blocks
 ;;     highlight-defined
@@ -1388,6 +1389,8 @@ between foreground and background is >= 7:1)."
    `(helm-ls-git-modified-not-staged-face ((,class (:foreground ,yellow))))
    `(helm-ls-git-renamed-modified-face ((,class (:foreground ,magenta))))
    `(helm-ls-git-untracked-face ((,class (:foreground ,fg-special-cold))))
+   ;;;; helm-switch-shell
+   `(helm-switch-shell-new-shell-face ((,class (:inherit 
modus-theme-refine-magenta :weight bold))))
    ;;;; helm-xref
    `(helm-xref-file-name ((,class (:foreground ,fg-special-cold :weight 
bold))))
    `(helm-xref-file-name ((,class (:foreground ,fg-special-warm))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 3f4784d..7149791 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -137,6 +137,7 @@
 ;;     gnus
 ;;     helm
 ;;     helm-ls-git
+;;     helm-switch-shell
 ;;     helm-xref
 ;;     highlight-blocks
 ;;     highlight-defined
@@ -1388,6 +1389,8 @@ between foreground and background is >= 7:1)."
    `(helm-ls-git-modified-not-staged-face ((,class (:foreground ,yellow))))
    `(helm-ls-git-renamed-modified-face ((,class (:foreground ,magenta))))
    `(helm-ls-git-untracked-face ((,class (:foreground ,fg-special-cold))))
+   ;;;; helm-switch-shell
+   `(helm-switch-shell-new-shell-face ((,class (:inherit 
modus-theme-refine-magenta :weight bold))))
    ;;;; helm-xref
    `(helm-xref-file-name ((,class (:foreground ,fg-special-cold :weight 
bold))))
    `(helm-xref-file-name ((,class (:foreground ,fg-special-warm))))



reply via email to

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