# Info bar colours
style "gxine_info"
{
  fg[NORMAL] = "#4E4EFF"
  bg[NORMAL] = "#000000"
}

# Time widget colours
style "gxine_time" = "gxine_info"
{
}

# Top line's text style & size
style "gxine_large"
{
  font_name = "bold 12"
}

# Other lines' text style & size
style "gxine_small"
{
  font_name = "8"
}

# JS text area style
style "gxine_js_edit"
{
  font_name = "mono"
}


widget "*.gxine_info" style "gxine_info"
widget "*.gxine_time" style "gxine_time"

widget "*.gxine_info_large" style "gxine_info"
widget "*.gxine_time_large" style "gxine_time"

widget "*.gxine_info_large" style "gxine_large"
widget "*.gxine_time_large" style "gxine_large"

widget "*.gxine_info_small" style "gxine_info"
widget "*.gxine_time_small" style "gxine_time"

widget "*.gxine_info_small" style "gxine_small"
widget "*.gxine_time_small" style "gxine_small"

widget "*.gxine_js_edit" style "gxine_js_edit"


style "gxine_button_red"
{
  fg[NORMAL]	  = "#000000"
  fg[ACTIVE]	  = "#000000"
  fg[PRELIGHT]	  = "#000000"
  fg[SELECTED]	  = "#000000"
  fg[INSENSITIVE] = "#555555"
  bg[NORMAL]	  = "#EE2222"
  bg[ACTIVE]	  = "#FF9999"
  bg[PRELIGHT]	  = "#FF5D5D"
  bg[SELECTED]	  = "#EE2222"
  bg[INSENSITIVE] = "#AA5555"
}
widget "*.gxine_button_red" style "gxine_button_red"

style "gxine_button_yellow"
{
  fg[NORMAL]	  = "#000000"
  fg[ACTIVE]	  = "#000000"
  fg[PRELIGHT]	  = "#000000"
  fg[SELECTED]	  = "#000000"
  fg[INSENSITIVE] = "#555555"
  bg[NORMAL]	  = "#DDDD00"
  bg[ACTIVE]	  = "#EEEE88"
  bg[PRELIGHT]	  = "#EEEE55"
  bg[SELECTED]	  = "#DDDD00"
  bg[INSENSITIVE] = "#AAAA55"
}
widget "*.gxine_button_yellow" style "gxine_button_yellow"

style "gxine_button_green"
{
  fg[NORMAL]	  = "#000000"
  fg[ACTIVE]	  = "#000000"
  fg[PRELIGHT]	  = "#000000"
  fg[SELECTED]	  = "#000000"
  fg[INSENSITIVE] = "#555555"
  bg[NORMAL]	  = "#00EE00"
  bg[ACTIVE]	  = "#88FF88"
  bg[PRELIGHT]	  = "#55FF55"
  bg[SELECTED]	  = "#00EE00"
  bg[INSENSITIVE] = "#55AA55"
}
widget "*.gxine_button_green" style "gxine_button_green"

style "gxine_button_blue"
{
  fg[NORMAL]	  = "#000000"
  fg[ACTIVE]	  = "#000000"
  fg[PRELIGHT]	  = "#000000"
  fg[SELECTED]	  = "#000000"
  fg[INSENSITIVE] = "#555555"
  bg[NORMAL]	  = "#0088EE"
  bg[ACTIVE]	  = "#88CCFF"
  bg[PRELIGHT]	  = "#55AAFF"
  bg[SELECTED]	  = "#0088EE"
  bg[INSENSITIVE] = "#5588AA"
}
widget "*.gxine_button_blue" style "gxine_button_blue"
