comparison pixmaps/tongue.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 213da352c0a8
comparison
equal deleted inserted replaced
499:3ebd3ca4c3d4 500:230b022108f4
1 /* XPM */
2 static char * tongue_xpm[] = {
3 "19 19 5 1",
4 " c None",
5 ". c #000000",
6 "+ c #CCCC00",
7 "@ c #FFFF00",
8 "# c #FF0000",
9 " ....... ",
10 " ..+@@@@@+.. ",
11 " .+@@@@@@@@@+. ",
12 " .@@@@@@@@@@@@@. ",
13 " .+@@@.@@@@@.@@@+. ",
14 " .@@@...@@@...@@@. ",
15 ".+@@@...@@@...@@@+.",
16 ".@@@@...@@@...@@@@.",
17 ".@@@@...@@@...@@@@.",
18 ".@@@@@.@@@@@.@@@@@.",
19 ".@@@@@@@@@@@@@@@@@.",
20 ".@@@@@@@@@@@@@@@@@.",
21 ".+@@...........@@+.",
22 " .@@@@@#####@@@@@. ",
23 " .+@@@@@@####@@@+. ",
24 " .@@@@@@@##@@@@. ",
25 " .+@@@@@@@@@+. ",
26 " ..+@@@@@+.. ",
27 " ....... "};