-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathterminal.json
More file actions
44 lines (44 loc) · 1.09 KB
/
terminal.json
File metadata and controls
44 lines (44 loc) · 1.09 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
{
"profiles": [
{
"acrylicOpacity": 0.9,
"bellStyle": "none",
"colorScheme": "Pengwin",
"cursorShape": "vintage",
"fontFace": "Cascadia Code",
"useAcrylic": true,
"startingDirectory": null,
"closeOnExit": "never",
"showMarksOnScrollbar": true,
"autoMarkPrompts": true,
"pathTranslationStyle": "wsl",
"wsl.distribution-type": "debian",
"wsl.distribution-version": "13.0"
}
],
"schemes": [
{
"name": "Pengwin",
"background": "#16001A",
"black": "#0C0C0C",
"blue": "#003DE8",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#F500D8",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#CCCCCC",
"green": "#13A10E",
"purple": "#9B1AAD",
"red": "#E01123",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#C19C00"
}
]
}