Mercurial > mplayer.hg
changeset 34913:69fe59abe044
Add a few new CSS colors.
Patch by Federico Kereki, fkereki gmail
author | cehoyos |
---|---|
date | Sun, 24 Jun 2012 12:17:56 +0000 |
parents | 3f8886645ebd |
children | 0fd8191aa8e4 |
files | sub/subassconvert.c |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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},