commit f2a6eda79fec3315cd7cf25ab1ee555995c18205
parent 674520d15f98ffc316e56a7df9e7890cdc823037
Author: Andrew Schwartzmeyer <andrew@schwartzmeyer.com>
Date: Fri, 6 Mar 2015 19:38:16 -0800
Fix widget-field color
The default color of widget fields (like in customize) was unreadable
with Solarized. This background color seems reasonably close to the
default Emacs look of a contrasting background, no style.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -307,6 +307,7 @@ customize the resulting theme."
`(error ((,class (:foreground ,orange))))
`(lazy-highlight ((,class (:foreground ,base03 :background ,yellow
:weight normal))))
+ `(widget-field ((,class (:background ,base02))))
'(button ((t (:underline t))))
;;;;; compilation
`(compilation-column-face ((,class (:foreground ,cyan :underline nil))))