aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-01-25 02:31:47 +0100
committerGravatar Tom Willemsen2013-01-25 02:31:47 +0100
commitb7cea1b4aa8bbb5264267c6f67e743d862bfe4bc (patch)
tree753f6854dcd64a46bca904d8a4ba0992a4bc7359
parentab39e96f0417d4e931b5f7a5221d5ff0b1272105 (diff)
downloadyoshi-theme-b7cea1b4aa8bbb5264267c6f67e743d862bfe4bc.tar.gz
yoshi-theme-b7cea1b4aa8bbb5264267c6f67e743d862bfe4bc.zip
Add show-paren faces
-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"))))