Reputation: 2265
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:
(source: yfrog.com)
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
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.
Upvotes: 2
Reputation: 888177
The first one is XML Doc Attribute
.
The second one is HTML Element Name
.
Upvotes: 1