下载
本步骤可能需要梯子
打开任务栏搜索图标
搜索store 打开
搜索terminal
下载安装即可
简单配置
打开win terminal
点窗口标题栏的 +
点设置打开配置文件
对应词条修改成如下样式
“copyOnSelect”: true,
其他选项根据需求配置
更改配色
打开 https://atomcorp.github.io/themes/
预览和选择需要的配色
对于满意的主题配色点copy theme
加入配置文件的
schemes词条中
注意千万不要放错位置 对的位置有中括号的
如:
"schemes": [
{
"name": "Chester",
"black": "#080200",
"red": "#fa5e5b",
"green": "#16c98d",
"yellow": "#ffc83f",
"blue": "#288ad6",
"purple": "#d34590",
"cyan": "#28ddde",
"white": "#e7e7e7",
"brightBlack": "#6f6b68",
"brightRed": "#fa5e5b",
"brightGreen": "#16c98d",
"brightYellow": "#feef6d",
"brightBlue": "#278ad6",
"brightPurple": "#d34590",
"brightCyan": "#27dede",
"brightWhite": "#ffffff",
"background": "#2c3643",
"foreground": "#ffffff"
},
{
"name": "Hipster Green",
"black": "#000000",
"red": "#b6214a",
"green": "#00a600",
"yellow": "#bfbf00",
"blue": "#246eb2",
"purple": "#b200b2",
"cyan": "#00a6b2",
"white": "#bfbfbf",
"brightBlack": "#666666",
"brightRed": "#e50000",
"brightGreen": "#86a93e",
"brightYellow": "#e5e500",
"brightBlue": "#0000ff",
"brightPurple": "#e500e5",
"brightCyan": "#00e5e5",
"brightWhite": "#e5e5e5",
"background": "#100b05",
"foreground": "#84c138"
},
{
"name": "Monokai Soda",
"black": "#1a1a1a",
"red": "#f4005f",
"green": "#98e024",
"yellow": "#fa8419",
"blue": "#9d65ff",
"purple": "#f4005f",
"cyan": "#58d1eb",
"white": "#c4c5b5",
"brightBlack": "#625e4c",
"brightRed": "#f4005f",
"brightGreen": "#98e024",
"brightYellow": "#e0d561",
"brightBlue": "#9d65ff",
"brightPurple": "#f4005f",
"brightCyan": "#58d1eb",
"brightWhite": "#f6f6ef",
"background": "#1a1a1a",
"foreground": "#c4c5b5"
}
],
之后在如下词条中加入对应配置即可
"profiles":
{
"defaults":
{
"colorScheme" : "Chester",
"userAcrylic" : true,
"acrylicOpacity" : 0.75
// Put settings here that you want to apply to all profiles.
},
未完待续