Gitbook plugin for prism-themes base on gitbook-plugin-prism.
npm install gitbook-plugin-prism-themesIt provides additional themes when using gitbook-plugin-prism。
1. Add the plugin to your book.json, and disable default GitBook code highlighting:
``json`
{
"plugins": ["-highlight", "prism", "prism-themes"]
}
1. Install the plugins
`bash`
gitbook install
1. Update gitbook-plugin-prism's configuration, override default styles:
`json`
"pluginsConfig": {
"prism": {
"css": [
"prism-themes/themes/prism-duotone-dark.css"
]
}
}
${yourBookDir}/node_modules/
All css files must reside in the same folder.
The css file's root path is .prism-themes` is an dependency of this plugin.
The NPM module
Apache 2