1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-05-10 23:31:19 -07:00

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"
This commit is contained in:
João Távora 2017-09-20 19:09:10 +01:00
parent 734aa8818d
commit 7787988587

View 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."