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
938 B
37 lines
938 B
/* XPM */
|
|
const char * smile_stress_xpm[] = {
|
|
"25 25 8 1",
|
|
" c None",
|
|
". c #FFFF00",
|
|
"+ c #C0C000",
|
|
"@ c #808000",
|
|
"# c #404000",
|
|
"$ c #303030",
|
|
"% c #000000",
|
|
"& c #585858",
|
|
".........................",
|
|
".........................",
|
|
"........+@#$%$#@+........",
|
|
"......+&$@++.++@$&+......",
|
|
".....+$@.........@$+.....",
|
|
"....+$+...........+$+....",
|
|
"...+$+.............+$+...",
|
|
"...&@..+@@+...+@@+..@&...",
|
|
"..+$...@%%@...@%%@...$+..",
|
|
"..@@...@%%@...@%%@...@@..",
|
|
"..#+...+@@+...+@@+...+#..",
|
|
"..$+.................+$..",
|
|
"..%...................%..",
|
|
"..$+.......+++.......+$..",
|
|
"..#+......@#$#@......+#..",
|
|
"..@@.....@#...#@.....@@..",
|
|
"..+$.....#+...+#.....$+..",
|
|
"...&@....#+...+#....@&...",
|
|
"...+$+...@&...&@...+$+...",
|
|
"....+$+...&#&#&...+$+....",
|
|
".....+$@...+@+...@$+.....",
|
|
"......+&$@++.++@$&+......",
|
|
"........+@#$%$#@+........",
|
|
".........................",
|
|
"........................."};
|