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

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

[elpa] externals/modus-vivendi-theme 24cea55 103/110: Always use a nuanc


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 24cea55 103/110: Always use a nuanced foreground for linted text
Date: Wed, 29 Apr 2020 21:40:17 -0400 (EDT)

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

    Always use a nuanced foreground for linted text
    
    This is to ensure consistency between terminals that support wavy lines
    and those that do not.
    
    It also expands the relevant parts of commit a395411.  The issue with
    Flycheck referenced therein is not for themes to solve.  Besides, the
    use of "nuanced" colours for the underlined text should not pose an
    impediment to editing.
---
 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 96dbd5c..a7c45be 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1504,8 +1504,8 @@ AMOUNT is a customisation option."
    ;;;; flycheck
    `(flycheck-error
      ((,(append '((supports :underline (:style wave))) class)
-       (:underline (:color ,fg-lang-error :style wave)))
-      (,class (:foreground ,red-nuanced :underline (:color ,fg-lang-error 
:style line)))))
+       (:foreground ,red-nuanced :underline (:color ,fg-lang-error :style 
wave)))
+      (,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 (:foreground ,red :weight 
,modus-theme-bold))))
@@ -1521,12 +1521,12 @@ AMOUNT is a customisation option."
    `(flycheck-fringe-warning ((,class (:inherit modus-theme-fringe-yellow))))
    `(flycheck-info
      ((,(append '((supports :underline (:style wave))) class)
-       (:underline (:color ,fg-lang-note :style wave)))
+       (:foreground ,blue-nuanced :underline (:color ,fg-lang-note :style 
wave)))
       (,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
      ((,(append '((supports :underline (:style wave))) class)
-       (:underline (:color ,fg-lang-warning :style wave)))
+       (:foreground ,yellow-nuanced :underline (:color ,fg-lang-warning :style 
wave)))
       (,class (:foreground ,yellow-nuanced :underline (:color ,fg-lang-warning 
:style line)))))
    ;;;; flycheck-indicator
    `(flycheck-indicator-disabled ((,class (:foreground ,fg-inactive :slant 
,modus-theme-slant))))
@@ -1545,15 +1545,15 @@ AMOUNT is a customisation option."
    ;;;; flymake
    `(flymake-error
      ((,(append '((supports :underline (:style wave))) class)
-       (:underline (:color ,fg-lang-error :style wave)))
+       (:foreground ,red-nuanced :underline (:color ,fg-lang-error :style 
wave)))
       (,class (:foreground ,red-nuanced :underline (:color ,fg-lang-error 
:style line)))))
    `(flymake-note
      ((,(append '((supports :underline (:style wave))) class)
-       (:underline (:color ,fg-lang-note :style wave)))
+       (:foreground ,blue-nuanced :underline (:color ,fg-lang-note :style 
wave)))
       (,class (:foreground ,blue-nuanced :underline (:color ,fg-lang-note 
:style line)))))
    `(flymake-warning
      ((,(append '((supports :underline (:style wave))) class)
-       (:underline (:color ,fg-lang-warning :style wave)))
+       (:foreground ,yellow-nuanced :underline (:color ,fg-lang-warning :style 
wave)))
       (,class (:foreground ,yellow-nuanced :underline (:color ,fg-lang-warning 
:style line)))))
    ;;;; flyspell
    `(flyspell-duplicate
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 4d98b5c..cd9fb4e 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1504,8 +1504,8 @@ AMOUNT is a customisation option."
    ;;;; flycheck
    `(flycheck-error
      ((,(append '((supports :underline (:style wave))) class)
-       (:underline (:color ,fg-lang-error :style wave)))
-      (,class (:foreground ,red-nuanced :underline (:color ,fg-lang-error 
:style line)))))
+       (:foreground ,red-nuanced :underline (:color ,fg-lang-error :style 
wave)))
+      (,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 (:foreground ,red :weight 
,modus-theme-bold))))
@@ -1521,12 +1521,12 @@ AMOUNT is a customisation option."
    `(flycheck-fringe-warning ((,class (:inherit modus-theme-fringe-yellow))))
    `(flycheck-info
      ((,(append '((supports :underline (:style wave))) class)
-       (:underline (:color ,fg-lang-note :style wave)))
+       (:foreground ,blue-nuanced :underline (:color ,fg-lang-note :style 
wave)))
       (,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
      ((,(append '((supports :underline (:style wave))) class)
-       (:underline (:color ,fg-lang-warning :style wave)))
+       (:foreground ,yellow-nuanced :underline (:color ,fg-lang-warning :style 
wave)))
       (,class (:foreground ,yellow-nuanced :underline (:color ,fg-lang-warning 
:style line)))))
    ;;;; flycheck-indicator
    `(flycheck-indicator-disabled ((,class (:foreground ,fg-inactive :slant 
,modus-theme-slant))))
@@ -1545,15 +1545,15 @@ AMOUNT is a customisation option."
    ;;;; flymake
    `(flymake-error
      ((,(append '((supports :underline (:style wave))) class)
-       (:underline (:color ,fg-lang-error :style wave)))
+       (:foreground ,red-nuanced :underline (:color ,fg-lang-error :style 
wave)))
       (,class (:foreground ,red-nuanced :underline (:color ,fg-lang-error 
:style line)))))
    `(flymake-note
      ((,(append '((supports :underline (:style wave))) class)
-       (:underline (:color ,fg-lang-note :style wave)))
+       (:foreground ,blue-nuanced :underline (:color ,fg-lang-note :style 
wave)))
       (,class (:foreground ,blue-nuanced :underline (:color ,fg-lang-note 
:style line)))))
    `(flymake-warning
      ((,(append '((supports :underline (:style wave))) class)
-       (:underline (:color ,fg-lang-warning :style wave)))
+       (:foreground ,yellow-nuanced :underline (:color ,fg-lang-warning :style 
wave)))
       (,class (:foreground ,yellow-nuanced :underline (:color ,fg-lang-warning 
:style line)))))
    ;;;; flyspell
    `(flyspell-duplicate



reply via email to

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