branch: elpa/apropospriate-theme commit 6618e26a833fdd2fbddf32075f1953cc4f86cb03 Author: justin talbott <jus...@waymondo.com> Commit: justin talbott <jus...@waymondo.com>
adjust `parenthesis` face (for `paren-face-mode`) --- apropospriate-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apropospriate-theme.el b/apropospriate-theme.el index 9e281b655b..0f7baab10a 100644 --- a/apropospriate-theme.el +++ b/apropospriate-theme.el @@ -141,7 +141,7 @@ Set to `1.0' or nil to prevent font size manipulation." `(highlight-indent-guides-odd-face ((,class (:background ,base00+1)))) `(highlight-indent-guides-even-face ((,class (:background ,base00)))) `(highlight-indent-guides-character-face ((,class (:foreground ,base00+2)))) - `(parenthesis ((,class (:foreground ,base00+3)))) + `(parenthesis ((,class (:foreground ,base01)))) `(font-lock-comment-face ((,class (:foreground ,base01)))) `(font-lock-comment-delimiter-face ((,class (:foreground ,base01)))) `(font-lock-builtin-face ((,class (:foreground ,cyan))))