include "../../Bluecurve/gtk-2.0/gtkrc"

style "bluecurve-color-default"
{
	bg[NORMAL]      = "#d2d7e5"
	bg[PRELIGHT]		= "#e2e7f5"
	bg[ACTIVE]	= "#b2b7c5"
	bg[INSENSITIVE]	= "#c2c7d5"
  bg[SELECTED]  = "#493973"

  base[SELECTED]  = "#493973"
	base[ACTIVE]  = "#6b5b95"
	base[INSENSITIVE]  = "#f2f7f5"

  text[SELECTED]  = "#ffffff"
  text[ACTIVE]  = "#ffffff"
	
	fg[NORMAL] = { 0.0, 0.0, 0.0 }
  fg[ACTIVE] = { 0.0, 0.0, 0.0 }
  fg[PRELIGHT] = { 0.0, 0.0, 0.0 }
  fg[SELECTED] = { 1.0, 1.0, 1.0 }
  fg[INSENSITIVE]  = "#818a7d"
	
}

style "bluecurve-color-menu" = "bluecurve-color-default"
{
  bg[SELECTED]    = { 0.4, 0.6, 0.4 }
  fg[PRELIGHT]  = "#ffffff"
  text[PRELIGHT]  = "#ffffff"
}

style "bluecurve-color-frame-title" = "bluecurve-color-default"
{
	#fg[NORMAL] = "#404040"
}

style "metacity-frame"
{
  # Normal base color
  #bg[NORMAL]  = "#bbbbbb"

  # Unfocused title background color
  #bg[INSENSITIVE]  = { 0.8, 0.8, 0.8 }

  # Unfocused title text color
  #fg[INSENSITIVE]  = { 1.55, 1.55, 1.55 }

  # Focused icon color
  #fg[NORMAL]  = { 0.2, 0.2, 0.2 }

  # Focused title background color
  #bg[SELECTED]  = { 0.5, 0.8, 0.5 }

  # Focused title text color
  #fg[SELECTED]  = "black"
}

class "GtkWidget" style "bluecurve-color-default"
class "GtkButton" style "bluecurve-color-default"
class "GtkRange" style "bluecurve-color-default"
class "GtkMenu" style "bluecurve-color-default"
class "GtkFrame" style "bluecurve-color-default"
class "GtkStatusbar" style "bluecurve-color-default"
class "GtkEntry" style "bluecurve-color-default"
class "GtkMenuItem" style "bluecurve-color-menu"
widget_class "*.<GtkMenuItem>.*" style "bluecurve-color-menu"
class "MetaFrames" style "metacity-frame"
widget_class "BasePWidget.GtkEventBox.GtkTable.GtkFrame" style "bluecurve-default"
