aboutsummaryrefslogtreecommitdiff
path: root/soria-theme.el
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2016-08-06 11:52:38 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2016-08-06 11:52:38 +0200
commitdfa4189848b3f949e34abdc2753021678a598fdc (patch)
tree553943f261ea13ac6486b69c9f212e76cade4af7 /soria-theme.el
parentf76679da8d209f0e200b1ee6c41ff0de78560b00 (diff)
downloadsoria-dfa4189848b3f949e34abdc2753021678a598fdc.tar.gz
soria-dfa4189848b3f949e34abdc2753021678a598fdc.zip
Added colors for custom faces in sh-mode
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'soria-theme.el')
-rw-r--r--soria-theme.el10
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))))
)
)