I've just switched to using spacemacs with powerline. I'm trying to make the font larger (my eyes are not as good as they used to be). But when I do, the powerline separator gets screwed up. Is there anyway to scale that up as well?
I've update size to 16 (from 13) and changed powerline-scale to 0.8 (from 1.1) to try and counteract the size problem.
dotspacemacs-default-font '("Source Code Pro"
:size 16
:weight normal
:width normal
:powerline-scale 0.8)