#pixmap_path "/usr/local/share/IglooFTP/xpm"


style "button"
{
 fg[PRELIGHT] = { 0, 0, 1.0}
 bg[PRELIGHT] = { 0xdddd, 0xdddd, 0xffff}
}

style "menu"
{
 fg[PRELIGHT] = { 0, 0, 1.0}
 bg[PRELIGHT] = { 0xcccc, 0xcccc, 0xffff}

}

style "progress"
{
 fg[PRELIGHT] = { 0, 0, 1.0}
 fg[NORMAL] = { 0, 0, 1.0}
 bg[PRELIGHT] = { 0xcccc, 0xcccc, 0xffff}
}

style "arrow"
{
 bg[NORMAL] = { 0xcc00, 0xcc00, 0xcc00}
 bg[PRELIGHT] = { 0xcccc, 0xcccc, 0xffff}
}

style "scrollbar"
{
 bg[PRELIGHT] = { 0xcccc, 0xcccc, 0xffff}
 bg[ACTIVE] = { 0x8000, 0xA000, 0xeccc}
}

style "list"
{
 fg[SELECTED] = { 0, 0, 0 }
 bg[SELECTED]={0xbefb, 0xc71b, 0xffff}
 base[NORMAL] = {0xf000, 0xf000, 0xf000}
 fg[NORMAL] = {0, 0, 0}		
}	

style "clist"
{	
 bg[SELECTED]={0xbefb, 0xc71b, 0xffff}
 fg[SELECTED]={0, 0, 0}
 base[NORMAL] = {.93, .92, .93}
 fg[NORMAL] = {0, 0, 0}		
}	

style "console-clist"
{	
 bg[SELECTED]={0xff00, 0xff00, 0xff00}
 fg[SELECTED]={0, 0, 0}
 base[NORMAL] = {0xff00, 0xff00, 0xff00}
 fg[NORMAL] = {0, 0, 0}		
}

style "ctree"
{
 fg[SELECTED] = { 0, 0, 0 }
 bg[SELECTED]={0xbefb, 0xc71b, 0xffff}	
 base[NORMAL] = {.93, .92, .93}
 base[ACTIVE] = {.93, .92, .93}
 fg[NORMAL] = {0, 0, 0}		
}	


style "toolbar"
{
 bg[PRELIGHT] = { .90, .90, .90} 
 font = "-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*"	      
}

style "tooltips"
{
 bg[NORMAL] = {0xffff, 0xffff, 0xdf7d}
}


style "blue-label"
{
 fg[PRELIGHT] = { 0, 0, 0xd000}
 fg[NORMAL] = { 0, 0, 0xd000}
 fg[ACTIVE] = { 0, 0, 0xd000}
 fg[SELECTED] = { 0, 0, 0xd000}
}

style "edit-txt"
{
 base[NORMAL] = {0xbb00, 0xccee, 0xffff}
 bg[SELECTED] = {0, 0, 0xb000}
 fg[NORMAL] = { 0, 0, 0}
 fg[SELECTED] = { 0xffff, 0xffff, 0xffff}
 #font = "-misc-fixed-medium-r-normal-*-14-*-100-100-*-*-*-*"	
 font =  "-b&h-lucidatypewriter-medium-r-normal-*-12-*-*-*-m-*-*-*"
}




style "preferences-frame"
{
 font = "-adobe-helvetica-bold-r-normal-*-*-120-*-*-p-*-*-*"
}




widget_class "*GtkButton*" style "button"
widget_class "*GtkMenu*" style "menu"
widget_class "*GtkOptionMenu*" style "menu"
widget_class "*GtkProgressBar*" style "progress"

widget_class "*GtkList*" style "list"
widget_class "*GtkCList*" style "clist"
widget_class "*GtkCTree*" style "ctree"
widget_class "*GtkArrow*" style "arrow"
widget_class "*GtkToolbar*" style "toolbar"


widget_class "*GtkFrame" style "preferences-frame"

widget "*Console*" style "console-clist"
widget "*BlueCheck*" style "blue-label"
widget "*EditText*" style "edit-txt"
widget "*ViewText*" style "edit-txt"

widget "gtk-tooltips" style "tooltips"

