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

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

[elpa] externals/modus-operandi-theme 0b8a919 32/54: Add support for HYP


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 0b8a919 32/54: Add support for HYPERLIST
Date: Thu, 4 Jun 2020 08:20:16 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 0b8a919d62c67a68096c61ac8db69f271b247b53
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for HYPERLIST
---
 README.org              |  1 +
 modus-operandi-theme.el | 11 +++++++++++
 modus-vivendi-theme.el  | 11 +++++++++++
 3 files changed, 23 insertions(+)

diff --git a/README.org b/README.org
index 0c407ad..8913cdf 100644
--- a/README.org
+++ b/README.org
@@ -726,6 +726,7 @@ the "full support" may not be 100% true…
 + hl-line-mode
 + hl-todo
 + hydra
++ hyperlist
 + ibuffer
 + icomplete
 + icomplete-vertical
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index bb550ad..4801d87 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -175,6 +175,7 @@
 ;;     hl-line-mode
 ;;     hl-todo
 ;;     hydra
+;;     hyperlist
 ;;     ibuffer
 ;;     icomplete
 ;;     ido-mode
@@ -1990,6 +1991,16 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(hydra-face-pink ((,class (:foreground ,magenta-alt :weight bold))))
    `(hydra-face-red ((,class (:foreground ,red :weight bold))))
    `(hydra-face-teal ((,class (:foreground ,cyan :weight bold))))
+   ;;;; hyperlist
+   `(hyperlist-condition ((,class (:foreground ,green))))
+   `(hyperlist-hashtag ((,class (:foreground ,yellow))))
+   `(hyperlist-operator ((,class (:foreground ,blue-alt))))
+   `(hyperlist-paren ((,class (:foreground ,cyan-alt-other))))
+   `(hyperlist-quote ((,class (:foreground ,cyan-alt))))
+   `(hyperlist-ref ((,class (:foreground ,magenta-alt-other))))
+   `(hyperlist-stars ((,class (:foreground ,fg-alt))))
+   `(hyperlist-tag ((,class (:foreground ,red))))
+   `(hyperlist-toplevel ((,class (:foreground ,fg-main :weight bold))))
    ;;;; icomplete
    `(icomplete-first-match ((,class (:foreground ,magenta :weight bold))))
    ;;;; icomplete-vertical
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 11dda06..bb56203 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -175,6 +175,7 @@
 ;;     hl-line-mode
 ;;     hl-todo
 ;;     hydra
+;;     hyperlist
 ;;     ibuffer
 ;;     icomplete
 ;;     ido-mode
@@ -1990,6 +1991,16 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(hydra-face-pink ((,class (:foreground ,magenta-alt :weight bold))))
    `(hydra-face-red ((,class (:foreground ,red :weight bold))))
    `(hydra-face-teal ((,class (:foreground ,cyan :weight bold))))
+   ;;;; hyperlist
+   `(hyperlist-condition ((,class (:foreground ,green))))
+   `(hyperlist-hashtag ((,class (:foreground ,yellow))))
+   `(hyperlist-operator ((,class (:foreground ,blue-alt))))
+   `(hyperlist-paren ((,class (:foreground ,cyan-alt-other))))
+   `(hyperlist-quote ((,class (:foreground ,cyan-alt))))
+   `(hyperlist-ref ((,class (:foreground ,magenta-alt-other))))
+   `(hyperlist-stars ((,class (:foreground ,fg-alt))))
+   `(hyperlist-tag ((,class (:foreground ,red))))
+   `(hyperlist-toplevel ((,class (:foreground ,fg-main :weight bold))))
    ;;;; icomplete
    `(icomplete-first-match ((,class (:foreground ,magenta :weight bold))))
    ;;;; icomplete-vertical



reply via email to

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