emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 7787988 10/39: Flymake warning face easier to dis


From: João Távora
Subject: [Emacs-diffs] emacs-26 7787988 10/39: Flymake warning face easier to distinguish
Date: Tue, 3 Oct 2017 10:04:46 -0400 (EDT)

branch: emacs-26
commit 7787988587eacb9aa77bbfb830a885fab8edd828
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]