as_gfx/cutd.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_kpcDcut_xpm[] = {
michael@1 3 "22 22 35 1",
michael@1 4 " c None",
michael@1 5 ". c #646464",
michael@1 6 "+ c #808080",
michael@1 7 "@ c #666666",
michael@1 8 "# c #686868",
michael@1 9 "$ c #6B6B6B",
michael@1 10 "% c #EFEFEF",
michael@1 11 "& c #EEEEEE",
michael@1 12 "* c #EAEAEA",
michael@1 13 "= c #E2E2E2",
michael@1 14 "- c #D8D8D8",
michael@1 15 "; c #D9D9D9",
michael@1 16 "> c #CECECE",
michael@1 17 ", c #6A6A6A",
michael@1 18 "' c #696969",
michael@1 19 ") c #656565",
michael@1 20 "! c #676767",
michael@1 21 "~ c #A6A6A6",
michael@1 22 "{ c #B2B2B2",
michael@1 23 "] c #A1A1A1",
michael@1 24 "^ c #BEBEBE",
michael@1 25 "/ c #BCBCBC",
michael@1 26 "( c #CBCBCB",
michael@1 27 "_ c #EBEBEB",
michael@1 28 ": c #B3B3B3",
michael@1 29 "< c #CFCFCF",
michael@1 30 "[ c #C1C1C1",
michael@1 31 "} c #E1E1E1",
michael@1 32 "| c #D2D2D2",
michael@1 33 "1 c #D7D7D7",
michael@1 34 "2 c #E0E0E0",
michael@1 35 "3 c #E5E5E5",
michael@1 36 "4 c #E9E9E9",
michael@1 37 "5 c #E7E7E7",
michael@1 38 "6 c #E3E3E3",
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 " )+++[}|+<1+ ",
michael@1 52 " .+++++{++-23+ ",
michael@1 53 " .++ +++ )+344+ ",
michael@1 54 " ++ ,+$ +4*4+ ",
michael@1 55 " ++ ++ +4*4+ ",
michael@1 56 " +++,++ +5=6+ ",
michael@1 57 " !++++, +++++ ",
michael@1 58 " !++$ ",
michael@1 59 " ",
michael@1 60 " "};

mercurial