Como mudar a pele no VS2010

7

O contraste escuro e claro no VS2010 IDE não é tão confortável aos olhos quanto as versões anteriores.

Alguma maneira de alterar as cores na aparência do IDE?

    
por Picflight 14.05.2010 / 14:04

4 respostas

5

link

    
por 14.05.2010 / 14:12
2

StudioStyles tem um grande número de esquemas de cores enviados pelos usuários disponíveis nos formatos VS2005, VS2008 e VS2010.

A FAQ contém instruções sobre como aplicar os esquemas:

I can't open the .vssettings theme file I downloaded. What do I do with it?

You need to import the settings into Visual Studio. This might look like a lot of work, but it's pretty easy after you do it a couple of times.

  1. In Visual Studio, choose Tools > Import and Export Settings

  2. Choose Import Selected Environment Settings and select whether you want to back up your existing settings or not

  3. Click Browse... to choose the file you downloaded.

  4. You get a choice which settings you want to import - choose all of them since the file only contains color settings and won't touch your other VS settings.

  5. Click Finish and you'll see the new colors.

Note: if you save the file to My Documents > Visual Studio 2010 > Settings, you'll have quick access to choose the settings file in step 3 above.

Coding Horror 2010 é o meu favorito neste momento

    
por 14.05.2010 / 15:45
0

Scott Hanselman postou uma ótima entrada no blog sobre esse assunto ontem!

link

    
por 15.05.2010 / 02:41