wickedjackal

tldr

Jun 6th, 2024
443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.19 KB | None | 0 0
  1. {
  2.   "pagesRepository": "https://github.com/tldr-pages/tldr",
  3.   "repositoryBase": "https://tldr.sh/assets/tldr-pages",
  4.   "skipUpdateWhenPageNotFound": false,
  5.   "themes": {
  6.     "simple": {
  7.       "commandName": "bold, underline",
  8.       "mainDescription": "bold",
  9.       "exampleDescription": "",
  10.       "exampleCode": "",
  11.       "exampleToken": "underline"
  12.     },
  13.     "base16": {
  14.       "commandName": "bold",
  15.       "mainDescription": "",
  16.       "exampleDescription": "green",
  17.       "exampleCode": "red",
  18.       "exampleToken": "cyan"
  19.     },
  20.     "ocean": {
  21.       "commandName": "bold, cyan",
  22.       "mainDescription": "",
  23.       "exampleDescription": "green",
  24.       "exampleCode": "cyan",
  25.       "exampleToken": "dim"
  26.     },
  27.     "inverse": {
  28.       "commandName": "bold, inverse",
  29.       "mainDescription": "inverse",
  30.       "exampleDescription": "black",
  31.       "exampleCode": "inverse",
  32.       "exampleToken": "green, bgBlack, inverse"
  33.     },
  34.     "matrix": {
  35.       "commandName": "bold",
  36.       "mainDescription": "underline",
  37.       "exampleDescription": "green, bgBlack",
  38.       "exampleCode": "green, bgBlack",
  39.       "exampleToken": "green, bold, bgBlack"
  40.     }
  41.   },
  42.   "theme": "simple"
  43. }
Advertisement
Add Comment
Please, Sign In to add comment