Enable highlight-parentheses-mode globally, change colors again.
This commit is contained in:
parent
51f3252a72
commit
2bb52f6016
|
@ -136,12 +136,13 @@
|
||||||
|
|
||||||
(use-package highlight-parentheses
|
(use-package highlight-parentheses
|
||||||
:diminish (highlight-parentheses-mode)
|
:diminish (highlight-parentheses-mode)
|
||||||
|
:demand t
|
||||||
:custom ((highlight-parentheses-colors nil)
|
:custom ((highlight-parentheses-colors nil)
|
||||||
(highlight-parentheses-background-colors nil)
|
(highlight-parentheses-background-colors nil)
|
||||||
(highlight-parentheses-attributes
|
(highlight-parentheses-attributes
|
||||||
'((:inverse-video t) (:weight ultrabold))))
|
`((:weight bold :background ,(face-foreground 'whitespace-space))
|
||||||
:hook ((prog-mode . highlight-parentheses-mode)
|
(:weight ultrabold))))
|
||||||
(text-mode . highlight-parentheses-mode)))
|
:config (global-highlight-parentheses-mode))
|
||||||
|
|
||||||
(provide 'basics/appearance)
|
(provide 'basics/appearance)
|
||||||
;;; appearance.el ends here
|
;;; appearance.el ends here
|
||||||
|
|
Loading…
Reference in New Issue
Block a user