nashamri / spacemacs-theme

Light and dark theme for spacemacs that supports GUI and terminal
GNU General Public License v3.0
596 stars 113 forks source link

Modeline theme #176

Closed ghost closed 4 years ago

ghost commented 4 years ago

How are you getting the modeline look as in the previews? I am not getting the same after using the loading the theme.

nashamri commented 4 years ago

You can customize this variable powerline-default-separator to get different separators. The possible values are: nil, alternate, arrow, arrow-fade, bar, box, brace, butt, chamfer, contour, curve, rounded, roundstub, wave, zigzag, slant, utf-8.

If you are using spacemacs, just add this to your dotspacemacs/user-config:

  (setq powerline-default-separator 'zigzag)