commit e0aef8f8a42e47449aabf73653ce5fb624f2c710
parent 6f38bfee76554629aeb0c5a616248a67f38f1bb0
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Fri, 18 May 2012 12:15:16 +0200
Added/Changed faces:
- Added undo-tree faces.
- Whitespace-mode faces now all display something.
- Added zencoding faces (includes tooltip-face).
- Added table-cell face.
- Added volatile highlights face.
Diffstat:
1 file changed, 38 insertions(+), 9 deletions(-)
diff --git a/solarized-theme.el b/solarized-theme.el
@@ -504,17 +504,44 @@
;; SLIME
`(slime-repl-inputed-output-face ((,class (:foreground ,red))))
+ ;; undo-tree
+ `(undo-tree-visualizer-default-face
+ ((,class (:foreground ,solarized-comments :background ,solarized-bg))))
+ `(undo-tree-visualizer-current-face ((,class (:foreground ,cyan :inverse-video t))))
+ `(undo-tree-visualizer-active-branch-face
+ ((,class (:foreground ,solarized-emph :background ,solarized-bg :weigth bold))))
+ `(undo-tree-visualizer-register-face ((,class (:foreground ,yellow))))
+
+ ;; table
+ `(table-cell ((,class (:foreground ,solarized-fg :background ,solarized-hl))))
+
+ ;; tooltip. (NOTE: This setting has no effect on the os widgets for me
+ ;; zencoding uses this)
+ `(tooltip ((,class (:background ,yellow-lc :foreground ,yellow-hc
+ :inherit variable-pitch))))
+ ;; volatile highlights
+ `(vhl/default-face ((,class (:background ,green-lc :foreground ,green-hc))))
+
;; whitespace-mode
- `(whitespace-space ((,class (:background ,solarized-bg :foreground ,solarized-comments))))
- `(whitespace-hspace ((,class (:background ,solarized-bg :foreground ,solarized-comments))))
- `(whitespace-tab ((,class (:background ,solarized-bg :foreground ,red))))
+ `(whitespace-space ((,class (:background ,solarized-bg :foreground ,yellow-lc
+ :inverse-video t))))
+ `(whitespace-hspace ((,class (:background ,solarized-bg :foreground ,red-lc
+ :inverse-video t))))
+ `(whitespace-tab ((,class (:background ,solarized-bg :foreground ,orange-lc
+ :inverse-video t))))
`(whitespace-newline ((,class (:foreground ,solarized-comments))))
- `(whitespace-trailing ((,class (:foreground ,red :background ,solarized-bg))))
- `(whitespace-line ((,class (:background ,solarized-bg :foreground ,magenta))))
- `(whitespace-space-before-tab ((,class (:background ,orange :foreground ,orange))))
- `(whitespace-indentation ((,class (:background ,yellow :foreground ,red))))
- `(whitespace-empty ((,class (:background ,yellow :foreground ,red))))
- `(whitespace-space-after-tab ((,class (:background ,yellow :foreground ,red))))
+ `(whitespace-trailing ((,class (:foreground ,blue-lc :background ,solarized-bg
+ :inverse-video t))))
+ ; removing inverse video on this
+ `(whitespace-line ((,class (:background ,solarized-bg :foreground ,magenta
+ :inverse-video nil))))
+ `(whitespace-space-before-tab ((,class (:background ,solarized-bg :foreground ,green-lc
+ :inverse-video t))))
+ `(whitespace-indentation ((,class (:background ,solarized-bg :foreground ,magenta-lc
+ :inverse-video t))))
+ `(whitespace-empty ((,class (:background ,solarized-fg :foreground ,red-lc :inverse-video t))))
+ `(whitespace-space-after-tab ((,class (:background ,solarized-bg :foreground ,violet-lc
+ :inverse-video t))))
;; wanderlust
`(wl-highlight-folder-few-face ((,class (:foreground ,red))))
@@ -554,6 +581,8 @@
`(yascroll:thumb-fringe
((,class (:foreground ,solarized-comments :background ,solarized-comments)))))
+ ;; zencoding
+ `(zencoding-preview-input ((,class (:background ,solarized-hl :box ,solarized-emph ))))
(custom-theme-set-variables
theme-name