# 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

![Sample for Tomorrow color scheme](https://raw.githubusercontent.com/mukiwu/gitbook-plugin-code_tomorrow_scheme/master/code.png)