1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 03:15:52 +01:00

Use inverse-video for paren-match

This commit is contained in:
Tom Willemse 2013-05-24 20:12:34 +02:00
parent e95a1598cd
commit 784f914718

View file

@ -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))))