1
0
Fork 0

Remove bold from emacs paren match

This commit is contained in:
Jeremy Kaplan 2015-09-29 18:40:21 -04:00
commit 5b08b308f2

View file

@ -20,7 +20,7 @@
'(minibuffer-prompt ((t (:foreground "#c7c7c7" :bold t ))))
'(font-lock-warning-face ((t (:foreground "red" :bold t ))))
'(show-paren-match-face ((t (:foreground "orange" :background "black" :bold t))))
'(show-paren-match-face ((t (:foreground "orange" :background "black"))))
)
(provide-theme 'jdkaplan)