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)