41 lines
1.0 KiB
C
41 lines
1.0 KiB
C
/* XPM */
|
|
static char * university_4_xpm [] = {
|
|
" 24 24 13 1 " ,
|
|
" s None c None",
|
|
". c Black",
|
|
"X s Dark cyan c Cyan4",
|
|
"o s Cyan c Cyan2",
|
|
"O c White",
|
|
"+ s Light gray c Grey75",
|
|
"@ s Dark brown m white c Sienna",
|
|
"# s Dark green c SeaGreen",
|
|
"$ s Brown c Peru",
|
|
"% c Green3",
|
|
"& s Light green c Green",
|
|
"* s Gray c Grey50",
|
|
"= s Light yellow c yellow",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
"........................",
|
|
"........................",
|
|
"OOOOOOOOOOOOOOOOOOOOOOOO",
|
|
"OOOOOOOOOOOOOOOOOOOOOOOO",
|
|
"OOOOOOOOOOOOOOOOOOOOOOOO",
|
|
"........................",
|
|
"@@@@@@@@@@@@@@@@@@@@@@@@",
|
|
"@@@@@@@@@@@@@@@@@@@@@@@@",
|
|
"........................",
|
|
"$$$$$$$$$$$$$$$$$$$$$..$",
|
|
"@$@@$@@$@@$@@$@@$@@$.@.$"};
|