emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/flymake-refactor-cleaner-for-emacs-26 b17ec76 10/3


From: João Távora
Subject: [Emacs-diffs] scratch/flymake-refactor-cleaner-for-emacs-26 b17ec76 10/39: Flymake warning face easier to distinguish
Date: Mon, 2 Oct 2017 20:12:21 -0400 (EDT)

branch: scratch/flymake-refactor-cleaner-for-emacs-26
commit b17ec761cb172123ff00bc13c94d349bd23eba1a
Author: João Távora <address@hidden>
Commit: João Távora <address@hidden>

    Flymake warning face easier to distinguish
    
    A orange wavy underline is very hard to tell from a red wavy
    underline.
    
    * lisp/progmodes/flymake.el (flymake-warning): Change color to
    "deep sky blue"
---
 lisp/progmodes/flymake.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el
index 72acc3a..e8d5de6 100644
--- a/lisp/progmodes/flymake.el
+++ b/lisp/progmodes/flymake.el
@@ -182,7 +182,7 @@ verify FILTER, sort them by COMPARE (using KEY)."
 
 (defface flymake-warning
   '((((supports :underline (:style wave)))
-     :underline (:style wave :color "DarkOrange"))
+     :underline (:style wave :color "deep sky blue"))
     (t
      :inherit warning))
   "Face used for marking warning regions."



reply via email to

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