branch: elpa/spacemacs-theme
commit 6f9d14329b93e4493a6257b9b51a8ec276f8d4d2
Author: Jacek Migacz <[email protected]>
Commit: Jacek Migacz <[email protected]>

    Add sh-mode faces
---
 spacemacs-common.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index cbeac2b6f5..b547e0138d 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -840,6 +840,10 @@ to 'auto, tags may not be properly aligned. "
      `(rcirc-track-keyword ((,class (:background ,green :foreground ,bg1))))
      `(rcirc-url ((,class (:inherit link))))
 
+;;;;; sh-mode
+     `(sh-heredoc ((,class :foreground ,str)))
+     `(sh-quoted-exec ((,class :foreground ,func)))
+
 ;;;;; shm
      `(shm-current-face ((,class (:background ,green-bg-s))))
      `(shm-quarantine-face ((,class (:background ,red-bg-s))))

Reply via email to