Invert colors for highlighted parentheses.

This commit is contained in:
tastytea 2021-08-19 15:48:44 +02:00
parent ef47dd9a8e
commit ca59c7fbff
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07

View File

@ -139,7 +139,7 @@
: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
'((:foreground "Burlywood" :weight ultrabold) (:weight bold)))) '((:inverse-video t) (:weight ultrabold))))
:hook (prog-mode . highlight-parentheses-mode)) :hook (prog-mode . highlight-parentheses-mode))
(provide 'basics/appearance) (provide 'basics/appearance)