summaryrefslogtreecommitdiff
path: root/zenburn-theme.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2013-11-03 22:42:56 -0800
committerBozhidar Batsov <bozhidar@batsov.com>2013-11-03 22:42:56 -0800
commit0e6893270cf8128eb35530174f130aafbcd3fba5 (patch)
tree5b492a963fd31785d4fdf2b42d610c3bc5603675 /zenburn-theme.el
parent98953674f6a2f035634e0726b89c0727fee25bae (diff)
parent19ba5f6e3c508017985dc7405b21df085459673e (diff)
Merge pull request #133 from aroig/shell-mode
add shell-mode faces
Diffstat (limited to 'zenburn-theme.el')
-rw-r--r--zenburn-theme.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index 6459f4e..cb4cbd7 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -694,6 +694,9 @@ Also bind `class' to ((class color) (min-colors 89))."
`(rst-level-4-face ((t (:foreground ,zenburn-yellow-2))))
`(rst-level-5-face ((t (:foreground ,zenburn-cyan))))
`(rst-level-6-face ((t (:foreground ,zenburn-green-1))))
+;;;;; sh-mode
+ `(sh-heredoc ((t (:foreground ,zenburn-yellow :bold t))))
+ `(sh-quoted-exec ((t (:foreground ,zenburn-red))))
;;;;; show-paren
`(show-paren-mismatch ((t (:foreground ,zenburn-red-3 :background ,zenburn-bg :weight bold))))
`(show-paren-match ((t (:foreground ,zenburn-blue-1 :background ,zenburn-bg :weight bold))))