added themes

This commit is contained in:
Dorian
2021-11-26 18:33:15 -05:00
parent 54a3ece31c
commit 164362de81
1097 changed files with 166796 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
/* XPM */
static char * shade_toggled_prelight_xpm[] = {
"24 26 4 1",
" c None",
". c #a94333",
"+ c #cfd1cd",
"@ c #a8713f",
"@@@@@@@@@@@@@@@@@@@@@@@@",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"...........++...........",
"...........++...........",
"...........++...........",
".......+++.++.+++.......",
"........++++++++........",
".........++++++.........",
"..........++++..........",
"...........++...........",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................"};