From 383140c2193a8a9a19c74bbd5dfa298573cc6f8a Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 12 Dec 2015 01:28:35 -0500 Subject: [PATCH] Remove bold on show-paren-match --- private/themes/narf/narf-dark-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private/themes/narf/narf-dark-theme.el b/private/themes/narf/narf-dark-theme.el index 9ec1052e9..88bfa069a 100644 --- a/private/themes/narf/narf-dark-theme.el +++ b/private/themes/narf/narf-dark-theme.el @@ -157,7 +157,7 @@ ;; `(linum ((,c (:foreground ,linum-fg :bold nil :height 0.8)))) `(linum ((,c (:foreground ,linum-fg :bold nil)))) `(linum-highlight-face ((,c (:inherit linum :foreground ,linum-hl-fg)))) - `(show-paren-match ((,c (:foreground ,magenta :bold ,bold :inverse-video t)))) + `(show-paren-match ((,c (:foreground ,magenta :inverse-video t)))) ;; Modeline `(narf-minibuffer-active ((,c (:background ,active-minibuffer))))