aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--yoshi-theme.el2
1 files changed, 2 insertions, 0 deletions
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"))))