-
Notifications
You must be signed in to change notification settings - Fork 1
/
windows-terminal-settings.txt
98 lines (98 loc) · 2.5 KB
/
windows-terminal-settings.txt
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
{
"$schema":"https://aka.ms/terminal-profiles-schema",
"theme":"dark",
"largePasteWarning":false,
"multiLinePasteWarning":false,
"defaultProfile":"{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
"copyOnSelect":true,
"copyFormatting":false,
"profiles":{
"defaults":{
"colorScheme":"Gruvbox Dark",
"fontFace":"Fira Code",
"fontWeight":"Medium",
"cursorShape":"filledBox"
},
"list":[
{
"guid":"{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name":"Windows PowerShell",
"commandline":"powershell.exe",
"hidden":false
},
{
"guid":"{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name":"Command Prompt",
"commandline":"cmd.exe",
"hidden":false
},
{
"guid":"{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}",
"hidden":false,
"name":"Debian",
"source":"Windows.Terminal.Wsl"
},
{
"guid":"{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden":false,
"name":"Azure Cloud Shell",
"source":"Windows.Terminal.Azure"
},
{
"guid":"{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
"hidden":false,
"name":"Ubuntu-20.04",
"source":"Windows.Terminal.Wsl"
}
]
},
"schemes":[
{
"name":"Gruvbox Dark",
"foreground":"#ebdbb2",
"background":"#282828",
"cursorColor":"#ebdbb2",
"black":"#282828",
"red":"#cc241d",
"green":"#98971a",
"yellow":"#d79921",
"blue":"#458588",
"purple":"#b16286",
"cyan":"#689d6a",
"white":"#a89984",
"brightBlack":"#928374",
"brightRed":"#fb4934",
"brightGreen":"#b8bb26",
"brightYellow":"#fabd2f",
"brightBlue":"#83a598",
"brightPurple":"#d3869b",
"brightCyan":"#8ec07c",
"brightWhite":"#ebdbb2"
}
],
"keybindings":[
{
"command":{
"action":"copy",
"singleLine":false
},
"keys":"ctrl+c"
},
{
"command":"paste",
"keys":"ctrl+v"
},
{
"command":"find",
"keys":"ctrl+f"
},
{
"command":{
"action":"splitPane",
"split":"auto",
"splitMode":"duplicate"
},
"keys":"alt+shift+d"
}
]
}