commit 6f38bfee76554629aeb0c5a616248a67f38f1bb0
parent 466510c405e7f7b71baa9aaaed2f66279ad9385e
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Fri, 18 May 2012 12:13:39 +0200
Added customized faces for shell-script-mode
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/solarized-theme.el b/solarized-theme.el
@@ -490,6 +490,11 @@
`(rpm-spec-tag-face ((,class (:foreground ,blue))))
`(rpm-spec-var-face ((,class (:foreground ,red))))
+ ;; sh-mode
+ `(sh-quoted-exec ((,class (:foreground ,violet :weigth bold :bold t))))
+ `(sh-escaped-newline ((,class (:foreground ,yellow :weigth bold :bold t))))
+ `(sh-heredoc ((,class (:foreground ,yellow :weigth bold :bold t))))
+
;; show-paren
`(show-paren-match
((,class (:foreground ,cyan :background ,solarized-bg :weight normal :inverse-video t))))