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

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

[nongnu] elpa/material-theme c5b211b 058/118: Enable fringe colors for f


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme c5b211b 058/118: Enable fringe colors for flycheck
Date: Thu, 21 Oct 2021 18:06:20 -0400 (EDT)

branch: elpa/material-theme
commit c5b211b0c92bda18a1ecf948032ad676d8785ec4
Author: Maximilian Nickel <mnick@mit.edu>
Commit: Maximilian Nickel <mnick@mit.edu>

    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))))



reply via email to

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