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

style "bluecurve-color-default"
{
	fg[SELECTED] = "#ffffff"

	bg[NORMAL] = "#dcdad5"
	bg[ACTIVE] = "#bab5ab"
	bg[PRELIGHT] = "#eeebe7"
	bg[SELECTED] = "#4b6983"
	bg[INSENSITIVE] = "#dcdad5"

	base[SELECTED] = "#4b6983"
	base[ACTIVE] = "#9db8d2"

	text[SELECTED] = "#ffffff"
}

style "bluecurve-color-menu" = "bluecurve-color-default"
{
	bg[PRELIGHT] = "#4b6983"
	fg[PRELIGHT] = "#ffffff"
	text[PRELIGHT] = "#ffffff"
}

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

style "bluecurve-color-progress-bar-style" {
	bg[PRELIGHT] = "#4b6983"
	bg[NORMAL]   = "#bab5ab"
}

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"
class "GtkProgressBar" style "bluecurve-color-progress-bar-style"
