16 lines
250 B
C
16 lines
250 B
C
|
/* XPM */
|
||
|
static char *left_active_xpm[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"6 6 3 1",
|
||
|
". c None",
|
||
|
"+ c #d8d8d8 s active_color_2",
|
||
|
"@ c #a1a1a1 s active_shadow_2",
|
||
|
/* pixels */
|
||
|
"@+++++",
|
||
|
"@+++++",
|
||
|
"@+++++",
|
||
|
"@+++++",
|
||
|
"@+++++",
|
||
|
"@+++++"
|
||
|
};
|