Mercurial > pidgin.yaz
comparison pixmaps/protocols/yahoo/yahoo_bye.xpm @ 3035:0f1766887ddd
[gaim-migrate @ 3048]
Maybe this totally sucks, maybe it doesn't. If you like this, please let me know.
If you have geniunely sincere constructive criticism, then approach me in a nic way.
If you think it sucks then you can build yourself a wee little bridge and get the hell on over it.
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Wed, 13 Mar 2002 04:06:23 +0000 |
parents | |
children | 388230971b20 |
comparison
equal
deleted
inserted
replaced
3034:4f43ccaf4360 | 3035:0f1766887ddd |
---|---|
1 /* XPM */ | |
2 static char *yahoo_bye[] = { | |
3 /* width height ncolors chars_per_pixel */ | |
4 "18 18 20 1", | |
5 /* colors */ | |
6 " c #000000", | |
7 ". c #CCCC33", | |
8 "X c #999999", | |
9 "o c #CCCCFF", | |
10 "O c #999966", | |
11 "+ c #FF9999", | |
12 "@ c #CCCCCC", | |
13 "# c #663333", | |
14 "$ c #848200", | |
15 "% c #993333", | |
16 "& c #FFFF33", | |
17 "* c #CC3333", | |
18 "= c #666666", | |
19 "- c #FFFFFF", | |
20 "; c #FFFF00", | |
21 ": c #FBFBFB", | |
22 "> c #CCCC66", | |
23 ", c #CC6666", | |
24 "< c #FFFFCC", | |
25 "1 c None", | |
26 /* pixels */ | |
27 "::::::X######X::::", | |
28 ":::::#........#:::", | |
29 "::::#.&&&&&&&..#::", | |
30 ":::#.&&&&OO&&&..#:", | |
31 "::=.&&&&O..&&&...=", | |
32 ":#.&X=XO-- &&.OOO#", | |
33 ":%X==-==X--&&.- O%", | |
34 "X==-=<=-=oo&.---.*", | |
35 "=-=<=<=<=&&OO.oo+%", | |
36 "=<=<=<=<===&..+++#", | |
37 "=<=<---@O-=&&&,+,=", | |
38 "=<-<@@@.--=,,%&.$=", | |
39 "=<-@<@.--=&&&&..=:", | |
40 "=<-<<@--<=;$$$.=::", | |
41 ":=<-<<--=;;>>>=:::", | |
42 "::=<---=%##%==::::", | |
43 ":::=====::::::::::", | |
44 "::::::::::::::::::" | |
45 }; |