[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-operandi-theme a535271 1/3: Fix missing comma in
From: |
Stefan Monnier |
Subject: |
[elpa] externals/modus-operandi-theme a535271 1/3: Fix missing comma in a single colour variable |
Date: |
Fri, 1 May 2020 08:25:02 -0400 (EDT) |
branch: externals/modus-operandi-theme
commit a5352710cae73ec1e4f7939c7f6a10e6f02a4522
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>
Fix missing comma in a single colour variable
---
modus-operandi-theme.el | 2 +-
modus-vivendi-theme.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index e64a5f4..7affe63 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1512,7 +1512,7 @@ AMOUNT is a customisation option."
`(flycheck-error
((,(append '((supports :underline (:style wave))) class)
(:foreground ,red-nuanced :underline (:color ,fg-lang-error :style
wave)))
- (,class (:foreground red-nuanced :underline (:color ,fg-lang-error
:style line)))))
+ (,class (:foreground ,red-nuanced :underline (:color ,fg-lang-error
:style line)))))
`(flycheck-error-list-checker-name ((,class (:foreground ,magenta-active))))
`(flycheck-error-list-column-number ((,class (:foreground
,fg-special-cold))))
`(flycheck-error-list-error ((,class (:foreground ,red :weight
,modus-theme-bold))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index c115c4a..0cc86e9 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1512,7 +1512,7 @@ AMOUNT is a customisation option."
`(flycheck-error
((,(append '((supports :underline (:style wave))) class)
(:foreground ,red-nuanced :underline (:color ,fg-lang-error :style
wave)))
- (,class (:foreground red-nuanced :underline (:color ,fg-lang-error
:style line)))))
+ (,class (:foreground ,red-nuanced :underline (:color ,fg-lang-error
:style line)))))
`(flycheck-error-list-checker-name ((,class (:foreground ,magenta-active))))
`(flycheck-error-list-column-number ((,class (:foreground
,fg-special-cold))))
`(flycheck-error-list-error ((,class (:foreground ,red :weight
,modus-theme-bold))))