aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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))))