Initial background according to theme, need to set backgroundColor window color

This commit is contained in:
Martin Aeschlimann
2017-04-11 17:27:03 +02:00
parent 0c2b94cf28
commit 5ad8c2f600

View File

@@ -180,8 +180,7 @@ export class VSCodeWindow {
height: this.windowState.height,
x: this.windowState.x,
y: this.windowState.y,
backgroundColor: '#00000000',
transparent: true,
backgroundColor: this.getBackgroundColor(),
minWidth: VSCodeWindow.MIN_WIDTH,
minHeight: VSCodeWindow.MIN_HEIGHT,
show: !isFullscreenOrMaximized,