TheBB / spaceline

Powerline theme from Spacemacs
GNU General Public License v3.0
539 stars 60 forks source link

border of the modeline #59

Open zxcvbn97 opened 8 years ago

zxcvbn97 commented 8 years ago

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! image

TheBB commented 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:

igorepst commented 8 years ago

Something like this should work: ;; Fix look and feel. Leave inactive as box (set-face-attribute 'mode-line nil :box nil)

divansantana commented 8 years ago

@igorepst I've tried that fix using solarized-dark and didn't work for me unfortunately.

thomassross commented 7 years ago

Maybe this is what you're looking for?

justinjk007 commented 7 years ago

This fixes it for me !! Thanks !