Yet another scrollbar mode colors.

This commit is contained in:
Thomas Frössman 2012-04-17 23:02:00 +02:00
parent d426bcba6a
commit be80ecaea5

View file

@ -464,7 +464,12 @@
`(wl-highlight-summary-displaying-face ((,class (:underline t :weight bold))))
;; which-func-mode
`(which-func ((,class (:foreground ,green)))))
`(which-func ((,class (:foreground ,green))))
;; yascroll
`(yascroll:thumb-text-area ((,class (:foreground ,solarized-comments :background ,solarized-comments))))
`(yascroll:thumb-fringe ((,class (:foreground ,solarized-comments :background ,solarized-comments)))))
(custom-theme-set-variables
(if (eq variant 'light) 'solarized-light 'solarized-dark)