solarized-emacs

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

commit be80ecaea55e82108ed7b67f89b18bf636bf99ee
parent d426bcba6a47341edf9fbf3875ea0e5da9e34ee2
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Tue, 17 Apr 2012 23:02:00 +0200

Yet another scrollbar mode colors.

Diffstat:
Msolarized-theme.el | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/solarized-theme.el b/solarized-theme.el @@ -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)