1 | {
|
2 | "pagesRepository": "https://github.com/tldr-pages/tldr",
|
3 | "repository": "http://tldr-pages.github.io/assets/tldr.zip",
|
4 | "themes": {
|
5 | "simple": {
|
6 | "commandName": "bold, underline",
|
7 | "mainDescription": "bold",
|
8 | "exampleDescription": "",
|
9 | "exampleCode": "",
|
10 | "exampleToken": "underline"
|
11 | },
|
12 | "base16": {
|
13 | "commandName": "bold",
|
14 | "mainDescription": "",
|
15 | "exampleDescription": "green",
|
16 | "exampleCode": "red",
|
17 | "exampleToken": "cyan"
|
18 | },
|
19 | "ocean": {
|
20 | "commandName": "bold, cyan",
|
21 | "mainDescription": "",
|
22 | "exampleDescription": "green",
|
23 | "exampleCode": "cyan",
|
24 | "exampleToken": "dim"
|
25 | },
|
26 | "inverse": {
|
27 | "commandName": "bold, inverse",
|
28 | "mainDescription": "inverse",
|
29 | "exampleDescription": "black",
|
30 | "exampleCode": "inverse",
|
31 | "exampleToken": "green, bgBlack, inverse"
|
32 | },
|
33 | "matrix": {
|
34 | "commandName": "bold",
|
35 | "mainDescription": "underline",
|
36 | "exampleDescription": "green, bgBlack",
|
37 | "exampleCode": "green, bgBlack",
|
38 | "exampleToken": "green, bold, bgBlack"
|
39 | }
|
40 | },
|
41 | "theme": "simple"
|
42 | }
|