commit aec518553bbdecf8188b55448dd6cc1fcabff17c
parent 40b72d56ea93f50f12f85da6c9ecc38f9a4d4ed4
Author: Trevor Spiteri <tspiteri@ieee.org>
Date: Mon, 1 Jun 2020 18:10:12 +0200
Use s-fringe-bg for unemphasized fringe indicators
Before this commit, when solarized-distinct-fringe-background is t and
solarized-emphasize-indicators is nil, the background of flycheck
fringe indicators would be the default background not the fringe
background. This commit makes the indicators use the distinct fringe
background when they are not emphasized.
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/solarized-faces.el b/solarized-faces.el
@@ -611,17 +611,17 @@
((,class (:foreground ,(if solarized-emphasize-indicators
red-hc red)
:background ,(if solarized-emphasize-indicators
- red-lc base03) :weight bold))))
+ red-lc s-fringe-bg) :weight bold))))
`(flycheck-fringe-warning
((,class (:foreground ,(if solarized-emphasize-indicators
yellow-hc yellow)
:background ,(if solarized-emphasize-indicators
- yellow-lc base03) :weight bold))))
+ yellow-lc s-fringe-bg) :weight bold))))
`(flycheck-fringe-info
((,class (:foreground ,(if solarized-emphasize-indicators
blue-hc base01)
:background ,(if solarized-emphasize-indicators
- blue-lc base03) :weight bold))))
+ blue-lc s-fringe-bg) :weight bold))))
;;;;; flymake
`(flymake-errline
((,(append '((supports :underline (:style wave))) class)