Add new packages installed

This commit is contained in:
Mateus Pinto Rodrigues
2018-03-27 20:52:59 -03:00
parent e684741609
commit 2362e805bd
1493 changed files with 172412 additions and 4636 deletions

View File

@@ -0,0 +1,31 @@
/* XPM */
static char *noway16[] = {
/* columns rows colors chars-per-pixel */
"16 16 9 1",
" c red",
". c #FD0D0D",
"X c #FA1C1C",
"o c #F52D2D",
"O c #FB5B5B",
"+ c #FC6060",
"@ c #FFBBBB",
"# c #FEFEFE",
"$ c None",
/* pixels */
"$$$$$ XXXX $$$$$",
"$$$X. .X$$$",
"$$o o$$",
"$X. .X$",
"$. .$",
" ",
"O@@@@@@@@@@@@@@O",
"+##############+",
"+##############+",
"O@@@@@@@@@@@@@@O",
" ",
"$. .$",
"$X. .X$",
"$$o o$$",
"$$$X. .X$$$",
"$$$$$ XXXX $$$$$"
};