Invert colors for highlighted parentheses.
This commit is contained in:
parent
ef47dd9a8e
commit
ca59c7fbff
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user