Skip to content

Latest commit

 

History

History
executable file
·
30 lines (20 loc) · 882 Bytes

README.md

File metadata and controls

executable file
·
30 lines (20 loc) · 882 Bytes

Based on the Solarized website and the classic theme

Install

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)

Screenshots

Dark

Light