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

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

[elpa] externals/modus-vivendi-theme 3f4e09f 019/110: Add support for HE


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 3f4e09f 019/110: Add support for HELPFUL
Date: Wed, 29 Apr 2020 21:39:58 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit 3f4e09f4aa3493f2553ac771f407c268611627b6
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Add support for HELPFUL
---
 README.org              | 1 +
 modus-operandi-theme.el | 4 ++++
 modus-vivendi-theme.el  | 4 ++++
 3 files changed, 9 insertions(+)

diff --git a/README.org b/README.org
index 0f82419..89407b8 100644
--- a/README.org
+++ b/README.org
@@ -288,6 +288,7 @@ the "full support" may not be 100% true…
 + helm-ls-git
 + helm-switch-shell
 + helm-xref
++ helpful
 + highlight-blocks
 + highlight-defined
 + highlight-escape-sequences (=hes-mode=)
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 0cb138c..c3387a1 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -152,6 +152,7 @@
 ;;     helm-ls-git
 ;;     helm-switch-shell
 ;;     helm-xref
+;;     helpful
 ;;     highlight-blocks
 ;;     highlight-defined
 ;;     highlight-escape-sequences (`hes-mode')
@@ -1654,6 +1655,9 @@ AMOUNT is a customisation option."
    ;;;; helm-xref
    `(helm-xref-file-name ((,class (:foreground ,fg-special-cold :weight 
bold))))
    `(helm-xref-file-name ((,class (:foreground ,fg-special-warm))))
+   ;;;; helpful
+   `(helpful-heading  ((,class (:inherit ,modus-theme-variable-pitch 
:foreground ,fg-main :weight bold
+                                         ,@(modus-operandi-theme-scale 
modus-operandi-theme-scale-4)))))
    ;;;; highlight region or ad-hoc regexp
    `(hi-black-b ((,class (:background ,fg-main :foreground ,bg-main))))
    `(hi-blue ((,class (:background ,bg-alt :foreground ,blue :underline t))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index c0087b3..6a99141 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -152,6 +152,7 @@
 ;;     helm-ls-git
 ;;     helm-switch-shell
 ;;     helm-xref
+;;     helpful
 ;;     highlight-blocks
 ;;     highlight-defined
 ;;     highlight-escape-sequences (`hes-mode')
@@ -1654,6 +1655,9 @@ AMOUNT is a customisation option."
    ;;;; helm-xref
    `(helm-xref-file-name ((,class (:foreground ,fg-special-cold :weight 
bold))))
    `(helm-xref-file-name ((,class (:foreground ,fg-special-warm))))
+   ;;;; helpful
+   `(helpful-heading  ((,class (:inherit ,modus-theme-variable-pitch 
:foreground ,fg-main :weight bold
+                                         ,@(modus-vivendi-theme-scale 
modus-vivendi-theme-scale-4)))))
    ;;;; highlight region or ad-hoc regexp
    `(hi-black-b ((,class (:background ,fg-main :foreground ,bg-main))))
    `(hi-blue ((,class (:background ,bg-alt :foreground ,blue :underline t))))



reply via email to

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