1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

* etc/images/kitchen-sink.xpm: New file.

This commit is contained in:
Manuel Giraud 2024-09-20 17:52:59 +02:00 committed by Eli Zaretskii
parent c12cb25199
commit daba97699b

View File

@ -0,0 +1,56 @@
/* XPM */
static const char *kitchen_sink[] = {
/* columns rows colors chars-per-pixel */
"48 48 2 2 ",
".. c None",
"## c black",
/* pixels */
"................................................................................................",
"................................................................................................",
"..................................................................############........######....",
"..........................................................................####........######....",
"..................................................................##########################....",
"................................................................##....................######....",
"..............................................................##....########################....",
"..............................................................##..##..................######....",
"............................................................##########................######....",
"......................................................................................######....",
"......................................................................................######....",
"......................................................................................######....",
"......................................................................................######....",
"............................................................##........##..............######....",
"............................................................####....####..............######....",
"................................................................####..................######....",
"............##################################################################################..",
"..........##..################################################################################..",
"..........##....############################################################################....",
"..........##......########........########################################################......",
"..........##......######..################################################################......",
"..................######..############......####..####..##################################......",
"..................######..####......##..####..##..####..##################################......",
"..........##......######..########..##..####..##..####..##################################......",
"........####......######..########..##..####..##..####..##################################......",
"..........##......########........####..####..####......##################################......",
"..................########################################################################......",
"..................########################################################################......",
"..................############..........##################################################......",
"........##........############..##########################################################......",
"........####......############..##########....##....####......######....######......######......",
"..........##......############........####..##..##..##..####..####..####..##..############......",
"..................############..##########..##..##..##..####..####..##########....########......",
"..................############..##########..######..##..####..####..####..########..######......",
"..................############..........##..######..####....##..####....####......########......",
"..................########################################################################......",
"..........##........####################################################################........",
"..........##..........################################################################..........",
"........####................................####..####..........................................",
"..............................................##..##........########............................",
"..............................................##..##......##........##..........................",
"..............................................##..##....##....####....##........................",
"..............................................##..##....##..##....##..##........................",
"..........##..................................##....####....##....##..##........................",
"..........##....................................##........##......##..##........................",
"........##..##....................................########........##..##........................",
"..................................................................##..##........................",
"................................................................................................"
};