WSL
window terminal theme 설정
에어컨조아
2020. 6. 6. 16:36
드디어 window에서 linux를 안전하게 사용할 수 있는 정식버전인 2004로 업데이트 되었다.
개인적으로 너무 기다렸던 버전인데 개발을 시작하기전에 window terminal 설정을 한번 해보려고 한다.
theme 설정
- power shell을 열어 설정메뉴를 클릭한다.
- 그러면 terminal의 theme를 설정을 변경할 수 있는 settings.json파일이 열린다.
- 해당 경로에서 원하는 theme를 선택 한다.(https://atomcorp.github.io/themes/)
- settings.json파일에 schemes키 부분의 value값으로 복사한 theme값을 붙여넣는다.
- defaults에 추가로 폰트 설정, 폰트 크기, 테마이름 등을 설정한다.
"defaults": {
// Put settings here that you want to apply to all profiles
"colorScheme": "Elementary",
"fontSize": "10",
"fontFace": "Monaco",
},