branch: externals/modus-operandi-theme
commit 71372a8b8967ce868d4a42af9f625e5022b73eab
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Use new fringe colours for FLYCHECK indicators
---
modus-operandi-theme.el | 6 +++---
modus-vivendi-theme.el | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index c81f5f3..25dd329 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1250,9 +1250,9 @@ between foreground and background is >= 7:1)."
`(flycheck-error-list-info ((,class (:foreground ,green))))
`(flycheck-error-list-line-number ((,class (:foreground ,fg-special-warm))))
`(flycheck-error-list-warning ((,class (:foreground ,yellow))))
- `(flycheck-fringe-error ((,class (:foreground ,red-active :weight bold))))
- `(flycheck-fringe-info ((,class (:foreground ,green-active :weight bold))))
- `(flycheck-fringe-warning ((,class (:foreground ,yellow-active :weight
bold))))
+ `(flycheck-fringe-error ((,class (:inherit modus-theme-fringe-red))))
+ `(flycheck-fringe-info ((,class (:inherit modus-theme-fringe-green))))
+ `(flycheck-fringe-warning ((,class (:inherit modus-theme-fringe-yellow))))
`(flycheck-info ((,class (:foreground ,green :underline t))))
`(flycheck-verify-select-checker ((,class (:box (:line-width 1 :color nil
:style released-button)))))
`(flycheck-warning ((,class (:foreground ,yellow :underline t))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 8f4987d..f52796d 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1250,9 +1250,9 @@ between foreground and background is >= 7:1)."
`(flycheck-error-list-info ((,class (:foreground ,green))))
`(flycheck-error-list-line-number ((,class (:foreground ,fg-special-warm))))
`(flycheck-error-list-warning ((,class (:foreground ,yellow))))
- `(flycheck-fringe-error ((,class (:foreground ,red-active :weight bold))))
- `(flycheck-fringe-info ((,class (:foreground ,green-active :weight bold))))
- `(flycheck-fringe-warning ((,class (:foreground ,yellow-active :weight
bold))))
+ `(flycheck-fringe-error ((,class (:inherit modus-theme-fringe-red))))
+ `(flycheck-fringe-info ((,class (:inherit modus-theme-fringe-green))))
+ `(flycheck-fringe-warning ((,class (:inherit modus-theme-fringe-yellow))))
`(flycheck-info ((,class (:foreground ,green :underline t))))
`(flycheck-verify-select-checker ((,class (:box (:line-width 1 :color nil
:style released-button)))))
`(flycheck-warning ((,class (:foreground ,yellow :underline t))))