aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-03-15 22:57:55 +0100
committerGravatar Tom Willemse2014-03-15 22:57:55 +0100
commit1418a3ca0e48fe92f6701976f0bd3eded9a03cff (patch)
tree84e7dc81e12c7bb498b6dfc9f195c947f518907d
parent805ae7fa4f851c52b922412f48736d7d4230a29d (diff)
downloadyoshi-theme-1418a3ca0e48fe92f6701976f0bd3eded9a03cff.tar.gz
yoshi-theme-1418a3ca0e48fe92f6701976f0bd3eded9a03cff.zip
Add (some more) sh faces
-rw-r--r--yoshi-theme.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index fd8f833..183a7e6 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -266,7 +266,9 @@
`(rst-level-4 ((t (:background unspecified))))
`(rst-level-5 ((t (:background unspecified))))
`(rst-level-6 ((t (:background unspecified))))
- `(sh-heredoc ((t (:foreground ,fgorange))))
+ `(sh-escaped-newline ((t (:foreground ,fgpurple :inherit unspecified))))
+ `(sh-heredoc ((t (:foreground ,fggreen))))
+ `(sh-quoted-exec ((t (:foreground ,fgpink))))
`(shadow ((t (:foreground ,fgdim))))
`(show-paren-match ((t (:inverse-video t))))
`(show-paren-mismatch ((t (:background unspecified :foreground ,fgred))))