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