mirror of
https://gitlab.com/LinxGem33/X-Arc-White.git
synced 2026-05-11 00:48:16 +08:00
29 lines
543 B
C
Executable File
29 lines
543 B
C
Executable File
/* XPM */
|
|
static char * stick_active_xpm[] = {
|
|
"16 22 3 1",
|
|
" c None",
|
|
". c #E7E8EB",
|
|
"+ c #A4AAB7",
|
|
"................",
|
|
"................",
|
|
"................",
|
|
"................",
|
|
"................",
|
|
"................",
|
|
"................",
|
|
".......++.......",
|
|
".......++.......",
|
|
".......++.......",
|
|
"....++++++++....",
|
|
"....++++++++....",
|
|
".......++.......",
|
|
".......++.......",
|
|
".......++.......",
|
|
"................",
|
|
"................",
|
|
"................",
|
|
"................",
|
|
"................",
|
|
"................",
|
|
"................"};
|