emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/flymake-refactor 991c88f 11/18: flymake-warning fa


From: João Távora
Subject: [Emacs-diffs] scratch/flymake-refactor 991c88f 11/18: flymake-warning face easier to distinguish from flymake-error
Date: Thu, 21 Sep 2017 20:35:25 -0400 (EDT)

branch: scratch/flymake-refactor
commit 991c88feabe39ff0be12163752ad490bc0c4e837
Author: João Távora <address@hidden>
Commit: João Távora <address@hidden>

    flymake-warning face easier to distinguish from flymake-error
    
    * lisp/progmodes/flymake-ui.el (flymake-warning): Change color to
    "deep sky blue"
---
 lisp/progmodes/flymake-ui.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/flymake-ui.el b/lisp/progmodes/flymake-ui.el
index 189611c..92f075d 100644
--- a/lisp/progmodes/flymake-ui.el
+++ b/lisp/progmodes/flymake-ui.el
@@ -187,7 +187,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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]