NAME Astro::Montenbruck::Utils::Theme::Light - Console theme, for light terminals.
SYNOPSIS
use Astro::Montenbruck::Utils::Theme;
my $theme = Astro::Montenbruck::Utils::Theme->create('light');
DESCRIPTION
Child class of LAstro::Montenbruck::Utils::Theme>, for light terminals. It uses the following colors scheme:
(
data_row_title => 'bright_blue',
data_row_data => 'black',
data_row_selected => 'bright_blue',
table_row_title => 'bright_blue',
table_row_data => 'black',
table_row_error => 'red',
table_col_title => 'bright_blue'
);
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.