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

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

[elpa] externals/modus-operandi-theme 71372a8 078/112: Use new fringe co


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 71372a8 078/112: Use new fringe colours for FLYCHECK indicators
Date: Mon, 30 Mar 2020 15:59:42 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 71372a8b8967ce868d4a42af9f625e5022b73eab
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Use new fringe colours for FLYCHECK indicators
---
 modus-operandi-theme.el | 6 +++---
 modus-vivendi-theme.el  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index c81f5f3..25dd329 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1250,9 +1250,9 @@ between foreground and background is >= 7:1)."
    `(flycheck-error-list-info ((,class (:foreground ,green))))
    `(flycheck-error-list-line-number ((,class (:foreground ,fg-special-warm))))
    `(flycheck-error-list-warning ((,class (:foreground ,yellow))))
-   `(flycheck-fringe-error ((,class (:foreground ,red-active :weight bold))))
-   `(flycheck-fringe-info ((,class (:foreground ,green-active :weight bold))))
-   `(flycheck-fringe-warning ((,class (:foreground ,yellow-active :weight 
bold))))
+   `(flycheck-fringe-error ((,class (:inherit modus-theme-fringe-red))))
+   `(flycheck-fringe-info ((,class (:inherit modus-theme-fringe-green))))
+   `(flycheck-fringe-warning ((,class (:inherit modus-theme-fringe-yellow))))
    `(flycheck-info ((,class (:foreground ,green :underline t))))
    `(flycheck-verify-select-checker ((,class (:box (:line-width 1 :color nil 
:style released-button)))))
    `(flycheck-warning ((,class (:foreground ,yellow :underline t))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 8f4987d..f52796d 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1250,9 +1250,9 @@ between foreground and background is >= 7:1)."
    `(flycheck-error-list-info ((,class (:foreground ,green))))
    `(flycheck-error-list-line-number ((,class (:foreground ,fg-special-warm))))
    `(flycheck-error-list-warning ((,class (:foreground ,yellow))))
-   `(flycheck-fringe-error ((,class (:foreground ,red-active :weight bold))))
-   `(flycheck-fringe-info ((,class (:foreground ,green-active :weight bold))))
-   `(flycheck-fringe-warning ((,class (:foreground ,yellow-active :weight 
bold))))
+   `(flycheck-fringe-error ((,class (:inherit modus-theme-fringe-red))))
+   `(flycheck-fringe-info ((,class (:inherit modus-theme-fringe-green))))
+   `(flycheck-fringe-warning ((,class (:inherit modus-theme-fringe-yellow))))
    `(flycheck-info ((,class (:foreground ,green :underline t))))
    `(flycheck-verify-select-checker ((,class (:box (:line-width 1 :color nil 
:style released-button)))))
    `(flycheck-warning ((,class (:foreground ,yellow :underline t))))



reply via email to

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