#ifndef GAMMA_1_0
#define  TextForeground         #000000
#define  BasicBackground        #9f9f9f
#define  ScrolledListBackground #6b6b6b
#define  ButtonBackground       #848484
#define  TextFieldBackground    #9f6868
#define  ScrollBarTroughColor   #535353
#define  TextBackground         #919191
#define  ReadOnlyBackground     #9f9f9f
#define  SelectFillColor        #ffff00
#define  DrawingAreaBackground  #608189

#define  DrawingAreaNodeColor1  #9891c6
#define  DrawingAreaNodeColor2  #cba3b1

#define  SessionColor1          #9f8484
#define  SessionColor2          #7c917c
#define  SessionColor3          #78788d

#else

#define  TextForeground         #000000
#define  BasicBackground        #c1c1c1
#define  ScrolledListBackground #999999
#define  ButtonBackground       #adadad
#define  TextFieldBackground    #c19797
#define  ScrollBarTroughColor   #848484
#define  TextBackground         #b7b7b7
#define  ReadOnlyBackground     #c1c1c1
#define  SelectFillColor        #ffff00
#define  DrawingAreaBackground  #90abb1

#define  DrawingAreaNodeColor1  #bcb7dc
#define  DrawingAreaNodeColor2  #dfc4ce

#define  SessionColor1          #c1adad
#define  SessionColor2          #a7b7a7
#define  SessionColor3          #a4a4b4
#endif

#define  DisabledTextForeground	#808080
#define  RadioFillColor		#0000ff
#define  LightRadioFillColor    #7171c6
#define  CheckColor		#ff0000
#define  DisabledCheckColor	#c67171
#define	 TextSelectedForeground	#000000
#define  TextSelectedBackground #d5d5d5
#define  IndicatorLightColor	#ffff00
