as_gfx/cut.xpm

Wed, 07 Jan 2009 18:49:25 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 07 Jan 2009 18:49:25 +0100
changeset 12
ceb4ba3d2d00
permissions
-rw-r--r--

Bump copyright year number.

michael@1 1 /* XPM */
michael@1 2 static const char *s_kpcCut_xpm[] = {
michael@1 3 "22 22 32 1",
michael@1 4 " c None",
michael@1 5 ". c #000000",
michael@1 6 "+ c #DFDFDF",
michael@1 7 "@ c #DCDCDC",
michael@1 8 "# c #D5D5D5",
michael@1 9 "$ c #C4C4C4",
michael@1 10 "% c #B2B2B2",
michael@1 11 "& c #D4D4D4",
michael@1 12 "* c #B3B3B3",
michael@1 13 "= c #9D9D9D",
michael@1 14 "- c #666666",
michael@1 15 "; c #646464",
michael@1 16 "> c #434343",
michael@1 17 ", c #DEDEDE",
michael@1 18 "' c #7D7D7D",
michael@1 19 ") c #787878",
michael@1 20 "! c #A6A6A6",
michael@1 21 "~ c #D6D6D6",
michael@1 22 "{ c #676767",
michael@1 23 "] c #9E9E9E",
michael@1 24 "^ c #949494",
michael@1 25 "/ c #C2C2C2",
michael@1 26 "( c #A5A5A5",
michael@1 27 "_ c #AFAFAF",
michael@1 28 ": c #7B7B7B",
michael@1 29 "< c #B0B0B0",
michael@1 30 "[ c #C1C1C1",
michael@1 31 "} c #CBCBCB",
michael@1 32 "| c #D3D3D3",
michael@1 33 "1 c #CECECE",
michael@1 34 "2 c #C5C5C5",
michael@1 35 "3 c #C7C7C7",
michael@1 36 " ",
michael@1 37 " ",
michael@1 38 " ... ",
michael@1 39 " ..... ....... ",
michael@1 40 " ...... .+@#$%. ",
michael@1 41 " .. .. .+@&*=. ",
michael@1 42 " .. ... .+@&*=. ",
michael@1 43 " ... ..-.+@&*=. ",
michael@1 44 " .....;.+@&*=. ",
michael@1 45 " ...>.+@&*=. ",
michael@1 46 " ...,')*=.. ",
michael@1 47 " ..!~){].. ",
michael@1 48 " ...^/(.]_. ",
michael@1 49 " .....:..<[}. ",
michael@1 50 " .. ... .}||. ",
michael@1 51 " .. ... .|&|. ",
michael@1 52 " .. .. .|&|. ",
michael@1 53 " ...... .123. ",
michael@1 54 " ...... ..... ",
michael@1 55 " .... ",
michael@1 56 " ",
michael@1 57 " "};

mercurial