diff options
| -rw-r--r-- | soria-theme.el | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/soria-theme.el b/soria-theme.el index 229812a..557e81b 100644 --- a/soria-theme.el +++ b/soria-theme.el @@ -518,6 +518,16 @@ It adds to font-lock-number-face decimal, octal, hex and bin formats." `(diff-hl-unknown ((,class (:background ,soria-darkpurple :foreground ,soria-whitest)))) + + ;; sh-mode + `(sh-heredoc + ((,class (:foreground ,soria-yellow :weight normal)))) + + `(sh-quoted-exec + ((,class (:foreground ,soria-redpastel :weight normal)))) + + `(sh-escaped-newline + ((,class (:foreground ,soria-redpastel :weight normal)))) ) ) |
