Remove bold from emacs paren match
This commit is contained in:
parent
8b1af0f70d
commit
5b08b308f2
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue