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