Improve repo structure
This commit is contained in:
parent
fdc4148540
commit
62f200ba03
294 changed files with 499 additions and 516 deletions
|
|
@ -0,0 +1,33 @@
|
|||
/* XPM */
|
||||
static char * shade_prelight_xpm[] = {
|
||||
"24 26 4 1",
|
||||
" c None",
|
||||
". c #1d2021",
|
||||
"+ c #928374 s active_color_1",
|
||||
"@ c #a89984",
|
||||
"@@@@@@@@@@@@@@@@@@@@@@@@",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"...........++...........",
|
||||
"..........++++..........",
|
||||
".........++++++.........",
|
||||
"........++++++++........",
|
||||
".......+++.++.+++.......",
|
||||
"...........++...........",
|
||||
"...........++...........",
|
||||
"...........++...........",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
||||
Loading…
Add table
Add a link
Reference in a new issue