From: Markus R. <rol...@us...> - 2007-06-23 09:07:39
|
Update of /cvsroot/simspark/simspark/contrib/rsgedit/res In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv19559 Added Files: Tag: RSGEDIT_SCINTILLA xpm_ruby.xpm Log Message: - added ruby file icon --- NEW FILE: xpm_ruby.xpm --- /* XPM */ static char *xpm_ruby[] = { /* columns rows colors chars-per-pixel */ "16 16 13 1", "X c #C02040", " c None", "@ c #C04040", "o c #E02040", "O c #E04040", "& c #FFFBF0", "$ c #E08080", "= c #800000", "% c #C0C0C0", "* c #A02000", "# c #C02000", ". c #A02040", "+ c #C00040", /* pixels */ " ", " ", " . ", " XoO ", " .X+++ ", " @o#### ", " $%X#### ", " &&O#### ", " $$ $#*#* ", " @O$$X++# ", " O+O$O+## ", " =+#o$O### ", " =**+OXX#* ", " ", " ", " " }; |