view pixmaps/irc_icon.xpm @ 3382:e9a89676d120

[gaim-migrate @ 3401] No longer do we build libicq.so -- run make in src/protocols/icq if you feel you need it for some reason (you don't--use OSCAR) TOC is no longer compiled statically by default. If you need it for some reason, you can load the libtoc.so plugin. Ari Pollak fixed up some #ifdefs to get IM images to work in gtk2, and he fixed a few gtk font warnings elsewhere. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Wed, 07 Aug 2002 23:25:33 +0000
parents 38e156136896
children
line wrap: on
line source

/* XPM */
static char * irc_icon_xpm[] = {
"12 12 11 1",
" 	c None",
".	c #000000",
"+	c #FF2B2B",
"@	c #FF0000",
"#	c #0047E0",
"$	c #0050FF",
"%	c #F2FF00",
"&	c #F8FF42",
"*	c #EFEF00",
"=	c #003BB2",
"-	c #E80000",
"            ",
"            ",
"            ",
" .. .... .. ",
".+@.###$..%.",
".+@.#..$.&*.",
".+@.##$=.&..",
".+-.##$.&&. ",
".+-.#$..&%..",
".@-.#$$..%*.",
".@-.#.$=..*.",
" .. . .. .. "};