diff options
author | Samy Pessé <samypesse@gmail.com> | 2017-02-19 19:21:40 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2017-02-19 19:21:40 +0100 |
commit | 5ae897de06b2e0cba77de57c6af969bf982a7552 (patch) | |
tree | 64a578853fd319b3feb33eba930c0bafac58458e | |
parent | 3445252c1d539d1838e0cbc22119b4aef709cee8 (diff) | |
download | gitbook-5ae897de06b2e0cba77de57c6af969bf982a7552.zip gitbook-5ae897de06b2e0cba77de57c6af969bf982a7552.tar.gz gitbook-5ae897de06b2e0cba77de57c6af969bf982a7552.tar.bz2 |
Add "tomorrow-night" to enum of theme for syntax highlighting
-rw-r--r-- | packages/gitbook-plugin-highlight/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gitbook-plugin-highlight/package.json b/packages/gitbook-plugin-highlight/package.json index a3e4ca1..01d835d 100644 --- a/packages/gitbook-plugin-highlight/package.json +++ b/packages/gitbook-plugin-highlight/package.json @@ -34,7 +34,8 @@ "description": "Color scheme for syntax highlighting.", "default": "tomorrow", "enum": [ - "tomorrow" + "tomorrow", + "tomorrow-night" ] } } |