commit 18b009c2323b52be6884508de261cd87efe89c29
parent 44a36836c591ebee561f99b2a510739d5fcd18e9
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Mon, 27 May 2013 15:36:14 +0200
Make the fringe bg color the same as normal bg color, a possibly controversial change.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solarized.el b/solarized.el
@@ -127,7 +127,7 @@
`(match ((,class (:background ,solarized-hl :foreground ,solarized-emph :weight bold))))
`(cursor ((,class (:foreground ,solarized-bg :background ,solarized-fg :inverse-video t))))
`(escape-glyph-face ((,class (:foreground ,red))))
- `(fringe ((,class (:foreground ,solarized-fg :background ,solarized-hl))))
+ `(fringe ((,class (:foreground ,solarized-fg :background ,solarized-bg))))
`(header-line ((,class (:foreground ,yellow
:background ,solarized-hl
:box (:line-width -1 :style released-button)))))