Skip to content

Commit

Permalink
feat: ✨ enable scrollbar theme
Browse files Browse the repository at this point in the history
  • Loading branch information
aaravind100 committed Sep 22, 2024
1 parent e62a5a3 commit 7251196
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const plugin: JupyterFrontEndPlugin<void> = {
manager.register({
name: palette.name,
isLight: palette.type === 'light',
themeScrollbars: true,
load: () => {
palette.setColorPalette();
return manager.loadCSS(style);
Expand Down

0 comments on commit 7251196

Please sign in to comment.