You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/plugin/styles/README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,9 @@ Add the theme using the following as a template under the section `Add new Prism
88
88
}
89
89
```
90
90
91
+
## ⌨ Add theme to the demo site
92
+
Update `src/stores/index.ts` by including the new theme name in either `prismThemes` or `highlightThemes` array depending on the theme added. Themes are alphabetically organized.
93
+
91
94
## 🔬 Test your changes
92
95
There are plenty of examples in the demo site, so please make sure to test your changes before submitting a pull request.
0 commit comments