Windows 터미널 – 사용자 정의 빠른 방법
2206 단어 uncategorized
설치가 완료되면 새 Windows 터미널을 열고 설정으로 바로 이동합니다.
이렇게 하면 구성 설정이 있는 .json 파일이 열립니다. 처음 설치할 때 기본값에서 이 구성 블록이 표시되지 않지만 터미널 세션에 배경 이미지/로고를 추가할 수 있는 기능을 제공합니다.
코드는 다음과 같으며 PowerShell, 명령 프롬프트 및 Azure Cloud Shell을 통해 동일한 테마(이미지)를 활성화합니다.
“defaults”:
{
// Put settings here that you want to apply to all profiles.
“backgroundImage” : “C:\\Users\\micha\\AppData\\Local\\Packages\\Microsoft.WindowsTerminal\_8wekyb3d8bbwe\\RoamingState\\black-on-green.png”,
“backgroundImageOpacity” : 0.75,
“backgroundImageStretchMode” : “fill”
그런 다음 색 구성표를 사용자 지정하려면 이 구성 블록이 표시될 때까지 이 .json 파일에서 조금 더 아래로 스크롤합니다.
PowerShell 상단 블록에서 One-Half Dark 색 구성표를 선택했음을 알 수 있습니다.
기본 항목here that are available을 찾을 수 있습니다.
This also looks like a super site to create other custom themes for your setup
설치하고 사용자 지정하는 데 5분이 걸립니다.
게시물Windows Terminal – Custom Quick How To은 vZilla에 처음 등장했습니다.
Reference
이 문제에 관하여(Windows 터미널 – 사용자 정의 빠른 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/michaelcade1/windows-terminal-custom-quick-how-to-42c3텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)