Browse Source

revert pony as default theme

Dokthar 9 years ago
parent
commit
b5f3e57646

+ 2 - 2
branding/core/core.jar/org/netbeans/core/startup/Bundle.properties

@@ -5,7 +5,7 @@ LBL_splash_window_title=Starting jMonkeyEngine SDK
 SPLASH_HEIGHT=350
 SPLASH_WIDTH=500
 SplashProgressBarBounds=0,347,500,6
-SplashProgressBarColor=0xAF0072
+SplashProgressBarColor=0xF3C802
 SplashRunningTextBounds=3,335,497,12
-SplashRunningTextColor=0xAF0072
+SplashRunningTextColor=0xF3C802
 SplashRunningTextFontSize=10

+ 1 - 1
jme3-dark-laf/src/org/jme3/netbeans/plaf/darkmonkey/DarkMonkeyLookAndFeel.java

@@ -38,7 +38,7 @@ public class DarkMonkeyLookAndFeel extends com.nilo.plaf.nimrod.NimRODLookAndFee
                 String color = NbPreferences.root().node("laf").get("darkmonkey.color", null);
                 if (color == null) { /* Create key with default value */
                     NbPreferences.root().node("laf").put("darkmonkey.color", "blue");
-                    color = "pony";
+                    color = "blue";
                 }
                 
                 switch (color.toLowerCase()) {