branch: elpa/spacemacs-theme
commit c8c468580048e2464f012d171b2101bfb208e33d
Merge: 313532f406 6f9d14329b
Author: Nasser Alshammari <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #181 from jacekmigacz/master
    
    Add sh-mode faces
---
 spacemacs-common.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 5071b4d4b4..38a9975c55 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