Color scheme: Smooth Dark

Posted by xsl on Stack Overflow See other posts from Stack Overflow or by xsl
Published on 2010-06-10T11:28:15Z Indexed on 2010/06/10 11:33 UTC
Read the original article Hit count: 491

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

Colorscheme Picture

Download:

http://www.file-upload.net/download-2588083/Smooth-Dark.vssettings.html

Installation:

  1. Select Tools > Import and Export Settings.
  2. Choose Import Selected Environment Settings.
  3. Select the file you downloaded.
  4. Import only the color settings.
  5. Click Finish.

Console2

Console Screenshot

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>

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about console