1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 11:25:51 +01:00

Add shadow face

This commit is contained in:
Tom Willemsen 2013-03-30 14:17:40 +01:00
parent d48b9dca24
commit 06649621bd

View file

@ -220,6 +220,7 @@
`(rst-level-5 ((t (:background unspecified)))) `(rst-level-5 ((t (:background unspecified))))
`(rst-level-6 ((t (:background unspecified)))) `(rst-level-6 ((t (:background unspecified))))
`(sh-heredoc ((t (:foreground ,lorange)))) `(sh-heredoc ((t (:foreground ,lorange))))
`(shadow ((t (:foreground ,lwhite))))
`(show-paren-match ((t (:background ,dwhite :weight bold)))) `(show-paren-match ((t (:background ,dwhite :weight bold))))
`(show-paren-mismatch ((t (:background unspecified :foreground ,lred)))) `(show-paren-mismatch ((t (:background unspecified :foreground ,lred))))
`(slime-repl-input-face ((t (:foreground ,lwhite)))) `(slime-repl-input-face ((t (:foreground ,lwhite))))