Windows Terminal终端安装与美化 (2)

配置项的功能说明:

"profiles": [ { // 每个 Profile 的唯一标识符,生成方法见下 "guid": "{e1e1ac58-02c1-456a-a857-01149673a65d}", // 设置为 true 即可在新建菜单中隐藏 "hidden": false, // 名字,会显示在菜单中 "name": "Ubuntu", // 启动命令行 "commandline": "wsl.exe", // 启动目录 "startingDirectory": "%USERPROFILE%", // 字体设置 "fontFace": "Consolas", "fontSize": 11, // 背景亚克力透明效果(窗口失去焦点时无效) "useAcrylic": true, "acrylicOpacity": 0.5, // 背景图片 // "backgroundImage" : "X:\\assets\\background.png", // "backgroundImageOpacity" : 0.5, // "backgroundImageStretchMode" : "uniformToFill", // 菜单与标签中显示的图标 "icon": "X:\\assets\\UbuntuLogo.scale-100.png", // 配色方案,见下 "colorScheme": "Atom", // 光标颜色 "cursorColor": "#FFFFFF", // 光标类型,可选值 "vintage" (), "bar" (), "underscore" (), "filledBox" (), "emptyBox" () "cursorShape": "underscore" // ... 其他配置请参见官方文档 } ]

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zgwgfg.html