]> git.eshelyaron.com Git - emacs.git/commitdiff
Flymake warning face easier to distinguish
authorJoão Távora <joaotavora@gmail.com>
Wed, 20 Sep 2017 18:09:10 +0000 (19:09 +0100)
committerJoão Távora <joaotavora@gmail.com>
Mon, 2 Oct 2017 23:53:11 +0000 (00:53 +0100)
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

index 72acc3a92048679e41d61af5930713a85e5561f4..e8d5de6023cb12f792a7714519160bc11c2459f3 100644 (file)
@@ -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."