Based on the Solarized website and the classic theme
git clone http://github.com/erikzaadi/solarized-octopress-theme .themes/solarized
rake install["solarized"]
zsh users: change the last line to
rake install\['solarized'\]
To toggle between light and dark mode, edit sass/custom/_colors.scss and change $sol and $solarized:
$sol : light; // light or dark - Recommended: set $solarized to the opposite of this
$solarized : dark; // (code syntax highlighting theme)