commit 43cebd599bb5956097afbb17be16d977785cf143
parent 9eafc27965bab14ef839da950e3d33ba5cca815a
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Sun, 4 Aug 2013 13:08:23 +0200
Revert "add underline instead of box color for inactive mode line #71"
This reverts commit 618e36f2d13f5965634b4b5bbb450024c477e5cf.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -254,10 +254,10 @@ customize the resulting theme."
`(mode-line-buffer-id ((,class (:foreground ,solarized-emph :weight bold))))
`(mode-line-inactive
((,class (:inverse-video unspecified
- :underline ,solarized-comments
+ :underline unspecified
:foreground ,solarized-comments
:background ,solarized-bg
- :box (:line-width 1 :color ,solarized-bg
+ :box (:line-width 1 :color ,solarized-hl
:style unspecified)))))
`(header-line
((,class (:inverse-video unspecified