forked from tldr-pages/tldr-node-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
42 lines (42 loc) · 1.11 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
{
"pagesRepository": "https://github.com/tldr-pages/tldr",
"repository": "http://tldr-pages.github.io/assets/tldr.zip",
"themes": {
"simple": {
"commandName": "bold, underline",
"mainDescription": "bold",
"exampleDescription": "",
"exampleCode": "",
"exampleToken": "underline"
},
"base16": {
"commandName": "bold",
"mainDescription": "",
"exampleDescription": "green",
"exampleCode": "red",
"exampleToken": "cyan"
},
"ocean": {
"commandName": "bold, cyan",
"mainDescription": "",
"exampleDescription": "green",
"exampleCode": "cyan",
"exampleToken": "dim"
},
"inverse": {
"commandName": "bold, inverse",
"mainDescription": "inverse",
"exampleDescription": "black",
"exampleCode": "inverse",
"exampleToken": "green, bgBlack, inverse"
},
"matrix": {
"commandName": "bold",
"mainDescription": "underline",
"exampleDescription": "green, bgBlack",
"exampleCode": "green, bgBlack",
"exampleToken": "green, bold, bgBlack"
}
},
"theme": "simple"
}