Add paren match highlighting to all of emacs
This commit is contained in:
parent
5b384968e1
commit
8b1af0f70d
2 changed files with 4 additions and 15 deletions
|
|
@ -19,6 +19,8 @@
|
|||
'(font-lock-variable-name-face ((t (:foreground "#00c7ff" ))))
|
||||
'(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))))
|
||||
)
|
||||
|
||||
(provide-theme 'jdkaplan)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue