solarized-emacs

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

commit 648b1ed344adfbdd40f12c420f853d96c5ffc5cc
parent 01bde8f38a97fd30f2e3e0407ff9f71a372cadcf
Author: Bozhidar Batsov <bozhidar@batsov.com>
Date:   Sun, 13 Jul 2014 22:39:51 +0300

Merge pull request #124 from ZehCnaS34/master

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))))