solarized-emacs

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

commit d9d548a7e944f5f59e1170baa2f5c9ce5efc1beb
parent 86fd9b8312d80762b1735c91298cc161589b7a57
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Thu, 27 Feb 2014 13:41:37 +0100

add rainbow-block faces

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

diff --git a/solarized.el b/solarized.el @@ -1256,6 +1256,18 @@ customize the resulting theme." `(popup-scroll-bar-foreground-face ((,class (:background ,base1)))) `(popup-tip-face ((,class (:background ,base02 :foreground ,base0)))) + ;; rainbow-blocks + `(rainbow-blocks-depth-1-face ((,class (:foreground ,cyan)))) + `(rainbow-blocks-depth-2-face ((,class (:foreground ,yellow)))) + `(rainbow-blocks-depth-3-face ((,class (:foreground ,blue)))) + `(rainbow-blocks-depth-4-face ((,class (:foreground ,violet)))) + `(rainbow-blocks-depth-5-face ((,class (:foreground ,green)))) + `(rainbow-blocks-depth-6-face ((,class (:foreground ,yellow)))) + `(rainbow-blocks-depth-7-face ((,class (:foreground ,blue)))) + `(rainbow-blocks-depth-8-face ((,class (:foreground ,violet)))) + `(rainbow-blocks-depth-9-face ((,class (:foreground ,green)))) + `(rainbow-blocks-unmatched-face ((,class (:foreground ,red)))) + ;; rainbow-delimiters `(rainbow-delimiters-depth-1-face ((,class (:foreground ,cyan)))) `(rainbow-delimiters-depth-2-face ((,class (:foreground ,yellow))))