# Windows Terminal
# 我的配置
# profiles.defaults
{
"bellStyle": "none",
"colorScheme": "Vitesse Dark",
"font": {
"face": "FiraCode Nerd Font"
}
}
1
2
3
4
5
6
7
2
3
4
5
6
7
# profiles.list
[
{
"commandline": "pwsh -nol"
}
]
1
2
3
4
5
2
3
4
5
# schemes
{
"background": "#121212",
"black": "#393A34",
"blue": "#6394BF",
"brightBlack": "#777777",
"brightBlue": "#6394BF",
"brightCyan": "#5EAAB5",
"brightGreen": "#4D9375",
"brightPurple": "#D9739F",
"brightRed": "#CB7676",
"brightWhite": "#FFFFFF",
"brightYellow": "#E6CC77",
"cursorColor": "#CDC9BD",
"cyan": "#5EAAB5",
"foreground": "#CDCABE",
"green": "#4D9375",
"name": "Vitesse Dark",
"purple": "#D9739F",
"red": "#CB7676",
"selectionBackground": "#252525",
"white": "#CDCABE",
"yellow": "#E6CC77"
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# theme
{
"theme": "dark"
}
1
2
3
2
3