From c2c6708e779343ead1cea93e6f479d9c629fce49 Mon Sep 17 00:00:00 2001 From: zzossig <52706977+zzossig@users.noreply.github.com> Date: Thu, 28 Nov 2019 01:56:22 +0900 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d03ff6b..9896ddd 100644 --- a/README.md +++ b/README.md @@ -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)]