Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)