Group
Extension

Matches 1

ColorTheme ( P/PE/PERLANCAR/ColorTheme-2.1.5.tar.gz, PERLANCAR, 2024; MetaCPAN )
ColorTheme/lib/ColorTheme.pm ( view source; MetaCPAN )
 existing one
for a specific application. For example, for L<JSON::Color>, see
L<ColorTheme::JSON::Color::default_rgb> or
L<ColorTheme::JSON::Color::bright256>.

=head1 SPECIFICATION STATUS

The serie
entially, a mapping of item names and item colors. For example, a color theme
for syntax-coloring JSON might be something like:

 {
   string  => "ffff00",
   number  => "00ffff",
   comma   => "",
  
 => "ff0000",
   true    => "00ff00",
   false   => "008000",
 }

An application (in this case, a JSON pretty-printer) will consult the color
theme to get the color codes for various items. By using a

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.