private static string _themeName = "Xcode"; // Xcode (updated to Xcode 5 by inventor2010) static Xcode() { FGTextEditor.AddTheme(_colourTheme, _themeName); // Loaded by default }
static TangoLight() { FGTextEditor.AddTheme(_colourTheme, _themeName); }
private static string _themeName = "VS Dark with VA X"; // Visual Studio Dark with Visual Assist X static VSDarkWithVAX() { FGTextEditor.AddTheme(_colourTheme, _themeName); }
static SolarizedLight() { FGTextEditor.AddTheme(_colourTheme, _themeName); }
static VisualStudio() { FGTextEditor.AddTheme(_colourTheme, _themeName); }
static SonOfObsidian() { FGTextEditor.AddTheme(_colourTheme, _themeName); }
static HermanLight() { FGTextEditor.AddTheme(_colourTheme, _themeName); }
private static string _themeName = "MD Brown"; // MD Brown (courtesy of Little Angel) static MDBrown() { FGTextEditor.AddTheme(_colourTheme, _themeName); }
static VSCodeMonokai() { FGTextEditor.AddTheme(_colourTheme, _themeName); }
static TangoDark_Oblivion() { FGTextEditor.AddTheme(_colourTheme, _themeName); }
private static string _themeName = "VS Dark with Resharper"; // Visual Studio Dark with Resharper 9.1 (courtesy of Sarper Soher) static VSDarkWithResharper() { FGTextEditor.AddTheme(_colourTheme, _themeName); }
static HermanGreen() { FGTextEditor.AddTheme(_colourTheme, _themeName); }