Skip to content

Commit

Permalink
tone down widget-field border brightness
Browse files Browse the repository at this point in the history
  • Loading branch information
Le Wang committed Sep 2, 2012
1 parent 9a00193 commit 2a4d1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solarized-definitions.el
Expand Up @@ -348,7 +348,7 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(show-paren-mismatch ((t (,@fmt-bold ,@fg-red ,@bg-base01))))
;; widgets
(widget-field
((t (,@fg-base1 ,@bg-base02 :box (:line-width 1 :color ,base2)
((t (,@fg-base1 ,@bg-base02 :box (:line-width 1)
:inherit default))))
(widget-single-line-field ((t (:inherit widget-field))))
;; extra modules
Expand Down

0 comments on commit 2a4d1f9

Please sign in to comment.