You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
456 B
32 lines
456 B
/* XPM */
|
|
static char * dframeIBR_xpm[] = {
|
|
"9 9 19 1",
|
|
" c None",
|
|
". c #E0DFDE",
|
|
"+ c #E1E0DF",
|
|
"@ c #B8B8B8",
|
|
"# c #D4D3D2",
|
|
"$ c #9A9796",
|
|
"% c #DBDBD9",
|
|
"& c #B1B1B1",
|
|
"* c #E2E2E1",
|
|
"= c #ABABAB",
|
|
"- c #D0CFCE",
|
|
"; c #B6B6B5",
|
|
"> c #DBDAD8",
|
|
", c #B7B6B6",
|
|
"' c #D5D4D3",
|
|
") c #BDBCBC",
|
|
"! c #E2E2E0",
|
|
"~ c #939393",
|
|
"{ c #A6A6A6",
|
|
".......+@",
|
|
"......#+@",
|
|
".....#$%&",
|
|
"......%*=",
|
|
".....#.-;",
|
|
"..#.#$>, ",
|
|
".#$%.>') ",
|
|
"..%!-,) ",
|
|
"~~~~{ "};
|