as_gfx/filesave.xpm

Fri, 28 Nov 2008 11:21:08 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 28 Nov 2008 11:21:08 +0100
changeset 1
d64aaa7d146f
permissions
-rw-r--r--

Fork project trunk at version 0.7.7 to maintain for future usage.
The original Cable & Wireless development team no longer exists.
The OSSP CVS repository is unavailable (cvs co ossp-pkg/as fails),
however http://cvs.ossp.org/dirview?d=ossp-pkg/as/as-gui is working.

michael@1 1 /* XPM */
michael@1 2 static const char *s_kpcFilesave_xpm[] = {
michael@1 3 "22 22 42 1",
michael@1 4 " c None",
michael@1 5 ". c #151515",
michael@1 6 "+ c #000000",
michael@1 7 "@ c #080808",
michael@1 8 "# c #4C4C4C",
michael@1 9 "$ c #7E9B3E",
michael@1 10 "% c #89B22A",
michael@1 11 "& c #FFFFFF",
michael@1 12 "* c #85AF21",
michael@1 13 "= c #5E8300",
michael@1 14 "- c #424242",
michael@1 15 "; c #3A5004",
michael@1 16 "> c #787878",
michael@1 17 ", c #78A800",
michael@1 18 "' c #689000",
michael@1 19 ") c #3B3B3B",
michael@1 20 "! c #86B023",
michael@1 21 "~ c #394F00",
michael@1 22 "{ c #668E00",
michael@1 23 "] c #2C3713",
michael@1 24 "^ c #1E2A00",
michael@1 25 "/ c #303A1A",
michael@1 26 "( c #202D00",
michael@1 27 "_ c #6C6C6C",
michael@1 28 ": c #858585",
michael@1 29 "< c #A6A6A6",
michael@1 30 "[ c #1D2A00",
michael@1 31 "} c #737373",
michael@1 32 "| c #A0A0A0",
michael@1 33 "1 c #B2B2B2",
michael@1 34 "2 c #727272",
michael@1 35 "3 c #A8A8A8",
michael@1 36 "4 c #B7B7B7",
michael@1 37 "5 c #AAAAAA",
michael@1 38 "6 c #B8B8B8",
michael@1 39 "7 c #343434",
michael@1 40 "8 c #BABABA",
michael@1 41 "9 c #75A400",
michael@1 42 "0 c #628800",
michael@1 43 "a c #1D1D1D",
michael@1 44 "b c #1C2600",
michael@1 45 "c c #425B00",
michael@1 46 " ",
michael@1 47 " .++++++++++++++@ ",
michael@1 48 " #$%&&&&&&&&&&&&*=+ ",
michael@1 49 " -%;&>>>>>>>&>>&,'+ ",
michael@1 50 " )!~&&&&&&&&&&&&,{+ ",
michael@1 51 " )!,&>>>>>>>&>>&,{+ ",
michael@1 52 " )!,&&&&&&&&&&&&,{+ ",
michael@1 53 " )!,&>>>&>>>&>>&,{+ ",
michael@1 54 " )!,&&&&&&&&&&&&,{+ ",
michael@1 55 " )!,&&&&&&&&&&&&,{+ ",
michael@1 56 " )!,,,,,,,,,,,,,,{+ ",
michael@1 57 " )!,]++++++++++^,{+ ",
michael@1 58 " )!,+/(((((_:<[+,{+ ",
michael@1 59 " )!,+((((((}|1(+,{+ ",
michael@1 60 " )!,+((((((234(+,{+ ",
michael@1 61 " )!,+((((((:56(+,{+ ",
michael@1 62 " 7*,+((((((<18(+90+ ",
michael@1 63 " a='+bbbbbbbbbb+0c+ ",
michael@1 64 " +++++++++++++++++ ",
michael@1 65 " ",
michael@1 66 " ",
michael@1 67 " "};

mercurial