forked from tldr-pages/tldr-node-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
41 lines (41 loc) · 929 Bytes
/
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
{
"pagesRepository": "tldr-pages/tldr",
"url": "http://tldr-pages.github.io/assets/tldr.zip",
"colors": {
"text": "green",
"command-background": "black",
"command-foreground": "red",
"command-token": "white"
},
"themes": {
"bw": {
"name": "bold, underline",
"description": "bold",
"exampleDescription": "",
"exampleCode": "",
"exampleArgument": "underline"
},
"plain": {
"name": "",
"description": "",
"exampleDescription": "",
"exampleCode": "",
"exampleArgument": ""
},
"original": {
"name": "bold",
"description": "",
"exampleDescription": "green",
"exampleCode": "red",
"exampleArgument": ""
},
"simple": {
"name": "bold,cyan",
"description": "",
"exampleDescription": "green",
"exampleCode": "",
"exampleArgument": "dim"
}
},
"theme": "bw"
}