From: João Távora Date: Wed, 20 Sep 2017 18:09:10 +0000 (+0100) Subject: Flymake warning face easier to distinguish X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b17ec761cb172123ff00bc13c94d349bd23eba1a;p=emacs.git 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" --- diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index 72acc3a9204..e8d5de6023c 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."