aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-05-24 20:12:34 +0200
committerGravatar Tom Willemse2013-05-24 20:12:34 +0200
commit784f914718c56bd5c3cb1b376bf7cb64819e42be (patch)
treede48e84f701a96c2b0b39fbefb6b9b3af64836a6
parente95a1598cdb48522b31afbc3c2d01bf4ad441c26 (diff)
downloadyoshi-theme-784f914718c56bd5c3cb1b376bf7cb64819e42be.tar.gz
yoshi-theme-784f914718c56bd5c3cb1b376bf7cb64819e42be.zip
Use inverse-video for paren-match
-rw-r--r--yoshi-theme.el2
1 files changed, 1 insertions, 1 deletions
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))))