view pixmaps/login_icon.xpm @ 5228:1a53330dfd34

[gaim-migrate @ 5598] People have been talking about doing it, but nobody has done it. Since I want to clean up some header files today: list.[ch] -> blist.[ch] gtklist.h -> gtkblist.h buddy.c -> gtkblist.c committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 26 Apr 2003 17:56:23 +0000
parents 2846a03bda67
children
line wrap: on
line source

/* XPM */
static char * login_icon_xpm[] = {
/* width height num_colors chars_per_pixel */
"12 12 14 1",
/* colors */
" 	c None",
".	c #ccccff",
"X	c #6699cc",
"o	c #336699",
"O	c #000099",
"+	c #000066",
"@	c #cccccc",
"#	c black",
"$	c #999966",
"%	c #ffff66",
"&	c #cccc99",
"*	c #996666",
"=	c #999999",
"-	c #666699",
/* pixels */
"        .XoO",
" OO+O+OOX.@+",
" O#$%$#O .&+",
" +#%%%#+ .@O",
" O#$%*#O .&O",
" O%%%%%O =@O",
" +%%%%%+ #-+",
" O$%%%$O $@O",
" +#%%%#+ .&+",
" O#%%%#O .@O",
"OOO+O+OOX.&+",
"         XoO"};