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

Add show-paren faces

This commit is contained in:
Tom Willemsen 2013-01-25 02:31:47 +01:00
parent ab39e96f04
commit b7cea1b4aa

View file

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