emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/apropospriate-theme 7531edc 099/118: restore green underli


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme 7531edc 099/118: restore green underline for flymake-note
Date: Thu, 21 Oct 2021 18:02:31 -0400 (EDT)

branch: elpa/apropospriate-theme
commit 7531edcc98ad8246914c79f11634b1ed95afaf05
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>

    restore green underline for flymake-note
    
    though it may lead to noisy underlines for large diagnostic regions, a
    visible default is better than none
---
 apropospriate.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apropospriate.el b/apropospriate.el
index 5806216..c4583d0 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -284,7 +284,7 @@ Set to `1.0' or nil to prevent font size manipulation."
      `(flycheck-inline-info ((,class (:foreground ,base03 :background 
,base00-1 :inherit unspecified))))
      `(flymake-error ((,class (:underline (:style wave :color ,red) :inherit 
unspecified))))
      `(flymake-warning ((,class (:underline (:style wave :color ,orange) 
:inherit unspecified))))
-     `(flymake-note ((,class (:underline nil :inherit unspecified))))
+     `(flymake-note ((,class (:underline (:style wave :color ,green) :inherit 
unspecified))))
      `(flymake-diagnostic-at-point-posframe-background-face ((,class 
(:background ,base00-1))))
      `(swoop-face-target-words ((,class (:foreground ,yellow))))
      `(swoop-face-target-line ((,class (:background ,base01))))



reply via email to

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