|
@@ -8,7 +8,7 @@ import '../style/index.css';
|
|
|
* Initialization data for the {{ cookiecutter.extension_name }} extension.
|
|
|
*/
|
|
|
const extension: JupyterLabPlugin<void> = {
|
|
|
- id: 'jupyter.extensions.theme-light,
|
|
|
+ id: 'jupyter.themes.light',
|
|
|
autoStart: true,
|
|
|
activate: (app) => {
|
|
|
console.log('Light theme is activated!');
|