Visual Studio Theme Generator
JavaScript is required for this utility.
Color Settings
Background Color:
Foreground Color:
Main Color:
Low Contrast Markup
Contrast
Subscribe to Author's RSS
Theme Generator
by
Ryan
and
Joel
Lanciaux
.
#region "preprocessor"
//this is a comment
public static string
ToHexString(
this
Color
c)
{
string
hex =
"00000000"
;
hex +=
ColorTranslator
.ToWin32(c).ToString(
"X"
);
return
hex.Substring(hex.Length -
8
,
8
);
}
#endregion
To Create A Theme
Select your Colors and Contrast settings on the left
Press refresh in the preview window
Click Create to save your new theme (ie users will need to file save as on the next screen)
To install the new settings file:
Click tools
Import and Export Settings
Choose 'Import Selected Environment Settings' and click Next
Backup current settings and continue
Browse to the download location and click Next
The Next screen you can confirm that you're overwriting just the fonts and color and click Finish
For best results try the following fonts:
Monaco
Envy Code R
Credits:
The initial theme was based off
HumaneStudio
by
Damien Guard
.
Farbtastic
was used for the color selection
Frequency Decoder Slider
was used for contrast selection