Color Schemes:

Blue:

background normal:						#EBEADB

backgroun notebook:					#F8F7EF

scrollbars, combos selected text etc:		#4460FF
selected active						#A1AFFF

prelight:								#FFA000

check and radio buttons:					#1FA61F


Green:

background normal:						#E2E1C1

background notebook:					#F2F1CF

scrollbars, combos selected text etc:		#0F620B
selected active						#86B084

prelight:								#FFA000

check and radio buttons:					#8C2F1A

------------------------------------------------------------------

To change colors run the following replacement in the terminal, when you're in the gtk-2.0 directory of the eXperience theme (of course this requires rpl to be installed):

Blue -> Green

rpl \"#EBEADB\"  \"#E2E1C1\" *; rpl \"#F8F7EF\"  \"#F2F1CF\" *; rpl \"#4460FF\"  \"#0F620B\" *;  rpl \"#A1AFFF\"  \"#86B084\" *; rpl \"#1FA61F\"  \"#8C2F1A\" *

Green -> Blue

rpl  \"#E2E1C1\" \"#EBEADB\" *; rpl  \"#F2F1CF\" \"#F8F7EF\" *; rpl   \"#0F620B\" \"#4460FF\" *;  rpl  \"#86B084\" \"#A1AFFF\"  *; rpl  \"#8C2F1A\" \"#1FA61F\" *
