Hacker News new | ask | show | jobs
by minhm 2057 days ago
Try:

===

(package-install 'paren-face)

(global-paren-face-mode 1)

(custom-set-faces '(parenthesis ((t (:foreground "gray50"))))))

===

(edit: formatting)

1 comments

In the user init file? I'm not an expert on spacemacs.