This is more for my own reference but I decided to put it here.
This is the color scheme I’ve been using over the past couple of weeks.
It looks like this:
///
/// Gets or sets the date.
///
///
public DateTime Date
{
get { return date; }
set { date = value; }
}
///
/// Gets or sets the memberName.
///
///
public string MemberName
{
get { return memberName; }
set { memberName= value; }
}
///
/// Gets or sets the source of the member.
///
///
public MemberSource SourceOfMember
{
get { return sourceOfMember; }
set { sourceOfMember = value; }
}
Oops.. looks like copy as html doesn’t quite look the same.. anyway you can give it a try if you want






Thanks Ivan! It is very nice. But the current line looks a little blur when I put the cursor in the front. Do you think which is the setting for that? Thanks again!
I think you have to turn off highlight current line in the resharper settings.
That was easy! Thanks again, Ivan!
Trying it out. Best dark color scheme I’ve seen so far.