solarized-emacs

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

commit aac1b85fd7aa26ffcf38083c263b09aeb492f1f9
parent 80cfad47721df0d3753464e12b0ecaee8471551a
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Sat,  9 Jun 2012 23:00:21 +0200

Added face for pretty mode

Diffstat:
Msolarized-theme.el | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/solarized-theme.el b/solarized-theme.el @@ -515,6 +515,9 @@ `(outline-2 ((,class (:inherit outline-3 :height 1.0)))) `(outline-1 ((,class (:inherit outline-2 :height 1.0)))) + ;; pretty-mode + `(pretty-mode-symbol-face ((,class (:foreground ,green)))) + ;; rainbow-delimiters `(rainbow-delimiters-depth-1-face ((,class (:foreground ,cyan)))) `(rainbow-delimiters-depth-2-face ((,class (:foreground ,yellow))))