From b7cea1b4aa8bbb5264267c6f67e743d862bfe4bc Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 25 Jan 2013 02:31:47 +0100 Subject: Add show-paren faces --- yoshi-theme.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/yoshi-theme.el b/yoshi-theme.el index de1b24a..c491d6f 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -105,6 +105,8 @@ '(rst-level-5 ((t (:background nil)))) '(rst-level-6 ((t (:background nil)))) '(sh-heredoc ((t (:foreground "#ffbb56")))) + '(show-paren-match ((t (:background "#555557" :weight bold)))) + '(show-paren-mismatch ((t (:background nil :foreground "#e09591")))) '(slime-repl-input-face ((t (:foreground "#828281")))) '(slime-repl-inputed-output-face ((t (:foreground "#a5a5a4")))) '(slime-repl-output-face ((t (:foreground "#eeeeec")))) -- cgit v1.2.3-54-g00ecf