solarized-emacs

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

commit f890d35193ec6156e68e8675cfb125ac94f4f7a4
parent faef643b6fd856e4b504a449070c1c017a0009b2
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Wed, 19 Feb 2014 20:16:13 +0100

add ztree faces

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

diff --git a/solarized.el b/solarized.el @@ -1604,6 +1604,18 @@ customize the resulting theme." ;; zencoding `(zencoding-preview-input ((,class (:background ,base02 :box ,base1)))) + ;; ztree + `(ztreep-arrow-face ((,class (:foreground ,s-base01)))) + `(ztreep-diff-header-face ((,class (:foreground ,s-base01 :weight bold :height 1.2)))) + `(ztreep-diff-header-small-face ((,class (:foreground ,s-base01 :weight bold)))) + `(ztreep-diff-model-add-face ((,class (:foreground ,blue)))) + `(ztreep-diff-model-diff-face ((,class (:foreground ,red)))) + `(ztreep-diff-model-normal-face ((,class (:foreground ,s-base0)))) + `(ztreep-expand-sign-face ((,class (:foreground ,s-base01)))) + `(ztreep-header-face ((,class (:foreground ,s-base01 :weight bold :height 1.2)))) + `(ztreep-leaf-face ((,class (:foreground ,s-base0)))) + `(ztreep-node-face ((,class (:foreground ,blue)))) + )