branch: externals/modus-operandi-theme
commit 40667a517001a852109e65d92b1d1045a8c08da7
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@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