-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathSet-TerminalProfile.json
More file actions
112 lines (112 loc) · 3.81 KB
/
Copy pathSet-TerminalProfile.json
File metadata and controls
112 lines (112 loc) · 3.81 KB
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
{
"pwsh": {
"backgroundImage": "powershellcore120.png",
"backgroundImageAlignment": "topRight",
"backgroundImageOpacity": 0.5,
"backgroundImageStretchMode": "none",
"colorScheme": "Campbell",
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"hidden": false,
"icon": "ms-appx:///ProfileIcons/pwsh.scale-200.png",
"name": "PowerShell",
"source": "Windows.Terminal.PowershellCore"
},
"powershell": {
"backgroundImage": "windowspowershell120.png",
"backgroundImageAlignment": "topRight",
"backgroundImageOpacity": 0.5,
"backgroundImageStretchMode": "none",
"colorScheme": "Campbell Powershell",
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"icon": "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.scale-200.png",
"name": "Windows PowerShell"
},
"wsl": {
"backgroundImage": "ubuntu120.png",
"backgroundImageAlignment": "topRight",
"backgroundImageOpacity": 0.5,
"backgroundImageStretchMode": "none",
"colorScheme": "Ubuntu-ColorScheme",
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"icon": "ubuntu120.png",
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl"
},
"fsi": {
"backgroundImage": "fsharp128.png",
"backgroundImageAlignment": "topRight",
"backgroundImageOpacity": 0.5,
"backgroundImageStretchMode": "none",
"colorScheme": "Solarized Dark",
"commandline": "dotnet fsi",
"font": {
"face": "Fira Code"
},
"hidden": false,
"icon": "fsharp128.png",
"name": "F# Interactive"
},
"repl-fs": {
"backgroundImage": "fsharp128.png",
"backgroundImageAlignment": "topRight",
"backgroundImageOpacity": 0.5,
"backgroundImageStretchMode": "none",
"colorScheme": "Solarized Dark",
"commandline": "dotnet repl --default-kernel fsharp",
"font": {
"face": "Fira Code"
},
"hidden": false,
"icon": "fsharp128.png",
"name": "F# REPL"
},
"csharprepl": {
"backgroundImage": "csharp120.png",
"backgroundImageAlignment": "topRight",
"backgroundImageOpacity": 0.5,
"backgroundImageStretchMode": "none",
"colorScheme": "Tango Light",
"commandline": "csharprepl",
"font": {
"face": "FiraMono NF"
},
"hidden": false,
"icon": "csharp120.png",
"name": "C# REPL"
},
"cmd": {
"backgroundImage": "cmd120.png",
"backgroundImageAlignment": "topRight",
"backgroundImageOpacity": 0.5,
"backgroundImageStretchMode": "none",
"colorScheme": "Vintage",
"cursorShape": "vintage",
"experimental.retroTerminalEffect": true,
"foreground": "#33DD33",
"hidden": false,
"icon": "ms-appx:///ProfileIcons/{0caa0dad-35be-5f56-a8ff-afceeeaa6101}.scale-200.png",
"name": "Command Prompt"
},
"ssh": {
"backgroundImage": "ssh120.png",
"backgroundImageAlignment": "topRight",
"backgroundImageStretchMode": "none",
"closeOnExit": "always",
"colorScheme": "One Half Light",
"hidden": false,
"icon": "ssh120.png",
"name": "ssh"
},
"azcs": {
"backgroundImage": "azure120.png",
"backgroundImageAlignment": "topRight",
"backgroundImageStretchMode": "none",
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"icon": "ms-appx:///ProfileIcons/{b453ae62-4e3d-5e58-b989-0a998ec441b8}.scale-200.png",
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
}
}