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,33 @@
/* XPM */
static char * stick_pressed_xpm[] = {
"20 17 13 1",
" c None",
". c #EBEBEB",
"+ c #E9E9E9",
"@ c #E6E6E6",
"# c #E5E5E5",
"$ c #E4E4E4",
"% c #DEDEDE",
"& c #CDCDCD",
"* c #C1C1C1",
"= c #C0C0C0",
"- c #000000",
"; c #CBCBCB",
"> c #FEFEFE",
"....................",
"....................",
"....................",
".....+@##$$$$#@+....",
"....+%&**====*&%+...",
"....@&---------;#...",
"....#*---------*$...",
"....$=-->>>>>--=$...",
"....$=-->-->>--=$...",
"....$=-->>>>>--=$...",
"....$=-->--->--=$...",
"....$=-->>>>>--=$...",
"....#*---------*$...",
"....@&---------;#...",
"....+%&**====*&%+...",
".....+@##$$$$#@+....",
"...................."};