branch: elpa/material-theme
commit c5b211b0c92bda18a1ecf948032ad676d8785ec4
Author: Maximilian Nickel <[email protected]>
Commit: Maximilian Nickel <[email protected]>
Enable fringe colors for flycheck
---
material-light-theme.el | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/material-light-theme.el b/material-light-theme.el
index 2178453..39169fe 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -110,7 +110,11 @@
;; Flycheck
`(flycheck-error ((,class (:underline (:style wave :color ,red)))))
+ `(flycheck-info ((,class (:underline (:style wave :color ,blue)))))
`(flycheck-warning ((,class (:underline (:style wave :color ,orange)))))
+ `(flycheck-fringe-error ((,class (:foreground ,red :background
,current-line))))
+ `(flycheck-fringe-info ((,class (:foreground ,blue :background
,current-line))))
+ `(flycheck-fringe-warning ((,class (:foreground ,yellow :background
,current-line))))
;; highlight indentation
`(highlight-indentation-face ((,class (:background, current-line))))