truthseeker
truthseeker

Reputation: 2265

Visual Studio 2010 code display colour scheme - where do I find some properties?

I'm working on my own colour scheme for displaying code in visual studio. I can't find some text section name so I don't know where to change its colour. :( Can anybody help me and tell me where do I find them, I mean what is the name of the following sections:

  1. The grey one (documentation tag value and it's quote) - picture below

XML Doc Comment Attribute
(source: yfrog.com)

  1. The olive colour: header of a asp.net in vb language document. - <% and underline.

http://img12.yfrog.com/img12/7375/headerqt.png (NOTE: image is now broken)

To write my code I use vb.net language.

Upvotes: 1

Views: 1277

Answers (2)

Robert Baker
Robert Baker

Reputation: 25973

XML Doc comment, XML Doc Quote should be what your looking for. VB user types, User types and keyword also.

You might want to save yourself some time, i just did my color scheme, which i call Steam (based on Steam Platform from valve). It kind of looks like what your going for

I can't post a screenshot since i am new, but here is a download link. You can import it via the tools menu in VS. It includes resharper color settings.

Steam for VS 2010/08

Upvotes: 2

SLaks
SLaks

Reputation: 888177

The first one is XML Doc Attribute.

The second one is HTML Element Name.

Upvotes: 1

Related Questions