25 lines
574 B
C
25 lines
574 B
C
/* XPM */
|
|
static char * bottom_right_active_xpm[] = {
|
|
"16 16 6 1",
|
|
" c None",
|
|
". c #949594 s active_shadow_2",
|
|
"+ c #FFFFFF s active_hilight_2",
|
|
"@ c #D5D6D5 s active_color_2",
|
|
"# c #B4BAB4 s active_mid_2",
|
|
"$ c #000000",
|
|
" @@@.$",
|
|
" @@@.$",
|
|
" @@@.$",
|
|
" @@@.$",
|
|
" @@@.$",
|
|
" @@@.$",
|
|
" @@@.$",
|
|
" @@@.$",
|
|
" @@@.$",
|
|
" @@@.$",
|
|
" @@@.$",
|
|
"@@@@@@@@@@@@@@.$",
|
|
"@@@@@@@@@@@@@@.$",
|
|
"@@@@@@@@@@@@@@.$",
|
|
"...............$",
|
|
"$$$$$$$$$$$$$$$$"};
|