Dark Visual studio scheme with resharper support

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.

        ///

        /// The date.

        public DateTime Date

        {

            get { return date; }

            set { date = value; }

        }

 

        ///

        /// Gets or sets the memberName.

        ///

        /// The name of the member.

        public string MemberName

        {

            get { return memberName; }

            set { memberName= value; }

        }

 

        ///

        /// Gets or sets the source of the member.

        ///

        /// 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

Dark Scheme with resharper settings

  1. 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!

  2. Ivan Porto Carrero

    I think you have to turn off highlight current line in the resharper settings.

  3. That was easy! Thanks again, Ivan!

  4. Trying it out. Best dark color scheme I’ve seen so far.

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>