NAME
Text::ANSITable::ColorTheme::Demo - Demo color themes
VERSION
This document describes version 0.14 of Text::ANSITable::ColorTheme::Demo (from Perl distribution Text-ANSITable-ColorTheme-Extra), released on 2014-12-11.
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/Text-ANSITable-ColorTheme-Extra.
SOURCE
Source repository is at https://github.com/perlancar/perl-Text-ANSITable-ColorTheme-Extra.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Text-ANSITable-ColorTheme-Extra
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
INCLUDED COLOR THEMES
demo_random (Show random color according to detected color depth)
demo_random_16 (Show random 16 color)
demo_random_24bit (Show random 24bit color)
demo_random_256 (Show random 256 color)
demo_random_8 (Show random 8 color)
demo_random_border_color (Demoes coderef in item color)
Accept arguments
border1
andborder2
to set range of random colors. Otherwise full range (000000-ffffff) is used.Also accepts
border1_bg
andborder2_bg
to set random background RGB colors.