X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/881b5ab9f702bbdeb2526f93d2512cfa12e405bf..42dac653b12a2d5ff5455c2bccd126e97dcf0ed5:/termcol.inc.pl diff --git a/termcol.inc.pl b/termcol.inc.pl index bf0001b..6e3b6d6 100644 --- a/termcol.inc.pl +++ b/termcol.inc.pl @@ -7,6 +7,12 @@ use Shiar_Sheet::Colour 1.05; ansi => [qw( cga putty xterm tango app html cgarne )], legacy => [qw( c64 msx mac2 risc arnegame dawnbringer cpc cpcboy shiar32 ppu 64 )], + xcolors => sub { + my $pals = do 'termcol-xcolor.inc.pl' or die $! || $@; + $_[0]->{$_} = $pals->{$_} for keys %{$pals}; + return 'xcolor'; + }, + html => { title => 'HTML keywords (inherited by CSS≥2.1 and SVG), mostly identical to X11', href => 'http://www.w3.org/TR/css3-color/#html4',