colours.pl to HTML.

index -|- end

Generated: Tue Feb 2 17:54:28 2010 from colours.pl 2005/05/18 929.

#!/perl
##   "match",  "#0066ff", "#e8e8ff",    "array",       "l.blue", very light mauve
@TTset = (
    "match",  "#0066ff", "#ddddff",    "array",       "l.blue",
    "orange", "#ff6600", "#ffcc99",    "comment",     "brown",
    "regex",  "#66ff00", "#fff4e8",    "unass" ,      "l.brown",
    "green",  "#006400", "#ccffcc",    "s-quote",     "s.green",
    "color1", "#663300", "#ff99cc",    "scalar",      "pink",
    "color2", "#333366", "#cc99ff",    "functions",   "mauve",
    "color3", "#00a000", "#ccff99",    "d-quote",     "b.green",
    "color4", "#0000ff", "#aadd77",    "color4",      "color4",
    "color5", "#660000", "#dd77aa",    "color5",      "color5",
    "peach",  "#003366", "peachpuff",  "hash",        "l.brn",
    "blue",   "blue",    "powderblue", "reserved",    "blue",
    "white",  "#606060", "#ffffff",    "other",       "white",
    "grey",   "#303030", "#cccccc",    "punctuation", "l.grey"
);
1;

index -|- top

checked by tidy  Valid HTML 4.01 Transitional