As requested by James McNellis I exported my Visual Studio color scheme and posted it here. It is basically the default Visual Studio color scheme with a dark background and slightly modified colors.
Visual Studio 2010
Download:
http://www.file-upload.net/download-2588083/Smooth-Dark.vssettings.html
Installation:
- Select
Tools > Import and Export Settings
. - Choose
Import Selected Environment Settings
. - Select the file you downloaded.
- Import only the color settings.
- Click Finish.
Console2
Installation
In the file console.xml
replace the color
element with:
<colors>
<color id="0" r="23" g="27" b="32"/>
<color id="1" r="120" g="150" b="180"/>
<color id="2" r="139" g="163" b="137"/>
<color id="3" r="119" g="181" b="181"/>
<color id="4" r="181" g="122" b="119"/>
<color id="5" r="186" g="141" b="183"/>
<color id="6" r="168" g="171" b="129"/>
<color id="7" r="182" g="182" b="182"/>
<color id="8" r="114" g="114" b="114"/>
<color id="9" r="120" g="150" b="180"/>
<color id="10" r="139" g="163" b="137"/>
<color id="11" r="119" g="181" b="181"/>
<color id="12" r="181" g="122" b="119"/>
<color id="13" r="186" g="141" b="183"/>
<color id="14" r="168" g="171" b="129"/>
<color id="15" r="255" g="255" b="255"/>
</colors>