37 lines
686 B
C
37 lines
686 B
C
/* XPM */
|
|
static char * title_3_active_xpm[] = {
|
|
"8 24 10 1",
|
|
" c None",
|
|
". c #000000",
|
|
"+ c #FFFFFF s active_hilight_2",
|
|
"@ c #D5D6D5 s active_color_2",
|
|
"# c #949594 s active_shadow_2",
|
|
"$ c #4B58A2 s active_shadow_1",
|
|
"% c #848FD6 s active_mid_1",
|
|
"& c #525FAB s active_color_1",
|
|
"* c #B4BAB4 s active_mid_2",
|
|
"= c #FFFFFF s active_hilight_1",
|
|
"........",
|
|
"++++++++",
|
|
"@@@@@@@@",
|
|
"$$$$$$$$",
|
|
"&&&&&&&&",
|
|
"%%%%%%%%",
|
|
"&&&&&&&&",
|
|
"%%%%%%%%",
|
|
"&&&&&&&&",
|
|
"%%%%%%%%",
|
|
"&&&&&&&&",
|
|
"%%%%%%%%",
|
|
"&&&&&&&&",
|
|
"%%%%%%%%",
|
|
"&&&&&&&&",
|
|
"%%%%%%%%",
|
|
"&&&&&&&&",
|
|
"%%%%%%%%",
|
|
"&&&&&&&&",
|
|
"%%%%%%%%",
|
|
"&&&&&&&&",
|
|
"$$$$$$$$",
|
|
"@@@@@@@@",
|
|
"@@@@@@@@"};
|