Mercurial > pidgin
annotate pixmaps/status-game.xpm @ 3329:e099cf9a9586
[gaim-migrate @ 3347]
Chip is making a commit!
This makes the FAQ basically identical to the one on the website. I'll look
through the old version in the gaim/docs dir soon and see if some things
should be salvaged and merged into the new one and the website.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Thu, 20 Jun 2002 04:00:52 +0000 |
parents | 304e8c376472 |
children |
rev | line source |
---|---|
3019 | 1 /* XPM */ |
2 static char * status_game_xpm[] = { | |
3 "12 12 14 1", | |
4 " c None", | |
5 ". c #FFFFFF", | |
6 "+ c #838183", | |
7 "@ c #000000", | |
8 "# c #000083", | |
9 "$ c #008183", | |
10 "% c #C5C2FF", | |
11 "& c #C0C0C0", | |
12 "* c #808000", | |
13 "= c #FFFF00", | |
14 "- c #000080", | |
15 "; c #808080", | |
16 "> c #800000", | |
17 ", c #FF0000", | |
18 " &&@@**&& ", | |
19 " &@@====**& ", | |
20 "&@==....=.*&", | |
21 "&@=...====*&", | |
22 "@=..-.=-.==*", | |
23 "@=.&;&&;&==*", | |
24 ".+@####====*", | |
25 "+$%%+%%=,==*", | |
26 "#.....$>==*&", | |
27 "#.#...$===*&", | |
28 "#.....$=**& ", | |
29 "#...#.$*&& "}; |