Add icons from Antonis Tsolomitis desktop_approots contribution
This commit is contained in:
32
cde/programs/icons/nedit.t.pm
Normal file
32
cde/programs/icons/nedit.t.pm
Normal 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.",
|
||||
"................"
|
||||
};
|
||||
Reference in New Issue
Block a user