From f1dee98c040a07641d1dbcc9127e46fda239a3c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Sim=C3=A3o?= Date: Tue, 13 Jul 2010 22:35:00 +0000 Subject: [PATCH] git-svn-id: https://svn.coded.pt/svn/SIPRP@1293 bb69d46d-e84e-40c8-a05a-06db0d633741 --- .../src/siprp/initializer/SIPRPUIInitializer.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 );