formatting

This commit is contained in:
Gered 2016-01-16 11:40:16 -05:00
parent a477926c99
commit a30d5ea135

View file

@ -212,7 +212,7 @@ public class Settings {
global.put( accuracy.key, Accuracy.TENTH ); global.put( accuracy.key, Accuracy.TENTH );
global.put( warnOnReset.key, true ); global.put( warnOnReset.key, true );
global.put( colorBackground.key, Color.decode( "0x000000" ) ); global.put( colorBackground.key, Color.decode("0x000000") );
global.put( colorForeground.key, Color.decode( "0xc0c0c0" ) ); global.put( colorForeground.key, Color.decode( "0xc0c0c0" ) );
global.put( colorTime.key, Color.decode( "0xffffff" ) ); global.put( colorTime.key, Color.decode( "0xffffff" ) );
global.put( colorTimer.key, Color.decode( "0x22cc22" ) ); global.put( colorTimer.key, Color.decode( "0x22cc22" ) );