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:
parent
734aa8818d
commit
7787988587
1 changed files with 1 additions and 1 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue