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

Make sh-escaped-newline bold to stand out more

This commit is contained in:
Tom Willemse 2014-10-15 09:09:36 +02:00
parent 20b9fc07e3
commit deb7a52843

View file

@ -266,7 +266,7 @@
`(rst-level-4 ((t (:background unspecified))))
`(rst-level-5 ((t (:background unspecified))))
`(rst-level-6 ((t (:background unspecified))))
`(sh-escaped-newline ((t (:foreground ,fgpurple :inherit unspecified))))
`(sh-escaped-newline ((t (:foreground ,fgpurple :inherit unspecified :weight bold))))
`(sh-heredoc ((t (:foreground ,fggreen))))
`(sh-quoted-exec ((t (:foreground ,fgpink))))
`(shadow ((t (:foreground ,fgdim))))