开发者

How can I set my VIM color scheme to the same default color scheme in Visual Studio?

开发者 https://www.devze.com 2022-12-17 16:43 出处:网络
Very new to VIM so any explanation on开发者_Go百科 how to configure would be very appreciated. Find one here that is close to Visual Studio.

Very new to VIM so any explanation on开发者_Go百科 how to configure would be very appreciated.


Find one here that is close to Visual Studio.

Download it and put colorscheme foo in your .vimrc (_vimrc on Windows) where foo is the name of the colorscheme.


My "Bandit" colour scheme was originally based on the highlighting from Visual Studio (version 6 I think) and Matlab. It's probably not a perfect match, but it may be of interest.

It's available here and, in case the screenshot below doesn't work, there's a screenshot here. Note that you'll need to do:

set background=light

before configuring the colour scheme as otherwise it will default to a dark background.

How can I set my VIM color scheme to the same default color scheme in Visual Studio?


You need to search in the different color schemes. I don't know if there's one who is the same as in Visual Studio, but maybe you'll find a better one. :)

Type a little piece of code, then :colorscheme, a space, and press Tab to see every colorscheme. You can download new colorschemes here : http://www.vim.org/search.php


The "VC" color scheme (found here) is very close to looking like the default Visual Studio color scheme.

0

精彩评论

暂无评论...
验证码 换一张
取 消