Make the fringe bg color the same as normal bg color, a possibly controversial change.

This commit is contained in:
Thomas Frössman 2013-05-27 15:36:14 +02:00
parent 44a36836c5
commit 18b009c232

View file

@ -127,7 +127,7 @@
`(match ((,class (:background ,solarized-hl :foreground ,solarized-emph :weight bold)))) `(match ((,class (:background ,solarized-hl :foreground ,solarized-emph :weight bold))))
`(cursor ((,class (:foreground ,solarized-bg :background ,solarized-fg :inverse-video t)))) `(cursor ((,class (:foreground ,solarized-bg :background ,solarized-fg :inverse-video t))))
`(escape-glyph-face ((,class (:foreground ,red)))) `(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 `(header-line ((,class (:foreground ,yellow
:background ,solarized-hl :background ,solarized-hl
:box (:line-width -1 :style released-button))))) :box (:line-width -1 :style released-button)))))