ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/dev/xpm.template1
Revision: 1.1.1.1 (vendor branch)
Committed: Mon Feb 6 20:26:07 2006 UTC (18 years, 3 months ago) by root
Branch: UPSTREAM, MAIN
CVS Tags: pre_first_cfarch_normalize_run, pre_second_normalise_run, post_second_normalise_run, post_normalise_revert, rel-2_82, rel-2_81, rel-2_80, UPSTREAM_2006_03_15, rel-3_0, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_0, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, UPSTREAM_2006_02_01, rel-2_53, rel-2_32, post_first_cfarch_normalize_run, UPSTREAM_2006_02_22, rel-2_90, rel-2_92, rel-2_93, rel-2_78, rel-2_61, pre_normalise_revert, rel-2_43, rel-2_42, rel-2_41, HEAD
Changes since 1.1: +0 -0 lines
Log Message:
Initial Import

File Contents

# Content
1 /* XPM */
2 static char * xpm_template1[] = {
3 "24 24 30 1",
4 " s None c None",
5 ". c White",
6 "X c Black",
7 "o s Dark gray c Grey25",
8 "O s Gray c Grey50",
9 "+ s Light gray c Grey75",
10 "@ s Dark red c Firebrick",
11 "# c Red",
12 "$ s Light red c Salmon",
13 "% s Dark green c SeaGreen",
14 "& c Green3",
15 "* s Light green c Green",
16 "= s Dark blue c Navy",
17 "- c Blue",
18 "; s Light blue c DodgerBlue",
19 ": s Dark yellow c Goldenrod",
20 "> s Yellow c Gold",
21 ", s Light yellow c Yellow",
22 "< s Dark magenta c Maroon",
23 "1 c Magenta",
24 "2 s Light magenta c Pink",
25 "3 s Dark cyan c Cyan4",
26 "4 s Cyan c Cyan2",
27 "5 s Light Cyan c Cyan",
28 "6 s Dark orange c Chocolate",
29 "7 s Orange c DarkOrange2",
30 "8 s Light Orange c Orange",
31 "9 s Dark brown c Sienna",
32 "0 s Brown c Peru",
33 "q s Light brown c Khaki",
34 " .XoO+@#$%&*=-;:>,<12345",
35 "67890q ",
36 " ",
37 " ",
38 " ",
39 " ",
40 " ",
41 " ",
42 " ",
43 " ",
44 " ",
45 " ",
46 " ",
47 " ",
48 " ",
49 " ",
50 " ",
51 " ",
52 " ",
53 " ",
54 " ",
55 " ",
56 " ",
57 " "};