commit 54e3f4858ef230b375543d19e4d64c9666a15457
parent d426bcba6a47341edf9fbf3875ea0e5da9e34ee2
Author: Bozhidar Batsov <bozhidar.batsov@gmail.com>
Date: Tue, 17 Apr 2012 14:14:49 -0700
Merge pull request #20 from thomasf/yascroll
Yet another scrollbar mode colors.
Diffstat:
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)