Updated README
This commit is contained in:
parent
cd672f87b7
commit
a874cebd98
|
@ -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)
|
![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**
|
||||||
```toml
|
```toml
|
||||||
|
@ -71,8 +71,9 @@ theme = "hyde"
|
||||||
```
|
```
|
||||||
|
|
||||||
**YAML**
|
**YAML**
|
||||||
```
|
```yaml
|
||||||
theme: "hyde"
|
theme: "hyde"
|
||||||
|
|
||||||
params:
|
params:
|
||||||
themeColor: "theme-base-09"
|
themeColor: "theme-base-09"
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue