aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-10-15 09:09:36 +0200
committerGravatar Tom Willemse2014-10-15 09:09:36 +0200
commitdeb7a52843b825f112774b51999c384647bf89ce (patch)
tree8a09f118b03390aa8b40cb351e5de6c17180432d
parent20b9fc07e383a1dd1bb7bf058bb4c5e8a414f46a (diff)
downloadyoshi-theme-deb7a52843b825f112774b51999c384647bf89ce.tar.gz
yoshi-theme-deb7a52843b825f112774b51999c384647bf89ce.zip
Make sh-escaped-newline bold to stand out more
-rw-r--r--yoshi-theme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index 5aa36ec..1467206 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -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))))