From eb6fe2521b9ad4ad8302e7c87064200d6dd708ac Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 19 Aug 2021 14:50:34 +0200 Subject: [PATCH] Make highlighted parentheses white and bolder. --- init.d/basics/appearance.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)