X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/0d5846dfec3999dcb317d7d0f4f0c4eaf95ca794..b7db12d1360aaf34f69ce856cc2bab385f68080e:/termcol.plp diff --git a/termcol.plp b/termcol.plp index 5a0306a..39c8901 100644 --- a/termcol.plp +++ b/termcol.plp @@ -1,22 +1,21 @@ <(common.inc.plp)><: - our $VERSION = 'v1.0'; - use List::Util 'min'; - -:> - +Html({ + title => 'terminal colour cheat sheet', + version => 'v1.0', + description => [ + "Index of all terminal/console colour codes,", + "with an example result of various environments.", + ], + keywords => [qw' + color code terminal console escape table xterm rxvt + '], + stylesheet => [qw'light dark'], +}); - - -terminal colour cheat sheet - - -<:= stylesheet(qw'light dark') :> - - +use List::Util 'min'; - +:>

Terminal colours

@@ -72,9 +71,18 @@ my %col = ( qw/2E3436 CC0000 4E9A06 C4A000 3465A4 75507B 06989A D3D7CF 555753 EF2929 8AE234 FCE94F 729FCF AD7FA8 34E2E2 EEEEEC/, ], + -xkcd => [ + qw/black maroon green olive navy purple teal silver + grey red lime yellow blue fuchsia cyan white/, + ], + xkcd => [ + 0,0, + qw/000000 650021 15b01a 6e750e 01153e 7e1e9c 029386 c5c9c7 + 929591 e50000 aaff32 ffff14 0343df ed0dd9 00ffff ffffff/, + ], ); -for my $term (qw/html cga xterm tango/) { +for my $term (qw/html cga xterm tango xkcd/) { print '', "\n"; print "\n"; for my $num (0 .. 15) { @@ -139,14 +147,3 @@ print "\n"; <: } :>
- - -
$term