forked from risacher/ttyx
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json.example
More file actions
39 lines (39 loc) · 770 Bytes
/
Copy pathconfig.json.example
File metadata and controls
39 lines (39 loc) · 770 Bytes
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
{
"comment": "save this file as ~/.ttyx/config.json",
"debug": true,
"port": 3000,
"sessionTimeout": 600000,
"syncSession": true,
"hostname": "0.0.0.0",
"term": {
"termName": "xterm-256color",
"fontSize": 12,
"fontFamily": "Menlo, Consolas, \"DejaVu Sans Mono\", monospace",
"geometry": [80, 30],
"scrollback": 1000,
"visualBell": false,
"popOnBell": false,
"cursorBlink": false,
"screenKeys": false,
"colors": [
"#2e3436",
"#cc0000",
"#4e9a06",
"#c4a000",
"#3465a4",
"#75507b",
"#06989a",
"#d3d7cf",
"#555753",
"#ef2929",
"#8ae234",
"#fce94f",
"#729fcf",
"#ad7fa8",
"#34e2e2",
"#eeeeec",
"#000000",
"#f0f0f0"
]
}
}