branch: externals/modus-operandi-theme
commit 413ea533af5267faef65967f7f4d4d5530555f5e
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
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))))