emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/spacemacs-theme 6f9d14329b 327/336: Add sh-mode faces


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 6f9d14329b 327/336: Add sh-mode faces
Date: Fri, 14 Jan 2022 10:59:49 -0500 (EST)

branch: elpa/spacemacs-theme
commit 6f9d14329b93e4493a6257b9b51a8ec276f8d4d2
Author: Jacek Migacz <jacekmigacz@gmail.com>
Commit: Jacek Migacz <jacekmigacz@gmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]