# This Mist-based theme features the color scheme found in "Smooth-Posh"
# by Mihael Vrbanec

style "default"
{
    fg[ACTIVE]		= "#000000"
    fg[NORMAL]		= "#000000"
    fg[INSENSITIVE]	= "#555555"
    fg[PRELIGHT]	= "#000000"
    fg[SELECTED]	= "#ffffff"
    bg[ACTIVE]		= "#bbbbbb"# inactive tab, current task in task list
    bg[NORMAL]		= "#d8d4d4"# normal face color
    bg[INSENSITIVE]	= "#d8d4d4"
    bg[PRELIGHT]	= "#dddddd"
    bg[SELECTED]	= "#6a77c7"# listbox selected line
    base[NORMAL]	= "#ffffff"# entry or listbox background
    base[ACTIVE]	= "#7a87d7"
    base[SELECTED]	= "#6f7ccc"# selected text
    base[INSENSITIVE]	= "#e9e9e9"# entry or listbox background when disabled
    base[PRELIGHT]	= "#e0e0e0"
    text[ACTIVE]      = "#ffffff"
    text[INSENSITIVE] = "#000000"
    text[NORMAL]      = "#000000"
    text[PRELIGHT]    = "#000000"
    text[SELECTED]    = "#ffffff"  

	GtkRange::trough_border = 0
	GtkRange::slider_width = 15
	GtkRange::stepper_size = 15
	GtkScrollbar::min_slider_length = 15
	GtkCheckButton::indicator_size=10
	GtkRadioButton::indicator_size=12
	GtkStatusbar::shadow_type = none
	
	GtkNotebook::tab_vborder = 1
	GtkNotebook::tab_hborder = 1
	xthickness = 1
	ythickness = 1

	engine "mist"
 	{
	}
}

style "menuitem"
{
        text[PRELIGHT]          = "#ffffff"
        fg[PRELIGHT]          = "#ffffff"
}

style "menu" 
{
	ythickness = 2
	xthickness = 2
} 

class "GtkWidget" style "default"
class "GtkMenu" style "menu"

widget_class "*.GtkMenuItem.*" style "menuitem"
widget_class "*.GtkImageMenuItem.*" style "menuitem"
widget_class "*.GtkAccelMenuItem.*" style "menuitem"
widget_class "*.GtkRadioMenuItem.*" style "menuitem"
widget_class "*.GtkCheckMenuItem.*" style "menuitem"
widget_class "*.GtkMenu.*" style "menuitem"




