# HG changeset patch # User cehoyos # Date 1340540276 0 # Node ID 69fe59abe044a38c5d536c796f8e274ecc282bcc # Parent 3f8886645ebdfb9703dab91e19d8c1236fd41529 Add a few new CSS colors. Patch by Federico Kereki, fkereki gmail diff -r 3f8886645ebd -r 69fe59abe044 sub/subassconvert.c --- a/sub/subassconvert.c Sun Jun 24 12:17:03 2012 +0000 +++ b/sub/subassconvert.c Sun Jun 24 12:17:56 2012 +0000 @@ -98,13 +98,18 @@ {"aqua", 0xffff00}, {"black", 0x000000}, {"blue", 0xff0000}, + {"cyan", 0xffff00}, {"fuchsia", 0xff00ff}, {"gray", 0x808080}, {"green", 0x008000}, + {"grey", 0x808080}, {"lime", 0x00ff00}, + {"magenta", 0xff00ff}, {"maroon", 0x000080}, {"navy", 0x800000}, {"olive", 0x008080}, + {"orange", 0x00a5ff}, + {"pink", 0xcbc0ff}, {"purple", 0x800080}, {"red", 0x0000ff}, {"silver", 0xc0c0c0},