solarized-emacs

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

commit 424837fbef9c151d2ce313c8de563d0cce1cd877
parent ba9b27cc4685113165e651fb791f451b9ad40ccd
Author: Alexander Sanchez <asanchez.dev@gmail.com>
Date:   Sun, 13 Jul 2014 11:54:25 -0400

making enh-ruby-op-face visible

Diffstat:
Msolarized.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solarized.el b/solarized.el @@ -395,7 +395,7 @@ customize the resulting theme." `(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)))) + `(enh-ruby-op-face ((,class (:foreground ,base0)))) `(erm-syn-errline ((,class (:inherit flymake-errline)))) `(erm-syn-warnline ((,class (:inherit flymake-warnline))))