Open zxcvbn97 opened 8 years ago
I'm not sure about solarized, but I would expect it to be possible to tweak faces as you would in any other situation.
http://www.gnu.org/software/emacs/manual/html_node/elisp/Attribute-Functions.html#Attribute-Functions http://www.gnu.org/software/emacs/manual/html_node/elisp/Attribute-Functions.html#Attribute-Functions
Spaceline isn't using any other faces than powerline for the most part:
Something like this should work:
;; Fix look and feel. Leave inactive as box
(set-face-attribute 'mode-line nil :box nil)
@igorepst I've tried that fix using solarized-dark and didn't work for me unfortunately.
This fixes it for me !! Thanks !
Hi there,
Is there anyway to disable the border of the modeline with solarized dark theme. The border is the gray line under the smart modeline in the attached image. Thanks!