# CoolNess GTK+ Color theme
# By FuMaster (Paul Lowe, spazz@ulink.net)
# April 1, 1999
# Clean, and pretty gtk look and feel.
#
#

style "nothing" {
        bg[NORMAL] = { 0.75, 0.75, 0.75 }
}

style "default"
{
        font = "-adobe-helvetica-normal-r-normal--12-*-*-*-*-*-*-*"
        bg[SELECTED] = { 0.2, 0.38, 0.51 }
        fg[SELECTED] = { 1.0, 1.0, 1.0 }
        bg[ACTIVE] = { 0.38, 0.38, 0.38 }
        fg[ACTIVE] = { 1.0, 1.0, 1.0 }

        bg[NORMAL] = { 0.57, 0.57, 0.57 }
        bg[PRELIGHT] = { 0.7, 0.7 , 0.7 }
        bg[INSENSITIVE] = { 0.7, 0.7, 0.7 }

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

style "entries" = "default"
{
        fg[SELECTED] = { 1.0, 1.0, 1.0 }
        bg[SELECTED] = { 0.2, 0.38, 0.51 }
        fg[NORMAL] = { 0.0, 0.0, 0.0 }
}

style "bar" = "default"

{
        fg[NORMAL]   = { 0.0, 0.0, 0.0 }
        bg[PRELIGHT] = { 0.2, 0.38, 0.51 }
        fg[PRELIGHT] = { 1.0, 1.0, 1.0 }
        bg[SELECTED] = { 0.38, 0.38, 0.38 }
}





style "menu" = "default"
{

        fg[NORMAL]   = { 0.0, 0.0, 0.0 }
        bg[PRELIGHT] = { 0.2, 0.38, 0.51 }
        fg[PRELIGHT] = { 1.0, 1.0, 1.0 }
        bg[SELECTED] = { 0.2, 0.38, 0.51 }


}

style "tip" = "default"

{

	bg[NORMAL] = { 0.2, 0.38, 0.51 }
	bg[SELECTED] = { 0.2, 0.38, 0.51 }
	bg[ACTIVE] = { 0.2, 0.38, 0.51 }
	bg[PRELIGHT] = { 0.2, 0.38, 0.51 }
	bg[INSENSITIVE] = { 0.2, 0.38, 0.51 }	


}

# 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"
