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,47 @@
/* XPM */
static char * close_unfocus_xpm[] = {
"20 17 27 1",
" c None",
". c #EBEBEB",
"+ c #E8E8E8",
"@ c #E0E0E0",
"# c #FEFEFE",
"$ c #B4B4B4",
"% c #D4D4D4",
"& c #E4E4E4",
"* c #B6B6B6",
"= c #D8D8D8",
"- c #999999",
"; c #C8C8C8",
"> c #DCDCDC",
", c #858585",
"' c #969696",
") c #606060",
"! c #7C7C7C",
"~ c #717171",
"{ c #5A5A5A",
"] c #6B6B6B",
"^ c #E2E2E2",
"/ c #747474",
"( c #B3B3B3",
"_ c #6E6E6E",
": c #757575",
"< c #727272",
"[ c #7D7D7D",
"....................",
"....................",
".....+@@+...+@@+....",
"....+##$%&.&##*=+...",
"....@###-;>###,*@...",
"....@$###'###)!$@...",
"....+%-#####)~-%+...",
".....&;'###{]';^....",
"......>#####/(>.....",
".....&###{###';^....",
"....+###)_:###-%+...",
"....@##)~'('##<$@...",
"....@*,!-;>;-<[*@...",
"....+=*$%&.&%$*=+...",
".....+@@+...+@@+....",
"....................",
"...................."};