0

My mode-line has problems when changing the shape of the separator, when using the spaceline package which has powerline as a dependency. It applies the change of shape of the separator but the colours are not right. Is there a way to fix this?

enter image description here

I am using vanilla emacs in GUI mode version 25.

Fernando Ania
  • 368
  • 1
  • 6
  • 20
  • Too broad. You are asking about at least 3 different mode-line packages. Pick one. And the answer will probably be to look at the doc for that package. Or contact the package maintainer if the answer is not obvious from the package doc and code. – Drew Mar 10 '16 at 00:01
  • I am saying that the problem persists regardless of the package, so maybe there is a mode-line configuration which is affecting it when applying the packages. Just my thought, but I am looking into what you mentioned. – Fernando Ania Mar 10 '16 at 00:53
  • There is no mode-line separator in the default case. So clearly this is about one or more of the packages you are using. Narrow the question, please. – Drew Mar 12 '16 at 15:21

1 Answers1

1

It turns out to be a spaceline specific problem. I fixed it by adding the following settings.

(setq powerline-height 20)
(setq powerline-raw " ")
(setq ns-use-srgb-colorspace nil)
Fernando Ania
  • 368
  • 1
  • 6
  • 20