-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json.patch
76 lines (76 loc) · 2.57 KB
/
settings.json.patch
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
--- /mnt/c/Users/jin/AppData/Local/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/LocalState/settings.json.old 2024-01-24 02:41:33.996647400 -0800
+++ /mnt/c/Users/jin/AppData/Local/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/LocalState/settings.json 2024-02-09 02:15:26.512947500 -0800
@@ -30,8 +30,8 @@
}
],
"copyFormatting": "none",
- "copyOnSelect": false,
- "defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
+ "copyOnSelect": true,
+ "defaultProfile": "{1fea8875-4ae4-57ef-9852-bd9a80396e94}",
"initialCols": 132,
"initialRows": 60,
"newTabMenu":
@@ -42,34 +42,50 @@
],
"profiles":
{
- "defaults": {},
+ "defaults":
+ {
+ "antialiasingMode": "cleartype",
+ "cursorShape": "underscore",
+ "font":
+ {
+ "size": 12.0
+ },
+ "opacity": 75,
+ "useAcrylic": true
+ },
"list":
[
{
+ "colorScheme": "Campbell Powershell",
"commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
+ "cursorShape": "vintage",
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"name": "Windows PowerShell"
},
{
+ "colorScheme": "Vintage",
"commandline": "%SystemRoot%\\System32\\cmd.exe",
+ "cursorShape": "vintage",
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"name": "Command Prompt"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
- "hidden": false,
+ "hidden": true,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
+ "colorScheme": "Tango Dark",
"guid": "{1fea8875-4ae4-57ef-9852-bd9a80396e94}",
"hidden": false,
"name": "gen2",
"source": "Windows.Terminal.Wsl"
},
{
+ "colorScheme": "Tango Dark",
"guid": "{75e11271-65c0-587d-93b0-30a5b318336f}",
"hidden": false,
"name": "fun2",
@@ -287,5 +303,7 @@
"yellow": "#808000"
}
],
- "themes": []
+ "showTerminalTitleInTitlebar": true,
+ "themes": [],
+ "useAcrylicInTabRow": true
}
\ No newline at end of file