Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erikzaadi/solarized-octopress-theme
A Solarized theme for the Octopress blogging engine
https://github.com/erikzaadi/solarized-octopress-theme
Last synced: 19 days 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-20T09:43:49.000Z (over 10 years ago)
- Last Synced: 2024-10-08T13:22:10.411Z (about 1 month ago)
- Language: JavaScript
- Size: 553 KB
- Stars: 36
- Watchers: 5
- 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
![Dark](https://github.com/erikzaadi/solarized-octopress-theme/raw/master/images/dark.png)
![Light](https://github.com/erikzaadi/solarized-octopress-theme/raw/master/images/light.png)