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

Data::Printer::Theme::Solarized - Solarized theme for DDP

SYNOPSIS

In your .dataprinter file:

    theme = Solarized

Or during runtime:

    use DDP theme => 'Solarized';

DESCRIPTION

This module implements the Solarized theme for Data::Printer, inspired by Ethan Schoonover's original work

Solarized Theme

SEE ALSO

Data::Printer

Data::Printer::Theme