wok view mtpaint/stuff/icons-tango/xpm_select.xpm @ rev 42

Add : isomaster, leafpad, mtpaint with modified icons
author Christophe Lincoln <pankso@slitaz.org>
date Tue Dec 18 14:14:52 2007 +0100 (2007-12-18)
parents
children
line source
1 /* XPM */
2 static char * xpm_select_xpm[] = {
3 "20 20 4 1",
4 " c None",
5 ". c #000000",
6 "+ c #FFFFFF",
7 "@ c #FF0000",
8 " ",
9 " ",
10 " ",
11 " ...+++..+++... ",
12 " +@@@@@@@@@@@@+ ",
13 " +@@@@@@@@@@@@+ ",
14 " +@@@@@@@@@@@@+ ",
15 " .@@@@@@@@@@@@. ",
16 " .@@@@@@@@@@@@. ",
17 " .@@@@@@@@@@@@. ",
18 " +@@@@@@@@@@@@+ ",
19 " +@@@@@@@@@@@@+ ",
20 " +@@@@@@@@@@@@+ ",
21 " .@@@@@@@@@@@@. ",
22 " .@@@@@@@@@@@@. ",
23 " +@@@@@@@@@@@@+ ",
24 " ++..+++++...++ ",
25 " ",
26 " ",
27 " "};