mirror of
https://github.com/wallace-aph/System6-theme.git
synced 2025-02-18 03:31:02 +00:00
25 lines
562 B
C
25 lines
562 B
C
|
/* XPM */
|
||
|
static char * shade_pressed_xpm[] = {
|
||
|
"18 16 5 1",
|
||
|
" c None",
|
||
|
". c #D8D8D8 s active_color_2",
|
||
|
"+ c #B2B2B2 s active_shadow_2",
|
||
|
"@ c #000000 s active_border_color",
|
||
|
"# c #FFFFFF s active_hilight_2",
|
||
|
"..................",
|
||
|
"..++++++++++++++..",
|
||
|
"..+@@@@@@@@@@@@#..",
|
||
|
"..+@@@@@@@@@@@@#..",
|
||
|
"..+@@#########@#..",
|
||
|
"..+@@#........@#..",
|
||
|
"..+@@#++++++++@#..",
|
||
|
"..+@@@@@@@@@@@@#..",
|
||
|
"..+@@#########@#..",
|
||
|
"..+@@#++++++++@#..",
|
||
|
"..+@@@@@@@@@@@@#..",
|
||
|
"..+@@#########@#..",
|
||
|
"..+@@#........@#..",
|
||
|
"..+@@@@@@@@@@@@#..",
|
||
|
"..+#############..",
|
||
|
".................."};
|