Reputation: 19622
How can I make Vim Color Schemes
in Putty
. I started working with Putty
recently, and I was thinking is there any way to make that happen? Can anyone provide me step by step process how to do it? I saw various articles on the internet, but was not able to figure it out the step by step process.
Upvotes: 3
Views: 10142
Reputation: 31070
To enable 256 colors in PuTTY go to Window->Colours->Allow terminal to use xterm 256-colour mode. Of course, the server will also have its $TERM
set to xterm-256color
and your vim will need to be using a 256 colorscheme.
Upvotes: 4