added modifier modes (color,link,copy). Not fully functional yet
1.1 Binary file icons/icons.xcf has changed
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
2.2 +++ b/icons/modecopy.xpm Thu Mar 24 20:48:58 2005 +0000
2.3 @@ -0,0 +1,32 @@
2.4 +/* XPM */
2.5 +static const char * modecopy_xpm[] = {
2.6 +"22 22 7 1",
2.7 +" c None",
2.8 +". c #000000",
2.9 +"+ c #FFFFFF",
2.10 +"@ c #000082",
2.11 +"# c #3C3CFD",
2.12 +"$ c #8B8BFD",
2.13 +"% c #0000FF",
2.14 +"........ ",
2.15 +".++++++.. ",
2.16 +".+....+.+. ",
2.17 +".++++++.++. ",
2.18 +".+....+.@@@@@@@@ ",
2.19 +".++++++.@++++++@@ ",
2.20 +".+.....+@+....+@#@ ",
2.21 +".+++++++@++++++@$#@ ",
2.22 +".+.....+@+....+@+$#@ ",
2.23 +".+++++++@++++++@@@@@@ ",
2.24 +".+.....+@+....++++++@ ",
2.25 +".+++++++@+++++++++++@ ",
2.26 +".+.....+@+.........+@ ",
2.27 +".+++++++@+++++++++++@ ",
2.28 +"........@+.........+@ ",
2.29 +" @+++++++++++@ ",
2.30 +" @+.........+@ ",
2.31 +" %%%%%+%%%+%%++%%% ",
2.32 +" % % %@%@%@%@%@%@@ ",
2.33 +" % % % % % % % %% ",
2.34 +" % % % % % % % ",
2.35 +" % % %%% %% %%% "};