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

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

[elpa] externals/modus-vivendi-theme 680bee7 15/35: Use more appropriate


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 680bee7 15/35: Use more appropriate colours for EPA validity
Date: Wed, 24 Jun 2020 12:42:47 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit 680bee7b82354d32d9390a0b39ecc42549bc0683
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Use more appropriate colours for EPA validity
---
 modus-operandi-theme.el | 4 ++--
 modus-vivendi-theme.el  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 828fece..5c7c268 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1527,9 +1527,9 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(epa-mark ((,class (:foreground ,magenta :weight bold))))
    `(epa-string ((,class (:foreground ,blue-alt))))
    `(epa-validity-disabled ((,class (:inherit modus-theme-refine-red))))
-   `(epa-validity-high ((,class (:foreground ,cyan :weight bold))))
+   `(epa-validity-high ((,class (:foreground ,green-alt-other :weight bold))))
    `(epa-validity-low ((,class (:foreground ,fg-alt))))
-   `(epa-validity-medium ((,class (:foreground ,yellow))))
+   `(epa-validity-medium ((,class (:foreground ,green-alt))))
    ;;;; equake
    `(equake-buffer-face ((,class (:background ,bg-main :foreground ,fg-main))))
    `(equake-shell-type-eshell ((,class (:background ,bg-inactive :foreground 
,green-active))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 0ae57c0..b8f0abb 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1527,9 +1527,9 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(epa-mark ((,class (:foreground ,magenta :weight bold))))
    `(epa-string ((,class (:foreground ,blue-alt))))
    `(epa-validity-disabled ((,class (:inherit modus-theme-refine-red))))
-   `(epa-validity-high ((,class (:foreground ,cyan :weight bold))))
+   `(epa-validity-high ((,class (:foreground ,green-alt-other :weight bold))))
    `(epa-validity-low ((,class (:foreground ,fg-alt))))
-   `(epa-validity-medium ((,class (:foreground ,yellow))))
+   `(epa-validity-medium ((,class (:foreground ,green-alt))))
    ;;;; equake
    `(equake-buffer-face ((,class (:background ,bg-main :foreground ,fg-main))))
    `(equake-shell-type-eshell ((,class (:background ,bg-inactive :foreground 
,green-active))))



reply via email to

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