NAME
    ColorThemeBase::Static - Base class for color theme modules with static
    list of colors

VERSION
    This document describes version 0.004 of ColorThemeBase::Static (from
    Perl distribution ColorThemeBase-Static), released on 2020-06-08.

DESCRIPTION
    This base class is for color theme modules that only have static color
    list, i.e. all its colors are listed in the %THEME package variable,
    under the key "colors".

    Note that the color itself can be dynamic, e.g. return a coderef.

HOMEPAGE
    Please visit the project's homepage at
    <https://metacpan.org/release/ColorThemeBase-Static>.

SOURCE
    Source repository is at
    <https://github.com/perlancar/perl-ColorThemeBase-Static>.

BUGS
    Please report any bugs or feature requests on the bugtracker website
    <https://rt.cpan.org/Public/Dist/Display.html?Name=ColorThemeBase-Static
    >

    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) 2020 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.

