Exemplo n.º 1
0
        private static string _themeName = "Xcode";         // Xcode (updated to Xcode 5 by inventor2010)

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

        static VSDarkWithVAX()
        {
            FGTextEditor.AddTheme(_colourTheme, _themeName);
        }
Exemplo n.º 4
0
 static SolarizedLight()
 {
     FGTextEditor.AddTheme(_colourTheme, _themeName);
 }
Exemplo n.º 5
0
 static VisualStudio()
 {
     FGTextEditor.AddTheme(_colourTheme, _themeName);
 }
Exemplo n.º 6
0
 static SonOfObsidian()
 {
     FGTextEditor.AddTheme(_colourTheme, _themeName);
 }
 static HermanLight()
 {
     FGTextEditor.AddTheme(_colourTheme, _themeName);
 }
Exemplo n.º 8
0
        private static string _themeName = "MD Brown";         // MD Brown (courtesy of Little Angel)

        static MDBrown()
        {
            FGTextEditor.AddTheme(_colourTheme, _themeName);
        }
Exemplo n.º 9
0
 static VSCodeMonokai()
 {
     FGTextEditor.AddTheme(_colourTheme, _themeName);
 }
Exemplo n.º 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);
 }