The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

SEE ALSO

Data::Printer

Data::Printer::Theme