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.
39 lines
408 B
39 lines
408 B
/* XPM */
|
|
static char * titleAT_xpm[] = {
|
|
"1 17 18 1",
|
|
" c None",
|
|
". c #868687",
|
|
"+ c #484848",
|
|
"@ c #344066",
|
|
"# c #425076",
|
|
"$ c #526185",
|
|
"% c #607194",
|
|
"& c #7081A3",
|
|
"* c #7284A6",
|
|
"= c #7587A9",
|
|
"- c #66779A",
|
|
"; c #57668A",
|
|
"> c #4A597D",
|
|
", c #3D4A70",
|
|
"' c #303C63",
|
|
") c #273259",
|
|
"! c #9B9B9B",
|
|
"~ c #363637",
|
|
".",
|
|
"+",
|
|
"@",
|
|
"#",
|
|
"$",
|
|
"%",
|
|
"&",
|
|
"*",
|
|
"=",
|
|
"-",
|
|
";",
|
|
">",
|
|
",",
|
|
"'",
|
|
")",
|
|
"!",
|
|
"~"};
|