|
@@ -60,7 +60,7 @@ There are eight themes available at this time.
|
60
|
60
|
|
61
|
61
|
![Hyde theme classes](https://f.cloud.github.com/assets/98681/1817044/e5b0ec06-6f68-11e3-83d7-acd1942797a1.png)
|
62
|
62
|
|
63
|
|
-To use a theme, add the `themeColor` variable under `params``, like so:
|
|
63
|
+To use a theme, add the `themeColor` variable under `params`, like so:
|
64
|
64
|
|
65
|
65
|
**TOML**
|
66
|
66
|
```toml
|
|
@@ -71,8 +71,9 @@ theme = "hyde"
|
71
|
71
|
```
|
72
|
72
|
|
73
|
73
|
**YAML**
|
74
|
|
-```
|
|
74
|
+```yaml
|
75
|
75
|
theme: "hyde"
|
|
76
|
+
|
76
|
77
|
params:
|
77
|
78
|
themeColor: "theme-base-09"
|
78
|
79
|
```
|