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

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

[elpa] externals/modus-vivendi-theme f8a4b1d 047/110: Refine FLYCHECK: u


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme f8a4b1d 047/110: Refine FLYCHECK: use new dedicated linter colours
Date: Wed, 29 Apr 2020 21:40:04 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit f8a4b1df0d2aec6af25b3d44c73c73358646c2f5
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Refine FLYCHECK: use new dedicated linter colours
    
    For more on those colours, see commit 53e1a43.
---
 modus-operandi-theme.el | 14 +++++++-------
 modus-vivendi-theme.el  | 14 +++++++-------
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 4adf033..f626479 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1395,23 +1395,23 @@ AMOUNT is a customisation option."
    `(fancy-dabbrev-preview-face ((,class (:foreground ,fg-alt :underline t))))
    `(fancy-dabbrev-selection-face ((,class (:inherit modus-theme-intense-cyan 
:weight bold))))
    ;;;; flycheck
-   `(flycheck-error ((,class (:foreground ,red :underline t))))
+   `(flycheck-error ((,class (:foreground ,red-nuanced :underline (:color 
,fg-lang-error :style line)))))
    `(flycheck-error-list-checker-name ((,class (:foreground ,magenta-active))))
    `(flycheck-error-list-column-number ((,class (:foreground 
,fg-special-cold))))
-   `(flycheck-error-list-error ((,class (:inherit error))))
+   `(flycheck-error-list-error ((,class (:foreground ,red :weight 
,modus-theme-bold))))
    `(flycheck-error-list-filename ((,class (:foreground ,blue))))
    `(flycheck-error-list-highlight ((,class (:inherit 
modus-theme-special-warm))))
    `(flycheck-error-list-id ((,class (:foreground ,magenta-alt-other))))
    `(flycheck-error-list-id-with-explainer ((,class (:inherit 
flycheck-error-list-id :box t))))
-   `(flycheck-error-list-info ((,class (:foreground ,green))))
+   `(flycheck-error-list-info ((,class (:foreground ,cyan))))
    `(flycheck-error-list-line-number ((,class (:foreground ,fg-special-warm))))
    `(flycheck-error-list-warning ((,class (:foreground ,yellow))))
    `(flycheck-fringe-error ((,class (:inherit modus-theme-fringe-red))))
-   `(flycheck-fringe-info ((,class (:inherit modus-theme-fringe-green))))
+   `(flycheck-fringe-info ((,class (:inherit modus-theme-fringe-cyan))))
    `(flycheck-fringe-warning ((,class (:inherit modus-theme-fringe-yellow))))
-   `(flycheck-info ((,class (:foreground ,green :underline t))))
+   `(flycheck-info ((,class (:foreground ,blue-nuanced :underline (:color 
,fg-lang-note :style line)))))
    `(flycheck-verify-select-checker ((,class (:box (:line-width 1 :color nil 
:style released-button)))))
-   `(flycheck-warning ((,class (:foreground ,yellow :underline t))))
+   `(flycheck-warning ((,class (:foreground ,yellow-nuanced :underline (:color 
,fg-lang-warning :style line)))))
    ;;;; flycheck-indicator
    `(flycheck-indicator-disabled ((,class (:foreground ,fg-inactive :slant 
,modus-theme-slant))))
    `(flycheck-indicator-error ((,class (:foreground ,red-active :weight 
,modus-theme-bold))))
@@ -1424,7 +1424,7 @@ AMOUNT is a customisation option."
    `(flycheck-posframe-border-face ((,class (:foreground ,fg-alt))))
    `(flycheck-posframe-error-face ((,class (:foreground ,red :weight bold))))
    `(flycheck-posframe-face ((,class (:foreground ,fg-main :slant 
,modus-theme-slant))))
-   `(flycheck-posframe-info-face ((,class (:foreground ,green :weight bold))))
+   `(flycheck-posframe-info-face ((,class (:foreground ,cyan :weight bold))))
    `(flycheck-posframe-warning-face ((,class (:foreground ,yellow :weight 
bold))))
    ;;;; flymake
    `(flymake-error ((,class (:foreground ,red :underline t))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index cb57272..8463e57 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1395,23 +1395,23 @@ AMOUNT is a customisation option."
    `(fancy-dabbrev-preview-face ((,class (:foreground ,fg-alt :underline t))))
    `(fancy-dabbrev-selection-face ((,class (:inherit modus-theme-intense-cyan 
:weight bold))))
    ;;;; flycheck
-   `(flycheck-error ((,class (:foreground ,red :underline t))))
+   `(flycheck-error ((,class (:foreground ,red-nuanced :underline (:color 
,fg-lang-error :style line)))))
    `(flycheck-error-list-checker-name ((,class (:foreground ,magenta-active))))
    `(flycheck-error-list-column-number ((,class (:foreground 
,fg-special-cold))))
-   `(flycheck-error-list-error ((,class (:inherit error))))
+   `(flycheck-error-list-error ((,class (:foreground ,red :weight 
,modus-theme-bold))))
    `(flycheck-error-list-filename ((,class (:foreground ,blue))))
    `(flycheck-error-list-highlight ((,class (:inherit 
modus-theme-special-warm))))
    `(flycheck-error-list-id ((,class (:foreground ,magenta-alt-other))))
    `(flycheck-error-list-id-with-explainer ((,class (:inherit 
flycheck-error-list-id :box t))))
-   `(flycheck-error-list-info ((,class (:foreground ,green))))
+   `(flycheck-error-list-info ((,class (:foreground ,cyan))))
    `(flycheck-error-list-line-number ((,class (:foreground ,fg-special-warm))))
    `(flycheck-error-list-warning ((,class (:foreground ,yellow))))
    `(flycheck-fringe-error ((,class (:inherit modus-theme-fringe-red))))
-   `(flycheck-fringe-info ((,class (:inherit modus-theme-fringe-green))))
+   `(flycheck-fringe-info ((,class (:inherit modus-theme-fringe-cyan))))
    `(flycheck-fringe-warning ((,class (:inherit modus-theme-fringe-yellow))))
-   `(flycheck-info ((,class (:foreground ,green :underline t))))
+   `(flycheck-info ((,class (:foreground ,blue-nuanced :underline (:color 
,fg-lang-note :style line)))))
    `(flycheck-verify-select-checker ((,class (:box (:line-width 1 :color nil 
:style released-button)))))
-   `(flycheck-warning ((,class (:foreground ,yellow :underline t))))
+   `(flycheck-warning ((,class (:foreground ,yellow-nuanced :underline (:color 
,fg-lang-warning :style line)))))
    ;;;; flycheck-indicator
    `(flycheck-indicator-disabled ((,class (:foreground ,fg-inactive :slant 
,modus-theme-slant))))
    `(flycheck-indicator-error ((,class (:foreground ,red-active :weight 
,modus-theme-bold))))
@@ -1424,7 +1424,7 @@ AMOUNT is a customisation option."
    `(flycheck-posframe-border-face ((,class (:foreground ,fg-alt))))
    `(flycheck-posframe-error-face ((,class (:foreground ,red :weight bold))))
    `(flycheck-posframe-face ((,class (:foreground ,fg-main :slant 
,modus-theme-slant))))
-   `(flycheck-posframe-info-face ((,class (:foreground ,green :weight bold))))
+   `(flycheck-posframe-info-face ((,class (:foreground ,cyan :weight bold))))
    `(flycheck-posframe-warning-face ((,class (:foreground ,yellow :weight 
bold))))
    ;;;; flymake
    `(flymake-error ((,class (:foreground ,red :underline t))))



reply via email to

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