wok-6.x diff mtpaint/stuff/icons/xpm_open.xpm @ rev 12120
mtpaint: clean-up icons and use new monochrome icons
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Mar 13 13:46:48 2012 +0100 (2012-03-13) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mtpaint/stuff/icons/xpm_open.xpm Tue Mar 13 13:46:48 2012 +0100 1.3 @@ -0,0 +1,45 @@ 1.4 +/* XPM */ 1.5 +static char * xpm_open_xpm[] = { 1.6 +"20 20 22 1", 1.7 +" c None", 1.8 +". c #000000", 1.9 +"+ c #303030", 1.10 +"@ c #353535", 1.11 +"# c #363636", 1.12 +"$ c #343434", 1.13 +"% c #2B2B2B", 1.14 +"& c #2A2A2A", 1.15 +"* c #292929", 1.16 +"= c #313131", 1.17 +"- c #6F6F6F", 1.18 +"; c #6C6C6C", 1.19 +"> c #6D6D6D", 1.20 +", c #5B5B5B", 1.21 +"' c #7D7D7D", 1.22 +") c #B2B2B2", 1.23 +"! c #B3B3B3", 1.24 +"~ c #444444", 1.25 +"{ c #0D0D0D", 1.26 +"] c #171717", 1.27 +"^ c #151515", 1.28 +"/ c #080808", 1.29 +" ", 1.30 +" ", 1.31 +" ..... ", 1.32 +" +@@#$%&&&&&&*= ", 1.33 +" -;;;;>>>>>>>>, ", 1.34 +" ................ ", 1.35 +" ................ ", 1.36 +" ......')))! ~... ", 1.37 +" ...... ... ", 1.38 +" ...... ... ", 1.39 +" ...... ... ", 1.40 +" ...... ... ", 1.41 +" ...... ... ", 1.42 +" ...... ... ", 1.43 +" ..... .. ", 1.44 +" . ", 1.45 +" {]]]]^/ ", 1.46 +" ....... ", 1.47 +" ", 1.48 +" "};