天天看點

byebye 黑視窗,打造顔值CMD

目錄

一、準備

二、配置

byebye 黑視窗,打造顔值CMD

一、準備

  • 首先在應用視窗下載下傳windows terminal
  • 下載下傳你喜歡的背景圖檔,例如:
byebye 黑視窗,打造顔值CMD

二、配置

打開設定-> JSON檔案:

byebye 黑視窗,打造顔值CMD

 替換profiles代碼段,在backgroundImage添加自己喜歡的背景圖檔即可

"profiles": 
    {
        "defaults": 
        {
            "acrylicOpacity": 0.69999999999999996,
            "backgroundImage": "C:\\Users\\User\\Pictures\\Saved Pictures\\cmdback2.jpg",
            "backgroundImageOpacity": 0.5,
            "colorScheme": "Slate",
            "fontFace": "Consolas Code",
            "useAcrylic": true
        },
        "list": 
        [
            {
                "commandline": "cmd.exe",
                "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
                "hidden": false,
                "icon": "C:\\Users\\User\\Pictures\\Saved Pictures\\cmdico3.jpg",
                "name": "Super Terminal",
                "startingDirectory": "./"
            },
            {
                "commandline": "powershell.exe",
                "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
                "hidden": false,
                "icon": "C:\\Users\\User\\Pictures\\Saved Pictures\\cmdico4.jpg",
                "name": "Super Terminal",
                "startingDirectory": "./"
            },
            {
                "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
                "hidden": false,
                "name": "Azure Cloud Shell",
                "source": "Windows.Terminal.Azure"
            }
        ]
    }
           

 參考:教你如何擁有好看的CMD界面 如何美化Windows Terminal_徐忠炜的部落格-CSDN部落格_cmd界面