Add icons from Antonis Tsolomitis desktop_approots contribution

This commit is contained in:
Jon Trulson
2018-07-18 18:35:04 -06:00
parent 5259022498
commit cd38de99e4
225 changed files with 59106 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
/* XPM */
static char *nedit_16[] = {
/* width height num_colors chars_per_pixel */
" 16 16 9 1",
/* colors */
". c None",
"# c #cccccc",
"a c #000066",
"b c #0000cc",
"c c #999999",
"d c #666666",
"e c #009900",
"f c #ffffff",
"g c #000000",
/* pixels */
"................",
".##..###........",
".bbb..ba........",
"..bbb.b.........",
"..b.bbb.........",
"..b..bb.........",
"..b.eeeeeeeeeee.",
".#baeeeeeeeeeee.",
"....cfffffffffc.",
"....cfgggffgffc.",
"....cfffffffffc.",
"....cfffggffffc.",
"....cfffffffffc.",
"....ccccccccccc.",
"....ddddddddddd.",
"................"
};