solarized-emacs

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

commit 16d9e405567414e0848d9a1bdbd384cf90f39a01
parent bf70a4b917979e7f5da0c9598cc2c134ae54830d
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Fri,  3 Jan 2014 13:20:42 +0100

put ehn-ruby faces into place, use yellow delimiter

Diffstat:
Msolarized.el | 15++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -290,6 +290,13 @@ customize the resulting theme." `(ee-omitted ((,class (:foreground ,solarized-comments)))) `(ee-shadow ((,class (:inherit shadow)))) + ;; enh-ruby-mode + `(enh-ruby-string-delimiter-face ((,class (:foreground ,yellow)))) + `(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)))) ;; grep `(grep-context-face ((,class (:foreground ,solarized-fg)))) @@ -1551,13 +1558,7 @@ customize the resulting theme." ;; zencoding `(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