I pieced together this lengthy Sass snippet as a basis for creating syntax highlighter themes for Pygments in Sass. There are a couple cool things going on here.

This is the solarized color scheme. I wish I could credit the source but I’ve long since lost the link where I got the original colors.

All the colors are 6-digit hex on the same position in their lines. That makes it easy to use multiple cursors to add color transformations using Compass or Bourbon. It’s also just easier to customize this way.