-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
46 lines (39 loc) · 1.21 KB
/
Copy pathconfig.example.json
File metadata and controls
46 lines (39 loc) · 1.21 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
{
"shell": "cmd.exe",
"fontFamily": "Cascadia Mono",
"fontSize": 16,
"scrollback": 10000,
"workspaceRoot": "",
"unixTools": true,
"copyOnSelect": false,
"multiLinePasteWarning": true,
"hooks": {
"sessionStart": "",
"sessionExit": "",
"appExit": ""
},
"sshHosts": [
"user@example.com"
],
"agents": [
{ "name": "my-agent", "command": "claude", "cwd": "" }
],
"projectIcons": {
"my-repo": "C:\\path\\to\\icon.png"
},
"//theme": "A built-in preset NAME: Emerald Night | Azure Night | Violet Night | Amber Dark | Rose Dark | Slate Frost | Paper Light. Pick one in Settings…, or set it here.",
"theme": "Emerald Night",
"//accentColor": "Overrides just the accent (active-pane divider / active tab / icons) on top of the preset.",
"accentColor": "#78c8a0",
"//theme-advanced": "Instead of a preset name, `theme` may be an object of terminal-only overrides:",
"//theme-object-example": {
"background": "#102840",
"foreground": "#e8e8d0",
"palette": [
"#000000", "#cd0000", "#00cd00", "#cdcd00",
"#0000ee", "#cd00cd", "#00cdcd", "#e5e5e5",
"#7f7f7f", "#ff0000", "#00ff00", "#ffff00",
"#5c5cff", "#ff00ff", "#00ffff", "#ffffff"
]
}
}