solarized-emacs

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

commit 557313ca3d76e818107020094249e3c7a339ef13
parent 5ec14861ba5ff8a34e294ce1fd085e3d379ade21
Author: Bozhidar Batsov <bozhidar.batsov@gmail.com>
Date:   Sat,  7 Mar 2015 11:06:23 +0200

Merge pull request #159 from andschwa/widget-field

Fix widget-field color
Diffstat:
Msolarized.el | 1+
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))))