|  |  | @ -20,14 +20,14 @@ public class SIPRPUIInitializer extends EvoAbstractAppInitializer | 
			
		
	
		
		
			
				
					
					|  |  |  | 	public boolean doInit() throws Exception |  |  |  | 	public boolean doInit() throws Exception | 
			
		
	
		
		
			
				
					
					|  |  |  | 	{ |  |  |  | 	{ | 
			
		
	
		
		
			
				
					
					|  |  |  | 		NimRODTheme nt = new NimRODTheme(); |  |  |  | 		NimRODTheme nt = new NimRODTheme(); | 
			
		
	
		
		
			
				
					
					|  |  |  | 		nt.setPrimary1( new Color( 185,211,238 ) ); |  |  |  | 		 | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  | 		nt.setPrimary2( new Color( 159,182,205 ) ); |  |  |  | 		nt.setPrimary1( new Color( 150, 180, 200 ) ); // tab header highlight, scroll highlight
 | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  | 		nt.setPrimary3( new Color( 108,123,139 ) ); |  |  |  | 		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.setSecondary( new Color( 230, 230, 230 ) ); |  |  |  | 		 | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  | //		nt.setSecondary1( new Color( 210, 210, 210 ) );
 |  |  |  | 		nt.setSecondary1( new Color( 150, 150, 150 ) ); // Button contour
 | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  | //		nt.setSecondary2( Color.pink );
 |  |  |  | 		nt.setSecondary2( new Color( 200, 210, 220 ) ); // unselected tab header's background & border color (in tables too)
 | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  | //		nt.setSecondary3( Color.pink );
 |  |  |  | 		nt.setSecondary3( new Color( 235, 235, 235 ) ); // panel's background
 | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  | 		 |  |  |  | 		 | 
			
		
	
		
		
			
				
					
					|  |  |  | 		NimRODLookAndFeel NimRODLF = new NimRODLookAndFeel(); |  |  |  | 		NimRODLookAndFeel NimRODLF = new NimRODLookAndFeel(); | 
			
		
	
		
		
			
				
					
					|  |  |  | 		NimRODLookAndFeel.setCurrentTheme( nt ); |  |  |  | 		NimRODLookAndFeel.setCurrentTheme( nt ); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |