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

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

[elpa] externals/modus-operandi-theme 413ea53 088/112: Remove bold weigh


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 413ea53 088/112: Remove bold weight from `smartparens`
Date: Mon, 30 Mar 2020 15:59:45 -0400 (EDT)

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

    Remove bold weight from `smartparens`
    
    Bold is not necessary for this type of feedback, while it also causes
    problems with certain typefaces.  See issue 29:
    https://gitlab.com/protesilaos/modus-themes/-/issues/29
---
 modus-operandi-theme.el | 6 +++---
 modus-vivendi-theme.el  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 3bb96cb..8dae02f 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2421,11 +2421,11 @@ between foreground and background is >= 7:1)."
    ;;;; smartparens
    `(sp-pair-overlay-face ((,class (:inherit modus-theme-special-warm))))
    `(sp-show-pair-enclosing ((,class (:inherit modus-theme-special-mild))))
-   `(sp-show-pair-match-face ((,class (:background ,bg-paren-match :foreground 
,fg-paren-match :weight bold))))
+   `(sp-show-pair-match-face ((,class (:background ,bg-paren-match :foreground 
,fg-paren-match))))
    `(sp-show-pair-mismatch-face ((,class (:inherit modus-theme-intense-red))))
-   `(sp-wrap-overlay-closing-pair ((,class (:inherit sp-pair-overlay-face 
:weight bold))))
+   `(sp-wrap-overlay-closing-pair ((,class (:inherit sp-pair-overlay-face))))
    `(sp-wrap-overlay-face ((,class (:inherit sp-pair-overlay-face))))
-   `(sp-wrap-overlay-opening-pair ((,class (:inherit sp-pair-overlay-face 
:weight bold))))
+   `(sp-wrap-overlay-opening-pair ((,class (:inherit sp-pair-overlay-face))))
    `(sp-wrap-tag-overlay-face ((,class (:inherit sp-pair-overlay-face))))
    ;;;; smerge
    `(smerge-base ((,class (:inherit modus-theme-special-warm))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index d35e726..2f663ef 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2421,11 +2421,11 @@ between foreground and background is >= 7:1)."
    ;;;; smartparens
    `(sp-pair-overlay-face ((,class (:inherit modus-theme-special-warm))))
    `(sp-show-pair-enclosing ((,class (:inherit modus-theme-special-mild))))
-   `(sp-show-pair-match-face ((,class (:background ,bg-paren-match :foreground 
,fg-paren-match :weight bold))))
+   `(sp-show-pair-match-face ((,class (:background ,bg-paren-match :foreground 
,fg-paren-match))))
    `(sp-show-pair-mismatch-face ((,class (:inherit modus-theme-intense-red))))
-   `(sp-wrap-overlay-closing-pair ((,class (:inherit sp-pair-overlay-face 
:weight bold))))
+   `(sp-wrap-overlay-closing-pair ((,class (:inherit sp-pair-overlay-face))))
    `(sp-wrap-overlay-face ((,class (:inherit sp-pair-overlay-face))))
-   `(sp-wrap-overlay-opening-pair ((,class (:inherit sp-pair-overlay-face 
:weight bold))))
+   `(sp-wrap-overlay-opening-pair ((,class (:inherit sp-pair-overlay-face))))
    `(sp-wrap-tag-overlay-face ((,class (:inherit sp-pair-overlay-face))))
    ;;;; smerge
    `(smerge-base ((,class (:inherit modus-theme-special-warm))))



reply via email to

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