tokyo_night.json

  1{
  2  "document": {
  3    "block_prefix": "\n",
  4    "block_suffix": "\n",
  5    "color": "#a9b1d6",
  6    "margin": 2
  7  },
  8  "block_quote": {
  9    "indent": 1,
 10    "indent_token": "│ "
 11  },
 12  "paragraph": {},
 13  "list": {
 14    "color": "#a9b1d6",
 15    "level_indent": 2
 16  },
 17  "heading": {
 18    "block_suffix": "\n",
 19    "color": "#bb9af7",
 20    "bold": true
 21  },
 22  "h1": {
 23    "prefix": "# ",
 24    "bold": true
 25  },
 26  "h2": {
 27    "prefix": "## "
 28  },
 29  "h3": {
 30    "prefix": "### "
 31  },
 32  "h4": {
 33    "prefix": "#### "
 34  },
 35  "h5": {
 36    "prefix": "##### "
 37  },
 38  "h6": {
 39    "prefix": "###### "
 40  },
 41  "text": {},
 42  "strikethrough": {
 43    "crossed_out": true
 44  },
 45  "emph": {
 46    "italic": true
 47  },
 48  "strong": {
 49    "bold": true
 50  },
 51  "hr": {
 52    "color": "#565f89",
 53    "format": "\n--------\n"
 54  },
 55  "item": {
 56    "block_prefix": "• "
 57  },
 58  "enumeration": {
 59    "block_prefix": ". ",
 60    "color": "#7aa2f7"
 61  },
 62  "task": {
 63    "ticked": "[āœ“] ",
 64    "unticked": "[ ] "
 65  },
 66  "link": {
 67    "color": "#7aa2f7",
 68    "underline": true
 69  },
 70  "link_text": {
 71    "color": "#2ac3de"
 72  },
 73  "image": {
 74    "color": "#7aa2f7",
 75    "underline": true
 76  },
 77  "image_text": {
 78    "color": "#2ac3de",
 79    "format": "Image: {{.text}} →"
 80  },
 81  "code": {
 82    "color": "#9ece6a"
 83  },
 84  "code_block": {
 85    "color": "#ff9e64",
 86    "margin": 2,
 87    "chroma": {
 88      "text": {
 89        "color": "#a9b1d6"
 90      },
 91      "error": {
 92        "color": "#a9b1d6",
 93        "background_color": "#f7768e"
 94      },
 95      "comment": {
 96        "color": "#565f89"
 97      },
 98      "comment_preproc": {
 99        "color": "#2ac3de"
100      },
101      "keyword": {
102        "color": "#2ac3de"
103      },
104      "keyword_reserved": {
105        "color": "#2ac3de"
106      },
107      "keyword_namespace": {
108        "color": "#2ac3de"
109      },
110      "keyword_type": {
111        "color": "#7aa2f7"
112      },
113      "operator": {
114        "color": "#2ac3de"
115      },
116      "punctuation": {
117        "color": "#a9b1d6"
118      },
119      "name": {
120        "color": "#7aa2f7"
121      },
122      "name_builtin": {
123        "color": "#7aa2f7"
124      },
125      "name_tag": {
126        "color": "#2ac3de"
127      },
128      "name_attribute": {
129        "color": "#9ece6a"
130      },
131      "name_class": {
132        "color": "#7aa2f7"
133      },
134      "name_constant": {
135        "color": "#bb9af7"
136      },
137      "name_decorator": {
138        "color": "#9ece6a"
139      },
140      "name_exception": {},
141      "name_function": {
142        "color": "#9ece6a"
143      },
144      "name_other": {},
145      "literal": {},
146      "literal_number": {},
147      "literal_date": {},
148      "literal_string": {
149        "color": "#e0af68"
150      },
151      "literal_string_escape": {
152        "color": "#2ac3de"
153      },
154      "generic_deleted": {
155        "color": "#f7768e"
156      },
157      "generic_emph": {
158        "italic": true
159      },
160      "generic_inserted": {
161        "color": "#9ece6a"
162      },
163      "generic_strong": {
164        "bold": true
165      },
166      "generic_subheading": {
167        "color": "#bb9af7"
168      },
169      "background": {
170        "background_color": "#1a1b26"
171      }
172    }
173  },
174  "table": {},
175  "definition_list": {},
176  "definition_term": {},
177  "definition_description": {
178    "block_prefix": "\n🠶 "
179  },
180  "html_block": {},
181  "html_span": {}
182}