X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/0934eb163565512a7e1622f931a2f6a60b7c0872..378a4a965686565a5b1431e23545bf1b6b79d38f:/termcol.plp diff --git a/termcol.plp b/termcol.plp index c7c74bf..4b91032 100644 --- a/termcol.plp +++ b/termcol.plp @@ -1,28 +1,24 @@ -<: -use utf8; -use strict; -use warnings; -use open IO => ':utf8'; -use List::Util 'min'; - -our $VERSION = 'v1.0'; +<(common.inc.plp)><: -$header{content_type} = 'text/html; charset=utf-8'; - -:> - +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 - - - +use List::Util 'min'; - +:>

Terminal colours

- +:>
-

88-colour space

+:> +<: if ($ENV{PATH_INFO} =~ /256/) { :>
-

256-colour space

+ +:> +<: } :> +