]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/images/kitchen-sink.xpm: New file.
authorManuel Giraud <manuel@ledu-giraud.fr>
Fri, 20 Sep 2024 15:52:59 +0000 (17:52 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 28 Sep 2024 10:45:01 +0000 (12:45 +0200)
(cherry picked from commit daba97699ba04256e782dfa4b88805e5f053a90b)

etc/images/kitchen-sink.xpm [new file with mode: 0644]

diff --git a/etc/images/kitchen-sink.xpm b/etc/images/kitchen-sink.xpm
new file mode 100644 (file)
index 0000000..407b439
--- /dev/null
@@ -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 */
+"................................................................................................",
+"................................................................................................",
+"..................................................................############........######....",
+"..........................................................................####........######....",
+"..................................................................##########################....",
+"................................................................##....................######....",
+"..............................................................##....########################....",
+"..............................................................##..##..................######....",
+"............................................................##########................######....",
+"......................................................................................######....",
+"......................................................................................######....",
+"......................................................................................######....",
+"......................................................................................######....",
+"............................................................##........##..............######....",
+"............................................................####....####..............######....",
+"................................................................####..................######....",
+"............##################################################################################..",
+"..........##..################################################################################..",
+"..........##....############################################################################....",
+"..........##......########........########################################################......",
+"..........##......######..################################################################......",
+"..................######..############......####..####..##################################......",
+"..................######..####......##..####..##..####..##################################......",
+"..........##......######..########..##..####..##..####..##################################......",
+"........####......######..########..##..####..##..####..##################################......",
+"..........##......########........####..####..####......##################################......",
+"..................########################################################################......",
+"..................########################################################################......",
+"..................############..........##################################################......",
+"........##........############..##########################################################......",
+"........####......############..##########....##....####......######....######......######......",
+"..........##......############........####..##..##..##..####..####..####..##..############......",
+"..................############..##########..##..##..##..####..####..##########....########......",
+"..................############..##########..######..##..####..####..####..########..######......",
+"..................############..........##..######..####....##..####....####......########......",
+"..................########################################################################......",
+"..........##........####################################################################........",
+"..........##..........################################################################..........",
+"........####................................####..####..........................................",
+"..............................................##..##........########............................",
+"..............................................##..##......##........##..........................",
+"..............................................##..##....##....####....##........................",
+"..............................................##..##....##..##....##..##........................",
+"..........##..................................##....####....##....##..##........................",
+"..........##....................................##........##......##..##........................",
+"........##..##....................................########........##..##........................",
+"..................................................................##..##........................",
+"................................................................................................"
+};