TheBB / spaceline

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

Black gap in the modeline #206

Closed hlolli closed 5 years ago

hlolli commented 5 years ago

This is more of a question, as I see that when I change themes, it stays black, so this is a solid black color. What face to I need to modify to make the modeline be solid all the way without gaps?

I'm running emacs 26.1 in terminal with cyberpunk theme.

spacemacsmode

hlolli commented 5 years ago

Ah sorry for the noise, that was my shortest ticket to date

(set-face-attribute
   'powerline-active2 nil
   :background "#3f3f3f" :foreground "#3E3D31")

The background property in 'powerline-active2 what the thing needed to be changed!