branch: elpa/alect-themes
commit e91ad385933b7c06186e88fff8b6457368b5aec4
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Add 'sh-escaped-newline' face
---
alect-themes.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/alect-themes.el b/alect-themes.el
index 7b25603..4678f9f 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1402,6 +1402,8 @@ For INVERT, see `alect-get-color'."
;; shell-script
(sh-heredoc ((,c :inherit font-lock-doc-face)))
(sh-quoted-exec ((,c :foreground ,(gc 'cyan))))
+ (sh-escaped-newline ((,c :foreground ,(gc 'fg-1)
+ :weight bold)))
;; show-paren
(show-paren-mismatch ((,c :foreground ,(gc 'gray-2)