# HG changeset patch # User insilmaril # Date 1111697338 0 # Node ID ec8c73975c1af3c4e43c4f1ffa874ab739844f65 # Parent 855c486b93606310e2aa062087be5651355c8243 added modifier modes (color,link,copy). Not fully functional yet diff -r 855c486b9360 -r ec8c73975c1a icons/icons.xcf Binary file icons/icons.xcf has changed diff -r 855c486b9360 -r ec8c73975c1a icons/modecopy.xpm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/icons/modecopy.xpm Thu Mar 24 20:48:58 2005 +0000 @@ -0,0 +1,32 @@ +/* XPM */ +static const char * modecopy_xpm[] = { +"22 22 7 1", +" c None", +". c #000000", +"+ c #FFFFFF", +"@ c #000082", +"# c #3C3CFD", +"$ c #8B8BFD", +"% c #0000FF", +"........ ", +".++++++.. ", +".+....+.+. ", +".++++++.++. ", +".+....+.@@@@@@@@ ", +".++++++.@++++++@@ ", +".+.....+@+....+@#@ ", +".+++++++@++++++@$#@ ", +".+.....+@+....+@+$#@ ", +".+++++++@++++++@@@@@@ ", +".+.....+@+....++++++@ ", +".+++++++@+++++++++++@ ", +".+.....+@+.........+@ ", +".+++++++@+++++++++++@ ", +"........@+.........+@ ", +" @+++++++++++@ ", +" @+.........+@ ", +" %%%%%+%%%+%%++%%% ", +" % % %@%@%@%@%@%@@ ", +" % % % % % % % %% ", +" % % % % % % % ", +" % % %%% %% %%% "};