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