-
Notifications
You must be signed in to change notification settings - Fork 155
/
Copy pathwindows-terminal-settings.json
95 lines (95 loc) · 3.22 KB
/
windows-terminal-settings.json
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
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions": [],
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"firstWindowPreference": "defaultProfile",
"profiles":
{
"defaults":
{
"colorScheme": "xcad",
"cursorShape": "filledBox",
"font":
{
"face": "Hack Nerd Font",
"size": 14
},
"historySize": 12000,
"intenseTextStyle": "bright",
"opacity": 95,
"padding": "8",
"scrollbarState": "visible",
"useAcrylic": false
},
"list":
[
{
"commandline": "C:\\Program Files\\PowerShell\\7\\pwsh.exe --NoLogo",
"elevate": false,
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"hidden": false,
"icon": "%userprofile%\\WindowsTerminalIcons\\ps.png",
"name": "PowerShell",
"source": "Windows.Terminal.PowershellCore"
},
{
"guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
"hidden": false,
"icon": "%userprofile%\\WindowsTerminalIcons\\ubuntu.png",
"name": "Ubuntu Linux",
"source": "Windows.Terminal.Wsl",
"startingDirectory": "\\\\wsl$\\Ubuntu-20.04\\home\\xcad"
},
{
"guid": "{46ca431a-3a87-5fb3-83cd-11ececc031d2}",
"hidden": false,
"icon": "%userprofile%\\WindowsTerminalIcons\\kali.png",
"name": "Kali Linux",
"source": "Windows.Terminal.Wsl",
"startingDirectory": "\\\\wsl.localhost\\kali-linux\\home\\xcad"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"icon": "%userprofile%\\WindowsTerminalIcons\\cmd.png",
"name": "Commandline"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": true,
"icon": "%userprofile%\\WindowsTerminalIcons\\azure.png",
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
}
]
},
"schemes":
[
{
"background": "#1A1A1A",
"black": "#121212",
"blue": "#2B4FFF",
"brightBlack": "#666666",
"brightBlue": "#5C78FF",
"brightCyan": "#5AC8FF",
"brightGreen": "#905AFF",
"brightPurple": "#5EA2FF",
"brightRed": "#BA5AFF",
"brightWhite": "#FFFFFF",
"brightYellow": "#685AFF",
"cursorColor": "#FFFFFF",
"cyan": "#28B9FF",
"foreground": "#F1F1F1",
"green": "#7129FF",
"name": "xcad",
"purple": "#2883FF",
"red": "#A52AFF",
"selectionBackground": "#FFFFFF",
"white": "#F1F1F1",
"yellow": "#3D2AFF"
}
],
"showTabsInTitlebar": true,
"tabSwitcherMode": "inOrder",
"useAcrylicInTabRow": true
}