1{
2 "document": {
3 "block_prefix": "\n",
4 "block_suffix": "\n",
5 "color": "234",
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": "27",
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 "bold": false
43 },
44 "text": {},
45 "strikethrough": {
46 "crossed_out": true
47 },
48 "emph": {
49 "italic": true
50 },
51 "strong": {
52 "bold": true
53 },
54 "hr": {
55 "color": "249",
56 "format": "\n--------\n"
57 },
58 "item": {
59 "block_prefix": "⢠"
60 },
61 "enumeration": {
62 "block_prefix": ". "
63 },
64 "task": {
65 "ticked": "[ā] ",
66 "unticked": "[ ] "
67 },
68 "link": {
69 "color": "36",
70 "underline": true
71 },
72 "link_text": {
73 "color": "29",
74 "bold": true
75 },
76 "image": {
77 "color": "205",
78 "underline": true
79 },
80 "image_text": {
81 "color": "243",
82 "format": "Image: {{.text}} ā"
83 },
84 "code": {
85 "prefix": " ",
86 "suffix": " ",
87 "color": "203",
88 "background_color": "254"
89 },
90 "code_block": {
91 "color": "242",
92 "margin": 2,
93 "chroma": {
94 "text": {
95 "color": "#2A2A2A"
96 },
97 "error": {
98 "color": "#F1F1F1",
99 "background_color": "#FF5555"
100 },
101 "comment": {
102 "color": "#8D8D8D"
103 },
104 "comment_preproc": {
105 "color": "#FF875F"
106 },
107 "keyword": {
108 "color": "#279EFC"
109 },
110 "keyword_reserved": {
111 "color": "#FF5FD2"
112 },
113 "keyword_namespace": {
114 "color": "#FB406F"
115 },
116 "keyword_type": {
117 "color": "#7049C2"
118 },
119 "operator": {
120 "color": "#FF2626"
121 },
122 "punctuation": {
123 "color": "#FA7878"
124 },
125 "name": {},
126 "name_builtin": {
127 "color": "#0A1BB1"
128 },
129 "name_tag": {
130 "color": "#581290"
131 },
132 "name_attribute": {
133 "color": "#8362CB"
134 },
135 "name_class": {
136 "color": "#212121",
137 "underline": true,
138 "bold": true
139 },
140 "name_constant": {
141 "color": "#581290"
142 },
143 "name_decorator": {
144 "color": "#A3A322"
145 },
146 "name_exception": {},
147 "name_function": {
148 "color": "#019F57"
149 },
150 "name_other": {},
151 "literal": {},
152 "literal_number": {
153 "color": "#22CCAE"
154 },
155 "literal_date": {},
156 "literal_string": {
157 "color": "#7E5B38"
158 },
159 "literal_string_escape": {
160 "color": "#00AEAE"
161 },
162 "generic_deleted": {
163 "color": "#FD5B5B"
164 },
165 "generic_emph": {
166 "italic": true
167 },
168 "generic_inserted": {
169 "color": "#00D787"
170 },
171 "generic_strong": {
172 "bold": true
173 },
174 "generic_subheading": {
175 "color": "#777777"
176 },
177 "background": {
178 "background_color": "#373737"
179 }
180 }
181 },
182 "table": {},
183 "definition_list": {},
184 "definition_term": {},
185 "definition_description": {
186 "block_prefix": "\nš ¶ "
187 },
188 "html_block": {},
189 "html_span": {}
190}