-
-
Notifications
You must be signed in to change notification settings - Fork 72
/
config.json
58 lines (58 loc) · 1.72 KB
/
config.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
{
"pagesRepository": "https://github.com/tldr-pages/tldr",
"repositoryBase": "https://tldr.sh/assets/tldr-pages",
"skipUpdateWhenPageNotFound": false,
"themes": {
"simple": {
"commandName": "bold, underline",
"mainDescription": "bold",
"exampleDescription": "",
"exampleCode": "",
"exampleToken": "underline",
"exampleNumber": "yellow, bold",
"exampleString": "green, italic",
"exampleBool": "magenta, bold"
},
"base16": {
"commandName": "bold",
"mainDescription": "",
"exampleDescription": "green",
"exampleCode": "red",
"exampleToken": "cyan",
"exampleNumber": "yellow, bold",
"exampleString": "green, italic",
"exampleBool": "magenta, bold"
},
"ocean": {
"commandName": "bold, cyan",
"mainDescription": "",
"exampleDescription": "green",
"exampleCode": "cyan",
"exampleToken": "dim",
"exampleNumber": "yellow, bold",
"exampleString": "green, italic",
"exampleBool": "magenta, bold"
},
"inverse": {
"commandName": "bold, inverse",
"mainDescription": "inverse",
"exampleDescription": "black",
"exampleCode": "inverse",
"exampleToken": "green, bgBlack, inverse",
"exampleNumber": "yellow, bold",
"exampleString": "green, italic",
"exampleBool": "magenta, bold"
},
"matrix": {
"commandName": "bold",
"mainDescription": "underline",
"exampleDescription": "green, bgBlack",
"exampleCode": "green, bgBlack",
"exampleToken": "green, bold, bgBlack",
"exampleNumber": "yellow, bold",
"exampleString": "green, italic",
"exampleBool": "magenta, bold"
}
},
"theme": "simple"
}