gitbook-plugin-code_tomorrow_scheme
Version:
tomorrow scheme color for gitbook
29 lines (19 loc) • 532 B
Markdown
# Tomorrow color scheme for GitBook Code
reference by: [GitBook Google Code Prettify Plugin](https://www.npmjs.com/package/gitbook-plugin-google_code_prettify)
## how to install
Step1. save to package.json
```
npm install gitbook-plugin-code_tomorrow_scheme --save
```
Step2. config book.json
```
{
"plugins": ["code_tomorrow_scheme"]
}
```
Setp3. build
```
gitbook build ./
```
## Sample
