You are viewing the version of this documentation from Perl 5.42.0. View the latest version

CONTENTS

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