-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json.2022-01-18T00-06-52.backup
148 lines (148 loc) · 5.64 KB
/
settings.json.2022-01-18T00-06-52.backup
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"initialCols": 120,
"initialRows": 45,
"theme": "dark",
"profiles": {
"defaults": {
"useAcrylic": true,
"acrylicOpacity": 0.8,
"fontSize": 11,
"colorScheme": "Campbell",
"backgroundImageStretchMode": "none",
"backgroundImageOpacity": 0.3,
"backgroundImageAlignment": "bottomRight",
"cursorShape": "underscore",
"historySize": 9001,
"fontFace": "CaskaydiaCove NF",
"antialiasingMode": "cleartype"
},
"list": [
{
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"hidden": false,
"name": "PowerShell",
"source": "Windows.Terminal.PowershellCore",
"backgroundImage": "ms-appdata:///Local/pwsh.png",
"background": "#000002",
},
{
// Make changes here to the powershell.exe profile
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "powershell.exe",
"background": "#000E23",
"backgroundImage": "ms-appdata:///Local/icons8-powershell-100.png"
},
{
// Make changes here to the cmd.exe profile
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "cmd",
"commandline": "cmd.exe",
"background": "#000000",
"useAcrylic": true,
"backgroundImage": "ms-appdata:///Local/icons8-console-100.png"
},
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"icon": "ms-appdata:///Local/icons8-ubuntu-100.png",
"foreground": "#ffffff",
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl",
"colorScheme": "UbuntuLegit",
"backgroundImage": "ms-appdata:///Local/icons8-ubuntu-100.png"
},
{
"guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
"icon": "ms-appdata:///Local/icons8-ubuntu-100.png",
"foreground": "#ffffff",
"hidden": false,
"name": "Ubuntu-20.04",
"source": "Windows.Terminal.Wsl",
"colorScheme": "UbuntuLegit",
"backgroundImage": "ms-appdata:///Local/icons8-ubuntu-100.png"
},
{
"guid": "{767809b5-391e-4f87-8ccd-7a35b74bc4f1}",
"icon": "ms-appdata:///Local/vs2019.png",
"name": "Visual Studio Powershell",
"commandline": "C:\\Windows\\SysWOW64\\WindowsPowerShell\\v1.0\\powershell.exe -noe %localappdata%\\Packages\\Microsoft.WindowsTerminal_8wekyb3d8bbwe\\LocalState\\vsdevposh.ps1 ",
"background": "#1c1027",
"backgroundImage": "ms-appdata:///Local/vs2019.png"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure",
"backgroundImage": "ms-appdata:///Local/icons8-azure-100.png",
"background": "#000002",
},
{
// Make changes here to the powershell.exe profile
"guid": "{15d90ab5-0585-4dd8-aed4-459cfa228a51}",
"name": "Retro PowerShell",
"commandline": "powershell.exe",
"colorScheme": "Campbell",
"foreground": "#00ff00",
"fontSize": 14,
"experimental.retroTerminalEffect": true,
"backgroundImage": "ms-appdata:///Local/icons8-powershell-100.png"
},
{
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"hidden": false,
"name": "PowerShell",
"source": "Windows.Terminal.PowershellCore"
},
{
"guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
"hidden": false,
"name": "Ubuntu-20.04",
"source": "Windows.Terminal.Wsl"
}
]
},
// Add custom color schemes to this array
"schemes": [
{
"name": "UbuntuLegit",
"background": "#2C001E",
"black": "#4E9A06",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEE",
"brightYellow": "#FCE94F",
"cyan": "#06989A",
"foreground": "#EEEEEE",
"green": "#300A24",
"purple": "#75507B",
"red": "#CC0000",
"white": "#D3D7CF",
"yellow": "#C4A000"
}
],
// Add any keybinding overrides to this array.
// To unbind a default keybinding, set the command to "unbound"
"keybindings": [
{
"command": "copy",
"keys": [
"ctrl+c"
]
},
{
"command": "paste",
"keys": [
"ctrl+v"
]
}
]
}