mirror of
https://github.com/wallace-aph/System6-theme.git
synced 2024-11-19 07:31:39 +00:00
24 lines
469 B
C
24 lines
469 B
C
/* XPM */
|
|
static char * bottom_right_inactive_xpm[] = {
|
|
"17 17 3 1",
|
|
" c None",
|
|
". c #000000",
|
|
"+ c #FFFFFF",
|
|
" .+++..",
|
|
" .+++..",
|
|
" .+++..",
|
|
" .+++..",
|
|
" .+++..",
|
|
" .+++..",
|
|
" .+++..",
|
|
" .+++..",
|
|
" .+++..",
|
|
" .+++..",
|
|
" .+++..",
|
|
"............+++..",
|
|
"+++++++++++++++..",
|
|
"+++++++++++++++..",
|
|
"+++++++++++++++..",
|
|
".................",
|
|
"................."};
|