diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2016-08-06 11:52:38 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2016-08-06 11:52:38 +0200 |
| commit | dfa4189848b3f949e34abdc2753021678a598fdc (patch) | |
| tree | 553943f261ea13ac6486b69c9f212e76cade4af7 | |
| parent | f76679da8d209f0e200b1ee6c41ff0de78560b00 (diff) | |
| download | soria-dfa4189848b3f949e34abdc2753021678a598fdc.tar.gz soria-dfa4189848b3f949e34abdc2753021678a598fdc.zip | |
Added colors for custom faces in sh-mode
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -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)))) ) ) |
