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

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

[elpa] externals/modus-operandi-theme 40667a5 37/54: Review EROS face (b


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 40667a5 37/54: Review EROS face (better for longer echo messages)
Date: Thu, 4 Jun 2020 08:20:17 -0400 (EDT)

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

    Review EROS face (better for longer echo messages)
    
    The previous design was good for short feedback, such as `t' or `nil',
    but it did not scale well.  This should be an improvement overall.
---
 modus-operandi-theme.el | 3 ++-
 modus-vivendi-theme.el  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index b8effb7..8947e4e 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1537,7 +1537,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(erc-timestamp-face ((,class (:foreground ,blue-nuanced))))
    `(erc-underline-face ((,class (:underline t))))
    ;;;; eros
-   `(eros-result-overlay-face ((,class (:inherit modus-theme-refine-blue))))
+   `(eros-result-overlay-face ((,class (:box (:line-width -1 :color ,blue)
+                                             :background ,bg-dim :foreground 
,fg-dim))))
    ;;;; 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 2f1f898..19b68c8 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1537,7 +1537,8 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(erc-timestamp-face ((,class (:foreground ,blue-nuanced))))
    `(erc-underline-face ((,class (:underline t))))
    ;;;; eros
-   `(eros-result-overlay-face ((,class (:inherit modus-theme-refine-blue))))
+   `(eros-result-overlay-face ((,class (:box (:line-width -1 :color ,blue)
+                                             :background ,bg-dim :foreground 
,fg-dim))))
    ;;;; 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]