21 lines
407 B
C
21 lines
407 B
C
/* XPM */
|
|
static char * bottom_left_active_xpm[] = {
|
|
"12 12 5 1",
|
|
" c None",
|
|
". c #000000 s active_border_color",
|
|
"+ c #FFFFFF s active_hilight_2",
|
|
"@ c #D8D8D8 s active_color_2",
|
|
"# c #B2B2B2 s active_shadow_2",
|
|
"@+@@@ ",
|
|
"@+@@@ ",
|
|
"@+@@@ ",
|
|
"@+@@@ ",
|
|
"@+@@@ ",
|
|
"@+@@@ ",
|
|
"@+@@@ ",
|
|
"@+@@@@@@@@@@",
|
|
"@+@@@@@@@@@@",
|
|
"@+@@@@@@@@@@",
|
|
"@###########",
|
|
"............"};
|