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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/modus-operandi-theme ee7ea51 087/112: Remove bold weigh


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme ee7ea51 087/112: Remove bold weight from matching parentheses
Date: Mon, 30 Mar 2020 15:59:44 -0400 (EDT)

branch: externals/modus-operandi-theme
commit ee7ea51f0fb1284c1834ba8c2a82ad6530a2659f
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Remove bold weight from matching parentheses
    
    This addresses issue 29:
    https://gitlab.com/protesilaos/modus-themes/-/issues/29
---
 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 52b6367..3bb96cb 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2385,7 +2385,7 @@ between foreground and background is >= 7:1)."
    `(sh-heredoc ((,class (:foreground ,blue-alt))))
    `(sh-quoted-exec ((,class (:foreground ,magenta-alt :weight 
,modus-theme-bold))))
    ;;;; show-paren-mode
-   `(show-paren-match ((,class (:background ,bg-paren-match :foreground 
,fg-paren-match :weight bold))))
+   `(show-paren-match ((,class (:background ,bg-paren-match :foreground 
,fg-paren-match))))
    `(show-paren-match-expression ((,class (:inherit 
modus-theme-special-calm))))
    `(show-paren-mismatch ((,class (:inherit modus-theme-intense-red))))
    ;;;; side-notes
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index ec44d4d..d35e726 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2385,7 +2385,7 @@ between foreground and background is >= 7:1)."
    `(sh-heredoc ((,class (:foreground ,blue-alt))))
    `(sh-quoted-exec ((,class (:foreground ,magenta-alt :weight 
,modus-theme-bold))))
    ;;;; show-paren-mode
-   `(show-paren-match ((,class (:background ,bg-paren-match :foreground 
,fg-paren-match :weight bold))))
+   `(show-paren-match ((,class (:background ,bg-paren-match :foreground 
,fg-paren-match))))
    `(show-paren-match-expression ((,class (:inherit 
modus-theme-special-calm))))
    `(show-paren-mismatch ((,class (:inherit modus-theme-intense-red))))
    ;;;; skewer-mode



reply via email to

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