Data::Printer::Theme::Solarized - Solarized theme for DDP
Contents
Description
This module implements the Solarized theme for Data::Printer, inspired by Ethan Schoonover's original
work <http://ethanschoonover.com/solarized>
Name
Data::Printer::Theme::Solarized - Solarized theme for DDP
See Also
Data::Printer
Data::Printer::Theme
perl v5.38.2 2024-04-27 Data::Printer::Theme::Solarized(3pm)
Synopsis
In your ".dataprinter" file:
theme = Solarized
Or during runtime:
use DDP theme => 'Solarized';
