commit 88c2c5cb1ad566543b3fa854b2bb2cc347349ffc
parent 47815f16995c636e56652b5b51989f97ac4e45bb
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Sun, 10 Jun 2012 11:26:11 +0200
Oops...
Diffstat:
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/solarized-theme.el b/solarized-theme.el
@@ -690,18 +690,18 @@
;; yascroll
`(yascroll:thumb-text-area
- ((,class (:foreground ,solarized-comments :background ,solarized-comments)))))
- `(yascroll:thumb-fringe
- ((,class (:foreground ,solarized-comments :background ,solarized-comments))))
+ ((,class (:foreground ,solarized-comments :background ,solarized-comments))))
+ `(yascroll:thumb-fringe
+ ((,class (:foreground ,solarized-comments :background ,solarized-comments))))
+
+ ;; zencoding
+ `(zencoding-preview-input ((,class (:background ,solarized-hl :box ,solarized-emph)))))
- ;; zencoding
- `(zencoding-preview-input ((,class (:background ,solarized-hl :box ,solarized-emph ))))
(custom-theme-set-variables
theme-name
'(ansi-color-names-vector [solarized-bg red green yellow
blue magenta cyan solarized-fg])
-
;; fill-column-indicator
`(fci-rule-color ,solarized-hl))