mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
29 lines
544 B
C
29 lines
544 B
C
|
/* XPM */
|
||
|
static char * shade_pressed_xpm[] = {
|
||
|
"16 22 3 1",
|
||
|
" c None",
|
||
|
". c #E7E8EB",
|
||
|
"+ c #5294E2",
|
||
|
"................",
|
||
|
"................",
|
||
|
"................",
|
||
|
"................",
|
||
|
"................",
|
||
|
"................",
|
||
|
"................",
|
||
|
"................",
|
||
|
".......++.......",
|
||
|
"......++++......",
|
||
|
".....++++++.....",
|
||
|
"....++++++++....",
|
||
|
"................",
|
||
|
"....++++++++....",
|
||
|
"....++++++++....",
|
||
|
"................",
|
||
|
"................",
|
||
|
"................",
|
||
|
"................",
|
||
|
"................",
|
||
|
"................",
|
||
|
"................"};
|