From 784f914718c56bd5c3cb1b376bf7cb64819e42be Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 24 May 2013 20:12:34 +0200 Subject: Use inverse-video for paren-match --- yoshi-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yoshi-theme.el b/yoshi-theme.el index 1f58e64..f4b6716 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -291,7 +291,7 @@ `(rst-level-6 ((t (:background unspecified)))) `(sh-heredoc ((t (:foreground ,orange5)))) `(shadow ((t (:foreground ,gray4)))) - `(show-paren-match ((t (:background ,gray2 :weight bold)))) + `(show-paren-match ((t (:inverse-video t)))) `(show-paren-mismatch ((t (:background unspecified :foreground ,red5)))) `(slime-repl-input-face ((t (:foreground ,gray6)))) `(slime-repl-inputed-output-face ((t (:foreground ,gray6)))) -- cgit v1.2.3-54-g00ecf