프로젝트 타이틀 바 색상 변경
This commit is contained in:
11
.vscode/settings.json
vendored
Normal file
11
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"workbench.colorCustomizations": {
|
||||
// 상단 타이틀바 글자색
|
||||
"titleBar.activeForeground": "#ffffff",
|
||||
"titleBar.inactiveForeground": "#ffffff",
|
||||
|
||||
// 상단 타이틀바 배경색
|
||||
"titleBar.activeBackground": "#1565c0",
|
||||
"titleBar.inactiveBackground": "#1565c0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user