This commit is contained in:
Vanessa 2023-06-26 23:30:53 +08:00
parent 694557fd14
commit f09f1dea39
8 changed files with 8 additions and 8 deletions

View file

@ -12,7 +12,7 @@
body {
height: 100%;
margin: 0;
background: #1e1f22;
background: #1e1e1e;
font-size: 12px;
font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", "Hiragino Sans GB", "Microsoft Yahei", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
}

View file

@ -394,7 +394,7 @@ const initKernel = (workspace, port, lang) => {
width: Math.floor(screen.getPrimaryDisplay().size.width / 2),
height: Math.floor(screen.getPrimaryDisplay().workAreaSize.height / 2),
frame: false,
backgroundColor: "#1e1f22",
backgroundColor: "#1e1e1e",
icon: path.join(appDir, "stage", "icon-large.png"),
});