Remove bold on show-paren-match

This commit is contained in:
Henrik Lissner 2015-12-12 01:28:35 -05:00
parent ddb7bf12d1
commit 383140c219

View file

@ -157,7 +157,7 @@
;; `(linum ((,c (:foreground ,linum-fg :bold nil :height 0.8)))) ;; `(linum ((,c (:foreground ,linum-fg :bold nil :height 0.8))))
`(linum ((,c (:foreground ,linum-fg :bold nil)))) `(linum ((,c (:foreground ,linum-fg :bold nil))))
`(linum-highlight-face ((,c (:inherit linum :foreground ,linum-hl-fg)))) `(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 ;; Modeline
`(narf-minibuffer-active ((,c (:background ,active-minibuffer)))) `(narf-minibuffer-active ((,c (:background ,active-minibuffer))))