solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit bf70a4b917979e7f5da0c9598cc2c134ae54830d
parent b1ce54b855b5411fb4d12d67576649e1958278ca
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Fri,  3 Jan 2014 04:17:35 -0800

Merge pull request #68 from asok/master

Add enh-ruby-mode specific faces
Diffstat:
Msolarized.el | 10+++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/solarized.el b/solarized.el @@ -1549,7 +1549,15 @@ customize the resulting theme." ((,class (:foreground ,solarized-comments :background ,solarized-comments)))) ;; zencoding - `(zencoding-preview-input ((,class (:background ,solarized-hl :box ,solarized-emph))))) + `(zencoding-preview-input ((,class (:background ,solarized-hl :box ,solarized-emph)))) + + ;; enh-ruby-mode + `(enh-ruby-string-delimiter-face ((,class (:foreground ,red)))) + `(enh-ruby-heredoc-delimiter-face ((,class (:inherit enh-ruby-string-delimiter-face)))) + `(enh-ruby-regexp-delimiter-face ((,class (:inherit enh-ruby-string-delimiter-face)))) + `(enh-ruby-op-face ((,class (:inherit default)))) + `(erm-syn-errline ((,class (:inherit flymake-errline)))) + `(erm-syn-warnline ((,class (:inherit flymake-warnline))))) (custom-theme-set-variables