diff --git a/docs/howto/user-env/override-lab-settings.md b/docs/howto/user-env/override-lab-settings.md index 7bb6dfe..cba3703 100644 --- a/docs/howto/user-env/override-lab-settings.md +++ b/docs/howto/user-env/override-lab-settings.md @@ -63,6 +63,7 @@ setting snippet to add to the `overrides.json` file later. setting of `@jupyterlab/apputils-extension:theme` as can be seen above. 1. Build your `json` snippet. In this case, our snippet should look like this: + ```json { "@jupyterlab/apputils-extension:themes": { @@ -70,6 +71,7 @@ setting snippet to add to the `overrides.json` file later. } } ``` + We only want to change the **Selected Theme**, so we don't need to include the other theme-related settings for CSS and the scrollbar.