From dfa4189848b3f949e34abdc2753021678a598fdc Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sat, 6 Aug 2016 11:52:38 +0200 Subject: Added colors for custom faces in sh-mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- soria-theme.el | 10 ++++++++++ 1 file changed, 10 insertions(+) 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)))) ) ) -- cgit v1.2.3