From: http://www.rainsts.net/article.asp? Id = 904
Nowadays, I am very fascinated by the simple programming environment. Although Visual Studio is not luxurious, there is more freedom. I don't have to leave the keyboard with my hands and remove it between the terminal and editor ......
Vim
Let her present, while gvim needs to dress up. After all, it is uncomfortable to see the white and black characters for a long time.
(1) From Vim
Color Scheme test selects a color scheme you like and copies the content to be used.
(2) execute the following command to create a color scheme file.
$ Mkdir-P ~ /. Vim/colors
$ Gedit ~ /. Vim/colors/yuyun. Vim
Paste the color scheme copied to the clipboard into the editor and save it. (My color scheme
Http://vimcolorschemetest.googlecode.com/svn/colors/darkeclipse.vim)
(3)
Create a configuration file for gvim to set the color scheme.
$ Gedit ~ /. Gvimrc
Tian
Add the following content:
"Color Scheme
Colorscheme yujia
The solution name is ~ /. Vim/colors
Directory file name (excluding the extension), you can replace it with another name.
Attachment: Click to download the color file suitable for putty (remove. rar from the file name after downloading, non-compressed file, this odd VM will not allow downloading the file ending with vim)