comparison pixmaps/status-here.xpm @ 1232:0c7c659fc730

[gaim-migrate @ 1242] cool pixmaps for yahoo, better signon time for yahoo/icq, better idle time for yahoo. i have a final tomorrow. now today. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 11 Dec 2000 11:44:22 +0000
parents
children 182fbac488c0
comparison
equal deleted inserted replaced
1231:11d67bbda8ae 1232:0c7c659fc730
1 /* XPM */
2 static char * status_here_xpm[] = {
3 "16 16 10 1",
4 " c None",
5 ". c #C0C0C0",
6 "+ c #000000",
7 "@ c #808000",
8 "# c #FFFF00",
9 "$ c #FFFFFF",
10 "% c #000080",
11 "& c #808080",
12 "* c #800000",
13 "= c #FF0000",
14 " ",
15 " ...... ",
16 " ...++@@... ",
17 " ..++####@@.. ",
18 " .+##$$$$#$@. ",
19 " ..+#$$$####@.. ",
20 " .+#$$%$#%$##@. ",
21 " .+#$.&..&.##@. ",
22 " .+##########@. ",
23 " .+##*####=##@. ",
24 " ..+##*==*##@.. ",
25 " .+########@. ",
26 " ..++#$$#@@.. ",
27 " ...+++@... ",
28 " ...... ",
29 " "};
30