Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Powerline has No Highlight/Color

Powerline works perfectly in gvim, but any terminal emulator omits the color highlight, including konsole.

Black and white powerline.

like image 510
Ryne Everett Avatar asked Jul 14 '13 21:07

Ryne Everett


3 Answers

For me I had to add

set t_Co=256

to ~/.vimrc.

like image 134
Derek 朕會功夫 Avatar answered Nov 18 '22 10:11

Derek 朕會功夫


I had the same problem, the solution for me is to use "xterm-256" as the reported terminal type. (I'm using iterm2).

like image 38
Sampajano Avatar answered Nov 18 '22 10:11

Sampajano


Turned out I needed CSApprox, available as a vim script or an AUR package.

like image 1
Ryne Everett Avatar answered Nov 18 '22 09:11

Ryne Everett