# include gnu.gpl, (*) 2000 Micha 'malekith' Moskal <malekith@topnet.pl>. 
# $Id: thame,v 1.2 2000/08/27 18:32:51 malekith Exp $ 

thame{info} = "***";
thame{warn} = "*** WARNING:";
thame{user_error} = "00PS";
thame{error} = "!!!";
thame{you_start} = "\e{gray}[\e{norm}";
thame{you_end} = "\e{gray}]\e{norm}";
thame{msg_start} = "\e{gray}[\e{norm}";
thame{msg_user} = "\e{gray}(\e{norm}";
thame{msg_host} = "\e{white}@\e{norm}";
thame{msg_end} = "\e{gray})]\e{norm}";
thame{chan_start} = "\e{gray}<\e{norm}";
thame{chan_end} = "\e{gray}>\e{norm}";
thame{joins} = "\e{gray}>\e{norm}>\e{white}>\e{cyan}";
thame{parts} = "\e{gray}<\e{norm}<\e{white}<\e{cyan}";
thame{nick} = "\e{blue}***\e{lighblue}";
thame{topic} = "\e{blue}***\e{lighblue}";
thame{mode} = "\e{white}***\e{norm}";
thame{numeric_start} = "\e{gray}";
thame{numeric_end} = "\e{norm}";
thame{uhost1} = "\e{gray}(\e{norm}";
thame{uhost2} = "\e{white}@\e{norm}";
thame{uhost3} = "\e{gray})\e{norm}";
thame{me_start} = "\e{white}* \e{norm}";
thame{me_end} = "\e{norm}";
thame{ctcp} = "\e{gray}CCP\e{norm}";

num{311} = 	"+--------- -  - -- -\n"
		"| \cB%2\cB \e<uhost1>%3\e<uhost2>%4\e<uhost3>\n"
		"| \cBi\cBrcname  : %6";
num{319} =	"| \cBc\cBhannels : %+3";
num{312} = 	"| \cBs\cBerver   : %3 (%4)";
num{317} = 	"| \cBi\cBdle     : %+3";
num{318} =	"| \cBt\cBhat's all folks";
num{301} = 	"| \cBa\cBway     : %+3";

	
colors{status_normal} = color("cyan", "black");
colors{status_changed} = color("white", "black");
colors{status_active} = color("black", "cyan");
colors{menu} = color("lightgray", "black");
colors{menu_selected} = color("lightgray", "black");
colors{menu_alt} = color("lightgray", "black");
colors{menu_alt_selected} = color("lightgray", "black");
