commit ac09b782f26936d72f0cf1bbe1ff8d589ca49b04
parent 01a350d6a2ed5d95baefa8d2fe91360b1dcfef35
Author: Krzysztof Drewniak <krzysdrewniak@gmail.com>
Date: Sat, 8 Feb 2025 23:57:27 -0800
Update flymake -error, -warning, and -note to match flycheck
This commit updates the faces for Flymake's reported errors, warnings,
and notes to make them more visible in non-GUI environments.
Diffstat:
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/solarized-faces.el b/solarized-faces.el
@@ -650,6 +650,19 @@
:background ,(if solarized-emphasize-indicators
blue-lc s-fringe-bg) :weight bold))))
;;;;; flymake
+ `(flymake-error
+ ((,(append '((supports :underline (:style wave))) class)
+ (:underline (:style wave :color ,red) :inherit unspecified))
+ (,class (:foreground ,red-hc :background ,red-lc :weight bold :underline t))))
+ `(flymake-warning
+ ((,(append '((supports :underline (:style wave))) class)
+ (:underline (:style wave :color ,yellow) :inherit unspecified))
+ (,class (:foreground ,yellow-hc :background ,yellow-lc :weight bold :underline t))))
+ `(flymake-note
+ ((,(append '((supports :underline (:style wave))) class)
+ (:underline (:style wave :color ,(if solarized-emphasize-indicators
+ blue base03)) :inherit unspecified))
+ (,class (:foreground ,blue-hc :background ,blue-lc :weight bold :underline t))))
`(flymake-errline
((,(append '((supports :underline (:style wave))) class)
(:underline (:style wave :color ,red) :inherit unspecified