Solarized theme for Octopress
Solarized website and the classic theme
Based on theInstall
git clone http://github.com/erikzaadi/solarized-octopress-theme .themes/solarized
rake install["solarized"]
zsh users: change the last line to
rake install\['solarized'\]
Customize
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)