# Turismo GTK+ color theme
# By Rodney Dawes <dobez@fnmail.com>

style "default"
{
        font = "-*-lucida-medium-r-normal-*-10-*-*-*-*-*-iso8859-1"
        bg[SELECTED] = { 0.88, 0.88, 0.88 }
        fg[SELECTED] = { 0.00, 0.00, 0.99 }
        bg[ACTIVE] = { 0.38, 0.38, 0.38 }
        fg[ACTIVE] = { 0.99, 0.99, 0.99 }

        bg[NORMAL] = { 0.38, 0.38, 0.38 }
        bg[PRELIGHT] = { 0.38, 0.38 , 0.38 }
        bg[INSENSITIVE] = { 0.38, 0.38, 0.38 }

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

widget_class "*" style "default"

style "entries" = "default"
{
        fg[SELECTED] = { 0.00, 0.00, 0.99 }
        bg[SELECTED] = { 0.88, 0.88, 0.88 }
        fg[NORMAL]   = { 0.00, 0.00, 0.00 }
}

widget_class "*Entry*" style "entries"

style "bar" = "default"

{
        fg[NORMAL]   = { 0.00, 0.00, 0.00}
        bg[PRELIGHT] = "#4a797b"
        fg[PRELIGHT] = { 0.99, 0.99, 0.99 }
        bg[SELECTED] = { 0.38, 0.38, 0.38 }
}

widget_class "*Bar*" style "bar"

style "menu" = "default"
{

        fg[NORMAL]   = { 0.99, 0.99, 0.99 }
        bg[PRELIGHT] = { 0.88, 0.88, 0.88 }
        fg[PRELIGHT] = { 0.00, 0.00, 0.99 }
        bg[SELECTED] = { 0.88, 0.88, 0.88 }
	fg[SELECTED] = { 0.00, 0.00, 0.99 }
}

widget_class "*Menu*" style "menu"

style "ruler" = "default"
{
  font = "-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*"
}

widget_class "*Ruler*" style "ruler"