From ef47dd9a8ec6a9016bd9f0c005821b75f45c1cde Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 19 Aug 2021 14:59:39 +0200 Subject: [PATCH] Make highlighted parentheses light brown. --- 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 2fa86c1..60b70d5 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 "White" :weight ultrabold) (:weight bold)))) + '((:foreground "Burlywood" :weight ultrabold) (:weight bold)))) :hook (prog-mode . highlight-parentheses-mode)) (provide 'basics/appearance)