Skip to content

Commit 3862159

Browse files
DenisaCGhbcarlos
andcommitted
Update src/layout.ts
Co-authored-by: Carlos Herrero <carlosherrerocontact@gmail.com>
1 parent b3e968b commit 3862159

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/layout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export class BlocklyLayout extends PanelLayout {
118118
//inject Blockly with appropiate JupyterLab theme.
119119
this._workspace = Blockly.inject(this._host, {
120120
toolbox: this._manager.toolbox,
121-
theme : jupyterlab_theme
121+
theme: THEME
122122
});
123123
}
124124

src/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,6 @@ const jupyterlab_theme = Blockly.Theme.defineTheme('jupyterlab', {
363363
'flyoutForegroundColour': 'var(--jp-layout-color3)',
364364
'flyoutOpacity': 1,
365365
'scrollbarColour': 'var(--jp-border-color0)',
366-
'insertionMarkerColour': 'var(--jp-warn-color-active)',
367366
'insertionMarkerOpacity': 0.3,
368367
'scrollbarOpacity': 0.4,
369368
'cursorColour': 'var(--jp-scrollbar-background-color)',

0 commit comments

Comments
 (0)