반응형
툴을 어두운 테마로 해놨을 경우 여러개 띄워놓으면 경계가 어디인지 헷갈림
그래서 색상을 변경함
1. setting.json 파일 열기
2. 색상 변경 값 추가 또는 변경
"workbench.colorCustomizations": {
// 상단 타이틀바 글자
"titleBar.activeForeground": "#ffffff",
"titleBar.inactiveForeground": "#000000",
// 상단 타이틀바 배경색
"titleBar.activeBackground": "#9c4b78",
"titleBar.inactiveBackground": "#87e1ec",
// 하단 상태바 색상
"statusBar.background": "#e6c06e",
"statusBar.foreground": "#000000"
}
반응형
'04.기타 > 개발환경' 카테고리의 다른 글
| [git] git commit 로그(메세지) 수정 (0) | 2022.10.12 |
|---|---|
| [GIT] 저장소 초기화 기본 설정 (0) | 2022.04.22 |
| [VS Code] 세로줄 설정 rulers (0) | 2022.04.03 |
| [VS Code] 폴더(Folder), 파인더(Finder) 열기 단축키 설정 (0) | 2022.03.17 |
| [git] 나혼자 개발, git 명령어 (0) | 2022.03.17 |