aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org1
-rw-r--r--ef-themes.el3
2 files changed, 4 insertions, 0 deletions
diff --git a/README.org b/README.org
index d20c77c..35461c1 100644
--- a/README.org
+++ b/README.org
@@ -571,6 +571,7 @@ everything most users need.
- rcirc
- regexp-builder (re-builder)
- ruler-mode
+- shell-script-mode (sh-mode)
- show-paren-mode
- shr [ Part of {{{development-version}}} ]
- smerge
diff --git a/ef-themes.el b/ef-themes.el
index 6265626..130b5ab 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1311,6 +1311,9 @@ Helper function for `ef-themes-preview-colors'."
`(show-paren-match ((,c :background ,bg-paren :foreground ,fg-intense)))
`(show-paren-match-expression ((,c :background ,bg-alt)))
`(show-paren-mismatch ((,c :background ,bg-red :foreground ,fg-intense)))
+;;;; shell-script-mode (sh-mode)
+ `(sh-heredoc ((,c :inherit font-lock-doc-face)))
+ `(sh-quoted-exec ((,c :inherit font-lock-builtin-face)))
;;;; shr
`(shr-code ((,c :inherit ef-themes-fixed-pitch :foreground ,accent-1))) ; same as `org-code'
`(shr-h1 ((,c :inherit ef-themes-heading-1)))