diff options
Diffstat (limited to 'packages/gitbook-plugin-highlight/package.json')
-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" ] } } |