Vim solarized looks wrong

0

I have downloaded and set up vim solarized. But I get a weird output:

enter image description here

The background of some keywords are slightly darker than the rest, and surprisingly everything else is in bold. How to fix this?

Afonso Matos

Posted 2015-08-21T21:03:19.023

Reputation: 581

1What OS, what terminal? – slhck – 2015-08-21T22:13:00.897

Answers

0

Fix the issue by adding this line to the ~/.vimrc file:

set t_Co=256

Afonso Matos

Posted 2015-08-21T21:03:19.023

Reputation: 581