The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Text::ANSITable::ColorTheme::Demo - Demo color themes

VERSION

version 0.13

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/Text-ANSITable-ColorTheme-Extra.

SOURCE

Source repository is at https://github.com/sharyanto/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

Steven Haryanto <stevenharyanto@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Steven Haryanto.

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 and border2 to set range of random colors. Otherwise full range (000000-ffffff) is used.

    Also accepts border1_bg and border2_bg to set random background RGB colors.