mirror of
https://github.com/wallace-aph/System6-theme.git
synced 2024-11-19 07:31:39 +00:00
25 lines
565 B
C
25 lines
565 B
C
/* XPM */
|
|
static char * maximize_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",
|
|
"..................",
|
|
"..++++++++++++++..",
|
|
"..+@@@@@@@@@@@@#..",
|
|
"..+@@@@@@@@@@@@#..",
|
|
"..+@@###########..",
|
|
"..+@@#+++++++++#..",
|
|
"..+@@@@@@@@@@@@#..",
|
|
"..+@@###########..",
|
|
"..+@@#........+#..",
|
|
"..+@@#........+#..",
|
|
"..+@@#........+#..",
|
|
"..+@@#........+#..",
|
|
"..+@@#........+#..",
|
|
"..+@@#+++++++++#..",
|
|
"..+#############..",
|
|
".................."};
|