This commit is contained in:
kento2 2025-11-16 22:32:14 +01:00
commit 4603184052
87 changed files with 3677 additions and 0 deletions

View file

@ -0,0 +1,26 @@
/* XPM */
static char *restore_png[] = {
/* columns rows colors chars-per-pixel */
"18 18 2 1 ",
" c black",
". c #ADAEBD",
/* pixels */
"..................",
"..................",
"..................",
"...... ...",
"...... ...",
"...... ....... ...",
"...... ....... ...",
"... .. ...",
"... .. ...",
"... ....... .. ...",
"... ....... ...",
"... ....... ......",
"... ....... ......",
"... ......",
"..................",
"..................",
"..................",
".................."
};