# 
# Our gtkrc file. Here you can override the current GTK Theme.
#
#
# The appearance of the Message Boxes
#
style "about_label"
{
	fg[NORMAL] = {0.23, 0.07, 0.70}					#Color {R,G,B}
	font = "-adobe-times-bold-r-normal-*-*-140-*-*-p-*-iso8859-2"   #Font
}
widget "*about_label" style "about_label"
#
# RED for the statusbar when we are transmitting
#
style "tx" 
{
	fg[NORMAL] = {1.0, 0, 0}
	font = "-adobe-times-bold-r-normal-*-*-120-*-*-p-*-iso8859-2"
}
widget "*txstate*" style "tx"
#
# The Style for the Type ahead Buffer
#
style "txwindow"
{
	text[NORMAL] = {0,0,0}
	base[NORMAL] = {1.0,1.0,1.0}
	bg[NORMAL] = {0,0,0}
	font = "-misc-fixed-bold-r-normal-*-*-100-*-*-c-*-iso8859-1"
}
widget "*txwindow" style "txwindow"
#
# The Style for the rx window
#
style "rxwindow"
{
	text[NORMAL] = {0.21, 0.22, 0.83}
	base[NORMAL] = {1.0, 1.0, 1.0}
	font = "-misc-fixed-bold-r-normal-*-*-100-*-*-c-*-iso8859-1"
}
widget "*rxwindow" style "rxwindow"
#
#
#
