comparison pixmaps/bsmile.xpm @ 500:230b022108f4

[gaim-migrate @ 510] adding pixmaps for smileys committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 18 Jul 2000 05:05:41 +0000
parents
children
comparison
equal deleted inserted replaced
499:3ebd3ca4c3d4 500:230b022108f4
1 /* XPM */
2 static char * bsmile_xpm[] = {
3 "15 15 7 1",
4 " c None",
5 ". c #000000",
6 "+ c #CCCC00",
7 "@ c #FFFF00",
8 "# c #666600",
9 "$ c #999900",
10 "% c #FF3300",
11 " ......... ",
12 " .@@@@@@@@@. ",
13 " .@@@@@@@@@@@. ",
14 ".@@@.@@@@@.@@@.",
15 ".@@...@@@...@@.",
16 ".@@...@@@...@@.",
17 ".@@@.@@@@@.@@@.",
18 ".@@@@@@@@@@@@@.",
19 ".@@@@@@@@@@@@@.",
20 ".@@.+@@@@@+.@@.",
21 ".@@@.@@@@@.@@@.",
22 ".@@@.%%%%%.@@@.",
23 " .@@@.....@@@. ",
24 " .@@@@@@@@@. ",
25 " ......... "};