diff --git a/packages/voila/src/plugins/themes/index.ts b/packages/voila/src/plugins/themes/index.ts index 9f50379e7..d67da1d01 100644 --- a/packages/voila/src/plugins/themes/index.ts +++ b/packages/voila/src/plugins/themes/index.ts @@ -18,7 +18,7 @@ import { ThemeManager } from './thememanager'; * The voila theme manager provider. */ export const themesManagerPlugin: JupyterFrontEndPlugin = { - id: '@jupyterlab/apputils-extension:themes', + id: '@voila-dashboards/voila:theme-manager', description: 'Provides the theme manager.', requires: [JupyterFrontEnd.IPaths], activate: ( @@ -55,7 +55,7 @@ export const themesManagerPlugin: JupyterFrontEndPlugin = { * A plugin to handler the theme */ export const themePlugin: JupyterFrontEndPlugin = { - id: '@voila-dashboards/voila:theme-manager', + id: '@voila-dashboards/voila:theme', autoStart: true, optional: [IThemeManager], activate: async (