commit 3d1719257ab0762032b5819d0a1fdb9e13576ebb
parent 7ad927d7ab7a35999f35e0cb7f3ede985819ea82
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Fri, 21 Feb 2014 13:41:11 +0100
fix ztree face defs
Diffstat:
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -1614,15 +1614,15 @@ customize the resulting theme."
`(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-arrow-face ((,class (:foreground ,base01))))
+ `(ztreep-diff-header-face ((,class (:foreground ,base01 :weight bold :height 1.2))))
+ `(ztreep-diff-header-small-face ((,class (:foreground ,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-diff-model-normal-face ((,class (:foreground ,base0))))
+ `(ztreep-expand-sign-face ((,class (:foreground ,base01))))
+ `(ztreep-header-face ((,class (:foreground ,base01 :weight bold :height 1.2))))
+ `(ztreep-leaf-face ((,class (:foreground ,base0))))
`(ztreep-node-face ((,class (:foreground ,blue))))
)