formatting
This commit is contained in:
parent
a477926c99
commit
a30d5ea135
|
@ -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" ) );
|
||||||
|
|
Reference in a new issue