# lauxes GTK+ Color theme
# By virid (J, viridx@yahoo.com)
# May 27, 1999
# Clean, and very pretty gtk look and feel. ;)
# based on coolness by Paul Lowe...His kick a** theme was the best
# starting point. Thanks Paul =).
#

style "nothing" {
        bg[NORMAL] = { 0.45, 0.45, 0.5 }
}

style "default"
{
        font = "-adobe-helvetica-normal-r-normal--12-*-*-*-*-*-*-*"
        bg[SELECTED] = { 0.2, 0, 0.3 }
        fg[SELECTED] = { 1.0, 1.0, 1.0 }
        bg[ACTIVE] = { 0.35, 0.35, 0.4 }
        fg[ACTIVE] = { 1.0, 1.0, 1.0 }

        bg[NORMAL] = { 0.45, 0.45, 0.5 }
        bg[PRELIGHT] = { 0.5, 0.45, 0.55 }
        bg[INSENSITIVE] = { 0.5, 0.45, 0.55 }

        fg[NORMAL] = { 0, 0, 0 }
}

style "entries" = "default"
{
        fg[SELECTED] = { 1.0, 1.0, 1.0 }
        bg[SELECTED] = { 0.2, 0, 0.3 }
        fg[NORMAL] = { 0, 0, 0 }
}

style "bar" = "default"

{
        fg[NORMAL]   = { 0.0, 0.0, 0.0 }
        bg[PRELIGHT] = { 0.2, 0.0, 0.3 }
        fg[PRELIGHT] = { 1.0, 1.0, 1.0 }
        bg[SELECTED] = { 0.1, 0, 0.2 }
}





style "menu" = "default"
{

        fg[NORMAL]   = { 0, 0, 0 }
        bg[PRELIGHT] = { 0.2, 0, 0.3 }
        fg[PRELIGHT] = { 0.0, 0.0, 0.0 }
        bg[SELECTED] = { 0.2, 0, 0.3 }


}

style "tip" = "default"

{

	bg[NORMAL] = { 0.2, 0, 0.3 }
	bg[SELECTED] = { 0.2, 0, 0.3 }
	bg[ACTIVE] = { 0.2, 0, 0.3 }
	bg[PRELIGHT] = { 0.2, 0, 0.3 }
	bg[INSENSITIVE] = { 0.2, 0, 0.3 }	


}

# tried Tips
# tried tip
# tried Tip
# tried Tool
# tried Tooltip
# tried Tooltips
# tried ToolTip
# tried ToolTips
# tried TT
# tried Toolt
# tried ttip
# tried Tool_Tip
# Does anyone know the widget class for a tooltip?

widget_class "*" style "default"
widget_class "*Bar*" style "bar"
widget_class "*Menu*" style "menu"
widget_class "*Entry*" style "entries"
widget_class "*Loose*" style "nothing"
