프로젝트 타이틀 바 색상 변경

This commit is contained in:
ByungyeonKim
2021-10-19 17:56:34 +09:00
parent 2c97ad0183
commit e7255bcf4a

11
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"workbench.colorCustomizations": {
// 상단 타이틀바 글자색
"titleBar.activeForeground": "#ffffff",
"titleBar.inactiveForeground": "#ffffff",
// 상단 타이틀바 배경색
"titleBar.activeBackground": "#1565c0",
"titleBar.inactiveBackground": "#1565c0"
}
}