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