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

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

[elpa] externals/modus-operandi-theme 9b5d56d 33/54: Add support for ERO


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 9b5d56d 33/54: Add support for EROS
Date: Thu, 4 Jun 2020 08:20:16 -0400 (EDT)

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

    Add support for EROS
---
 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 8913cdf..b58b1f2 100644
--- a/README.org
+++ b/README.org
@@ -682,6 +682,7 @@ the "full support" may not be 100% true…
 + epa
 + equake
 + erc
++ eros
 + ert
 + eshell
 + evil* (evil-mode)
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 4801d87..e89aad3 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -131,6 +131,7 @@
 ;;     epa
 ;;     equake
 ;;     erc
+;;     eros
 ;;     ert
 ;;     eshell
 ;;     evil (evil-mode)
@@ -1533,6 +1534,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(erc-prompt-face ((,class (:foreground ,cyan-alt-other :weight bold))))
    `(erc-timestamp-face ((,class (:foreground ,blue-nuanced))))
    `(erc-underline-face ((,class (:underline t))))
+   ;;;; eros
+   `(eros-result-overlay-face ((,class (:inherit modus-theme-refine-blue))))
    ;;;; ert
    `(ert-test-result-expected ((,class (:inherit modus-theme-intense-green))))
    `(ert-test-result-unexpected ((,class (:inherit modus-theme-intense-red))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index bb56203..7b8f9fb 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -131,6 +131,7 @@
 ;;     epa
 ;;     equake
 ;;     erc
+;;     eros
 ;;     ert
 ;;     eshell
 ;;     evil (evil-mode)
@@ -1533,6 +1534,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(erc-prompt-face ((,class (:foreground ,cyan-alt-other :weight bold))))
    `(erc-timestamp-face ((,class (:foreground ,blue-nuanced))))
    `(erc-underline-face ((,class (:underline t))))
+   ;;;; eros
+   `(eros-result-overlay-face ((,class (:inherit modus-theme-refine-blue))))
    ;;;; ert
    `(ert-test-result-expected ((,class (:inherit modus-theme-intense-green))))
    `(ert-test-result-unexpected ((,class (:inherit modus-theme-intense-red))))



reply via email to

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