You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
901 B
37 lines
901 B
15 years ago
|
/* XPM */
|
||
|
const char * smile_sleep_xpm[] = {
|
||
|
"25 25 8 1",
|
||
|
" c None",
|
||
|
". c #FFFF00",
|
||
|
"+ c #C0C000",
|
||
|
"@ c #808000",
|
||
|
"# c #404000",
|
||
|
"$ c #303030",
|
||
|
"% c #000000",
|
||
|
"& c #585858",
|
||
|
".........................",
|
||
|
".........................",
|
||
|
"........+@#$%$#@+........",
|
||
|
"......+&$@++.++@$&+......",
|
||
|
".....+$@.........@$+.....",
|
||
|
"....+$+...........+$+....",
|
||
|
"...+$+.............+$+...",
|
||
|
"...&@...............@&...",
|
||
|
"..+$.................$+..",
|
||
|
"..@@...@%%.....%%@...@@..",
|
||
|
"..#+.................+#..",
|
||
|
"..$+.................+$..",
|
||
|
"..%...................%..",
|
||
|
"..$+.................+$..",
|
||
|
"..#+.................+#..",
|
||
|
"..@@.................@@..",
|
||
|
"..+$.....%%%%%%#.....$+..",
|
||
|
"...&@...............@&...",
|
||
|
"...+$+.............+$+...",
|
||
|
"....+$+...........+$+....",
|
||
|
".....+$@.........@$+.....",
|
||
|
"......+&$@++.++@$&+......",
|
||
|
"........+@#$%$#@+........",
|
||
|
".........................",
|
||
|
"........................."};
|