diff --git a/init.d/basics/appearance.el b/init.d/basics/appearance.el index 07358fd..2fa86c1 100644 --- a/init.d/basics/appearance.el +++ b/init.d/basics/appearance.el @@ -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)