Update README.md

This commit is contained in:
zzossig 2019-11-28 01:56:22 +09:00 committed by GitHub
parent b8cff7b4fb
commit c2c6708e77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -545,12 +545,12 @@ themeOptions = ["custom", "dark", ...]
### custom syntax highlighting
1. Make a skin.toml file at root/data folder. Set the chroma_theme value as you want. Refer this [link](https://xyproto.github.io/splash/docs/all.html).
For example, if you want use monokai style, set the param like this.
1. Make a skin.toml file at root/data folder. Set the chroma_theme value as you want. Refer this [link](https://xyproto.github.io/splash/docs/all.html). If chroma_theme include - or _ like special character, just delete it.
For example, if you want use solarized-dark256 style, set the param like this.
```
root/data/skin.toml
chroma_theme = "monokai"
chroma_theme = "solarizeddark256"
```
2. Add a custom style file if you want to change specific colors. [[custom-css](#custom-css)]