Beispiel #1
0
        private static string _themeName = "Xcode";         // Xcode (updated to Xcode 5 by inventor2010)

        static Xcode()
        {
            FGTextEditor.AddTheme(_colourTheme, _themeName);             // Loaded by default
        }
Beispiel #2
0
 static TangoLight()
 {
     FGTextEditor.AddTheme(_colourTheme, _themeName);
 }
Beispiel #3
0
        private static string _themeName = "VS Dark with VA X";         // Visual Studio Dark with Visual Assist X

        static VSDarkWithVAX()
        {
            FGTextEditor.AddTheme(_colourTheme, _themeName);
        }
Beispiel #4
0
 static SolarizedLight()
 {
     FGTextEditor.AddTheme(_colourTheme, _themeName);
 }
 static VisualStudio()
 {
     FGTextEditor.AddTheme(_colourTheme, _themeName);
 }
Beispiel #6
0
 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);
        }
Beispiel #9
0
 static VSCodeMonokai()
 {
     FGTextEditor.AddTheme(_colourTheme, _themeName);
 }
Beispiel #10
0
 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);
 }