Make highlighted parentheses white and bolder.
This commit is contained in:
parent
4d67fd5f3a
commit
eb6fe2521b
|
@ -139,7 +139,7 @@
|
|||
:custom ((highlight-parentheses-colors nil)
|
||||
(highlight-parentheses-background-colors nil)
|
||||
(highlight-parentheses-attributes
|
||||
'((:foreground "Yellow" :weight bold) (:weight bold))))
|
||||
'((:foreground "White" :weight ultrabold) (:weight bold))))
|
||||
:hook (prog-mode . highlight-parentheses-mode))
|
||||
|
||||
(provide 'basics/appearance)
|
||||
|
|
Loading…
Reference in New Issue
Block a user