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

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



reply via email to

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