diff --git a/trunk/SIPRPSoft/src/siprp/initializer/SIPRPUIInitializer.java b/trunk/SIPRPSoft/src/siprp/initializer/SIPRPUIInitializer.java index b9bd8830..f65f3dc0 100644 --- a/trunk/SIPRPSoft/src/siprp/initializer/SIPRPUIInitializer.java +++ b/trunk/SIPRPSoft/src/siprp/initializer/SIPRPUIInitializer.java @@ -20,14 +20,14 @@ public class SIPRPUIInitializer extends EvoAbstractAppInitializer public boolean doInit() throws Exception { NimRODTheme nt = new NimRODTheme(); - nt.setPrimary1( new Color( 185,211,238 ) ); - nt.setPrimary2( new Color( 159,182,205 ) ); - nt.setPrimary3( new Color( 108,123,139 ) ); - nt.setSecondary( new Color( 230, 230, 230 ) ); -// nt.setSecondary1( new Color( 210, 210, 210 ) ); -// nt.setSecondary2( Color.pink ); -// nt.setSecondary3( Color.pink ); + nt.setPrimary1( new Color( 150, 180, 200 ) ); // tab header highlight, scroll highlight + nt.setPrimary2( new Color( 150, 180, 200 ) ); // button highlight & progress bar & selected tab header background & selected row ... + nt.setPrimary3( new Color( 150, 150, 150 ) ); // tree's graph color + + nt.setSecondary1( new Color( 150, 150, 150 ) ); // Button contour + nt.setSecondary2( new Color( 200, 210, 220 ) ); // unselected tab header's background & border color (in tables too) + nt.setSecondary3( new Color( 235, 235, 235 ) ); // panel's background NimRODLookAndFeel NimRODLF = new NimRODLookAndFeel(); NimRODLookAndFeel.setCurrentTheme( nt );