The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME Astro::Montenbruck::Utils::Theme::Light - Console theme without colors.

SYNOPSIS

  use Astro::Montenbruck::Utils::Theme;
  
  my $theme = Astro::Montenbruck::Utils::Theme->create('colorless');

DESCRIPTION

Child class of LAstro::Montenbruck::Utils::Theme> for terminals that do not support colors. It overrides Astro::Montenbruck::Utils::Theme::colored method so that no ANSI color symbols ae included to the output.

METHODS

See he parent class Astro::Montenbruck::Utils::Theme.

AUTHOR

Sergey Krushinsky, <krushi at cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2009-2022 by Sergey Krushinsky

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.