#
#  Firewall Builder GTK RC file
#
#
style "IconList_style" {
	bg[NORMAL]   = "#ffffff"
	bg[ACTIVE]   = "#ffffff"
	bg[SELECTED] = "#ffffff"
	bg[PRELIGHT] = "#ffffff"
}

widget "*IconList_Icon"     style "IconList_style"
widget "*IconList"          style "IconList_style"

style "IconList_Label_style" {
	fg[NORMAL]   = "#000000"
	fg[ACTIVE]   = "#ffffff"
	fg[SELECTED] = "#ffffff"
	fg[PRELIGHT] = "#ffffff"

	fontset = "-*-helvetica-medium-r-normal-*-10-*-*-*-*-*-*-*"
}

style "IconList_LabelBgr_style" {
	bg[NORMAL]   = "#ffffff"
	bg[ACTIVE]   = "#0000ff"
	bg[SELECTED] = "#0000ff"
	bg[PRELIGHT] = "#0000ff"
}

widget "*IconList_LabelBgr" style "IconList_LabelBgr_style"
widget "*IconList_Label"    style "IconList_Label_style"

# some themes using theme engines set EventBox background to 
# its parent's pixmap. Since IconList does not have pixmap,
# this breaks our highlighting scheme (e.g. Eazel Blue)
#
style "eventbox" {
	bg_pixmap[NORMAL] = ""
	bg_pixmap[INSENSITIVE] = ""
	bg_pixmap[PRELIGHT] = ""
	bg_pixmap[SELECTED] = ""
	bg_pixmap[ACTIVE] = ""
}

class "GtkEventBox" style "eventbox"

style "Druid_style" {
	bg[NORMAL]   = "#2e2e7f"
	bg[ACTIVE]   = "#2e2e7f"
	bg[SELECTED] = "#2e2e7f"
	bg[PRELIGHT] = "#2e2e7f"

	fg[NORMAL]   = "#ffffff"
	fg[ACTIVE]   = "#ffffff"
	fg[SELECTED] = "#ffffff"
	fg[PRELIGHT] = "#ffffff"

	fontset = "-*-helvetica-bold-r-normal-*-18-*-*-*-*-*-*-*"
}

style "Druid_Page_style" {
	bg[NORMAL]   = "#ffffff"
	bg[ACTIVE]   = "#ffffff"
	bg[SELECTED] = "#ffffff"
	bg[PRELIGHT] = "#ffffff"

	fg[NORMAL]   = "#000000"
	fg[ACTIVE]   = "#000000"
	fg[SELECTED] = "#000000"
	fg[PRELIGHT] = "#000000"
}


widget "*DruidBackground" style "Druid_style"
widget "*DruidTitle"      style "Druid_style"
/* widget "*DruidPage*"      style "Druid_Page_style" */

