[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-operandi-theme fc03967 3/3: Merge 'master' into e
From: |
Stefan Monnier |
Subject: |
[elpa] externals/modus-operandi-theme fc03967 3/3: Merge 'master' into elpa/modus-operandi-theme |
Date: |
Fri, 1 May 2020 08:25:03 -0400 (EDT) |
branch: externals/modus-operandi-theme
commit fc0396766d3b775b7af3154868e9988a827c56e5
Merge: ef898e7 89a31f6
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>
Merge 'master' into elpa/modus-operandi-theme
---
modus-operandi-theme.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index e64a5f4..2c0a7b4 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -4,7 +4,7 @@
;; Author: Protesilaos Stavrou <address@hidden>
;; URL: https://gitlab.com/protesilaos/modus-themes
-;; Version: 0.8.0
+;; Version: 0.8.1
;; Package-Requires: ((emacs "26.1"))
;; Keywords: faces, theme, accessibility
@@ -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))))