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, for dark terminals.

SYNOPSIS

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

DESCRIPTION

Child class of LAstro::Montenbruck::Utils::Theme>, for dark terminals. It uses the following colors scheme:

  (
    data_row_title     => 'white',
    data_row_data      => 'bright_white',
    data_row_selected  => 'bright_yellow',
    table_row_title    => 'white',
    table_row_data     => 'bright_yellow',
    table_row_error    => 'red',
    table_col_title    => 'white'
  );

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.