mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
Initial background according to theme, need to set backgroundColor window color
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user