solarized-emacs

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

commit 4dfb45d9c805543366f082c48f28d3d416abbbf7
parent 517fd96299fffc8ea67330280b76e9f66abb0c86
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Mon, 26 Aug 2013 16:52:07 +0200

Change color of pretty-mode-symbol-face to yellow.

It is slightly more visible than green.

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

diff --git a/solarized.el b/solarized.el @@ -994,7 +994,7 @@ customize the resulting theme." `(outline-8 ((,class (:inherit org-level-8)))) ;; pretty-mode - `(pretty-mode-symbol-face ((,class (:foreground ,green)))) + `(pretty-mode-symbol-face ((,class (:foreground ,yellow :weight normal)))) ;; popup `(popup-face ((,class (:background ,solarized-hl :foreground ,solarized-fg))))