https://github.com/erikzaadi/solarized-octopress-theme
A Solarized theme for the Octopress blogging engine
https://github.com/erikzaadi/solarized-octopress-theme
Last synced: 2 months ago
JSON representation
A Solarized theme for the Octopress blogging engine
- Host: GitHub
- URL: https://github.com/erikzaadi/solarized-octopress-theme
- Owner: erikzaadi
- Created: 2012-04-22T14:20:03.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-03-20T09:43:49.000Z (about 11 years ago)
- Last Synced: 2025-03-16T15:54:05.348Z (2 months ago)
- Language: JavaScript
- Size: 553 KB
- Stars: 36
- Watchers: 4
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## [Solarized](http://ethanschoonover.com/solarized) theme for [Octopress](http://octopress.org/)
### Based on the [Solarized](http://ethanschoonover.com/solarized) website and the classic theme
# Install
```sh
git clone http://github.com/erikzaadi/solarized-octopress-theme .themes/solarized
rake install["solarized"]
```
_zsh users_: change the last line to
```sh
rake install\['solarized'\]
```# Customize
To toggle between light and dark mode, edit *sass/custom/_colors.scss* and change **$sol** and **$solarized**:
```scss$sol : light; // light or dark - Recommended: set $solarized to the opposite of this
$solarized : dark; // (code syntax highlighting theme)```
# Screenshots

