AnthonyDiGirolamo / airline-themes

vim-airline themes https://github.com/vim-airline/vim-airline-themes for emacs powerline https://github.com/milkypostman/powerline
MIT License
123 stars 20 forks source link

Thicker mode line? #29

Closed Red-Portal closed 7 years ago

Red-Portal commented 7 years ago

Hi, How can I make the mode line thicker without breaking the theme? Is is possible?

AnthonyDiGirolamo commented 7 years ago

You can set the powerline-height variable to something larger than your font size.

(setq powerline-height 18)

Here is the variable: https://github.com/milkypostman/powerline/blob/master/powerline.el#L108

Red-Portal commented 7 years ago

thanks!