solarized-emacs

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

commit 5196abecd41b56a6095f2dcb7d2dbdd4c569fad5
parent 73221619deabbd0a18ad32a5c49befb5b7fdb3b3
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Wed,  3 Jul 2013 11:12:31 +0200

less contrast against string face and no red

Diffstat:
Msolarized.el | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -250,8 +250,8 @@ `(font-lock-type-face ((,class (:foreground ,yellow)))) `(font-lock-variable-name-face ((,class (:foreground ,blue)))) `(font-lock-warning-face ((,class (:foreground ,orange :weight bold :underline t)))) - `(font-lock-regexp-grouping-construct ((,class (:foreground ,red :weight bold)))) - `(font-lock-regexp-grouping-backslash ((,class (:inherit font-lock-type-face)))) + `(font-lock-regexp-grouping-construct ((,class (:foreground ,yellow :weight bold)))) + `(font-lock-regexp-grouping-backslash ((,class (:foreground ,green :weight bold)))) `(c-annotation-face ((,class (:inherit font-lock-constant-face))))