renders some blackbox themes

This commit is contained in:
icedman 2020-05-04 01:24:31 +08:00
parent 93811898f0
commit dbd2a51b42
168 changed files with 16082 additions and 2 deletions

View file

@ -0,0 +1,37 @@
/* XPM */
static char * unshadefcs_xpm[] = {
"19 19 15 1",
" c #A7A7A7",
". c #BCBCBC",
"+ c #D3D3D3",
"@ c #DFDFDF",
"# c #E2E2E2",
"$ c #E3E3E3",
"% c #E5E5E5",
"& c #E7E7E7",
"* c #E8E8E8",
"= c #E9E9E9",
"- c #3A3A3A",
"; c #E6E6E6",
"> c #E4E4E4",
", c #E1E1E1",
"' c #DCDCDC",
" ",
"...................",
"+++++++++++++++++++",
"@@@@@@@@@@@@@@@@@@@",
"###################",
"$$$$$$$$$$$$$$$$$$$",
"%%%%%%%%%%%%%%%%%%%",
"&&&&&&&&&&&&&&&&&&&",
"*******************",
"===================",
"*******************",
"********-*-********",
"*********-*********",
";;;;;;;;;;;;;;;;;;;",
">>>>>>>>>>>>>>>>>>>",
",,,,,,,,,,,,,,,,,,,",
",,,,,,,,,,,,,,,,,,,",
",,,,,,,,,,,,,,,,,,,",
"'''''''''''''''''''"};