Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalcraftsman committed Jul 15, 2015
1 parent cd672f8 commit a874ceb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ There are eight themes available at this time.

![Hyde theme classes](https://f.cloud.github.com/assets/98681/1817044/e5b0ec06-6f68-11e3-83d7-acd1942797a1.png)

To use a theme, add the `themeColor` variable under `params``, like so:
To use a theme, add the `themeColor` variable under `params`, like so:

**TOML**
```toml
Expand All @@ -71,8 +71,9 @@ theme = "hyde"
```

**YAML**
```
```yaml
theme: "hyde"

params:
themeColor: "theme-base-09"
```
Expand Down

0 comments on commit a874ceb

Please sign in to comment.