Skip to content

Commit ce73d58

Browse files
authored
fix: broken links (#50)
1 parent 06ae275 commit ce73d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/write-a-theme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Slidev toggles a `dark` class on the page's `html` element for switching color s
120120

121121
Syntax highlighting colors are also provided in the theme. We support both [Prism](https://prismjs.com/) and [Shiki](https://github.com/shikijs/shiki). For more information please refer to [the syntax highlighting docs](/custom/highlighters).
122122

123-
You can support either one of them, or both. Refer to the default theme for configurations examples [`./styles/prism.css`](https://github.com/slidevjs/slidev/blob/main/packages/theme-default/styles/prism.css) / [`./setup/shiki.ts`](https://github.com/slidevjs/slidev/blob/main/packages/theme-default/setup/shiki.ts).
123+
You can support either one of them, or both. Refer to the default theme for configurations examples [`./styles/code.css`](https://github.com/slidevjs/slidev/blob/main/packages/create-theme/template/styles/code.css) / [`./setup/shiki.ts`](https://github.com/slidevjs/slidev/blob/main/packages/create-theme/template/setup/shiki.ts).
124124

125125
Also, remember to specify the supported highlighters in your `package.json`
126126

0 commit comments

Comments
 (0)