Theme Generator by
Ryan and
Joel Lanciaux.
#region "preprocessor"
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:
Credits: