first commit

This commit is contained in:
Aidan Haas
2025-11-04 14:59:39 -05:00
commit 588a811676
130 changed files with 6495 additions and 0 deletions
+39
View File
@@ -0,0 +1,39 @@
/* XPM */
static const char *xpm_3[] = {
"32 32 3 1",
"! c None",
"# c #000000",
"$ c #ffffff",
"!!!!!!!!!!!!#########!!!!!!!!!!!",
"!!!!!!!!!!##$$$$$$$$$##!!!!!!!!!",
"!!!!!!!!!###$$$$$$$$$###!!!!!!!!",
"!!!!!!!####$$$#$$$#$$$####!!!!!!",
"!!!!!!#####$$$#$$$#$$$####!!!!!!",
"!!!!!!#####$$$#$$$#$$$#####!!!!!",
"!!!!!######$$$$$$$$$$$######!!!!",
"!!!!#######$#$$###$$#$#######!!!",
"!!!!####!!#$$#$$#$$#$$#!!####!!!",
"!!!#####!!!#$###$###$#!!!#####!!",
"!!!####!!!!#$$#$$$#$$#!!!!####!!",
"!!!!##!!!!!####$#$###$#!!!!##!!!",
"!!!!!!!!!!##$$#$#$#$$$$#!!!!!!!!",
"!!!!!!!!!#$$$$#$#$#$$$$$###!!!!!",
"!!!!!!!##$$$$$#$#$#$$$$$$$$###!!",
"!!!!!##$$$$$$$$###$$$$$$$$$$$$#!",
"!!!##$$$$$$#$$$####$$$$#######!!",
"!!#$$$$$####$$$#$$$#$$$#!!!!!!!!",
"!!!#####!!!#$$$#$$$#$$$#!!!!!!!!",
"!!!!!!!!!!!#$$$#$$$$#$$#!!!!!!!!",
"!!!!########$$#$$$$$#$$#!!!!!!!!",
"!!!#$$$$$$$#$$#$$$$$#$$#!!!!!!!!",
"!!#$$$#######$##$$$$#$$$#!!!!!!!",
"!!####!!!!!!#$$#$$$$#$$$#!!!!!!!",
"!!!!!!!!!!!!#$$#$$###$$$#!!!!!!!",
"!!!!!!!!!!!##$$####!#$$$#!!!!!!!",
"!!!!!!!!!!!#$$##!!!!#$$$#!!!!!!!",
"!!!!!!!!!!!#$$#!!!!!#$$##!!!!!!!",
"!!!!!!!!!!!#$$#!!!!!##$#!!!!!!!!",
"!!!!!!!!!!!#$##!!!!!!###!!!!!!!!",
"!!!!!!!!!!!###!!!!!!!##!!!!!!!!!",
"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
};