[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-vivendi-theme d34d007 004/110: Fix missing colon
From: |
Stefan Monnier |
Subject: |
[elpa] externals/modus-vivendi-theme d34d007 004/110: Fix missing colon sign in one Cider box property |
Date: |
Wed, 29 Apr 2020 21:39:54 -0400 (EDT) |
branch: externals/modus-vivendi-theme
commit d34d0079b20b370125459d57ddbdb9a41fe18aa2
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>
Fix missing colon sign in one Cider box property
---
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 b5beecc..bbb24e6 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -850,7 +850,7 @@ between foreground and background is >= 7:1)."
`(cider-stacktrace-filter-inactive-face ((,class (:foreground ,cyan-alt))))
`(cider-stacktrace-fn-face ((,class (:foreground ,fg-main :weight bold))))
`(cider-stacktrace-ns-face ((,class (:foreground ,fg-alt :slant italic))))
- `(cider-stacktrace-promoted-button-face ((,class (box (:line-width 3 :color
,fg-alt :style released-button)) :foreground ,red)))
+ `(cider-stacktrace-promoted-button-face ((,class (:box (:line-width 3
:color ,fg-alt :style released-button)) :foreground ,red)))
`(cider-stacktrace-suppressed-button-face ((,class (:box (:line-width 3
:color ,fg-alt :style pressed-button))
:background ,bg-alt
:foreground ,fg-alt)))
`(cider-test-error-face ((,class (:inherit modus-theme-subtle-red))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 46a111a..e108094 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -850,7 +850,7 @@ between foreground and background is >= 7:1)."
`(cider-stacktrace-filter-inactive-face ((,class (:foreground ,cyan-alt))))
`(cider-stacktrace-fn-face ((,class (:foreground ,fg-main :weight bold))))
`(cider-stacktrace-ns-face ((,class (:foreground ,fg-alt :slant italic))))
- `(cider-stacktrace-promoted-button-face ((,class (box (:line-width 3 :color
,fg-alt :style released-button)) :foreground ,red)))
+ `(cider-stacktrace-promoted-button-face ((,class (:box (:line-width 3
:color ,fg-alt :style released-button)) :foreground ,red)))
`(cider-stacktrace-suppressed-button-face ((,class (:box (:line-width 3
:color ,fg-alt :style pressed-button))
:background ,bg-alt
:foreground ,fg-alt)))
`(cider-test-error-face ((,class (:inherit modus-theme-subtle-red))))
- [elpa] externals/modus-vivendi-theme updated (3ff09a3 -> 117ab3b), Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 1f6520d 001/110: Internal: add gitignore rules, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 469b165 002/110: Add support for MAGIT-IMERGE, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 8191e47 005/110: Make NO-EMOJI support explicit. Tweak colour., Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme b720885 006/110: Add support for PAGE-BREAK-LINES, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme d34d007 004/110: Fix missing colon sign in one Cider box property,
Stefan Monnier <=
- [elpa] externals/modus-vivendi-theme 5349487 003/110: Add support for WCHECK-MODE, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 6b31621 009/110: Add support for PHI-SEARCH, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 837ee69 008/110: Add support for PHI-GREP, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 91a9f37 011/110: Add support for TOMATINHO, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 00bb7dc 015/110: Internal: minor corrections, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 1c25680 010/110: Add support for POMIDOR, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 7f3388b 013/110: Add missing documentation for covered `csv-mode', Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 86eb802 012/110: Add support for CTRLF, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme d3a39cd 007/110: Add support for PARROT, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme e1e9fad 018/110: Document IBUFFER support. Add minor tweaks., Stefan Monnier, 2020/04/29