From: João Távora Date: Wed, 20 Sep 2017 18:09:10 +0000 (+0100) Subject: Flymake warning face easier to distinguish X-Git-Tag: emacs-26.0.90~56^2^2~28 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7787988587eacb9aa77bbfb830a885fab8edd828;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."