Solarized syntax highlighting on search.cpan.org

So, remember Mark A. Stratman’s post about syntax highlighting for search.cpan.org?

You may also be familiar with Ethan Schoonover’s excellent Solarized color palette. If not, go take a quick look; there’s some really nice design and attention to detail over there.

Putting these two things together: I’ve assembled two color schemes from the Solarized palette and submitted them to Mark, and then pestered Graham Barr a bit, and now you can select solarized-dark and solarized-light from the syntax highlighting drop-down menu.

Comments and pull requests welcome :)

-Steve

Hello, world!

#!/usr/bin/perl
use strict;
use warnings;

print "Hello, world!\n";