mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-08-28 04:46:29 -04:00
189 lines
3.3 KiB
JSON
189 lines
3.3 KiB
JSON
{
|
|
"document": {
|
|
"indent": 2,
|
|
"block_prefix": "\n",
|
|
"block_suffix": "\n",
|
|
"color": "234"
|
|
},
|
|
"heading": {
|
|
"block_suffix": "\n",
|
|
"color": "27",
|
|
"bold": true
|
|
},
|
|
"h1": {
|
|
"prefix": " ",
|
|
"suffix": " ",
|
|
"background_color": "63",
|
|
"color": "228",
|
|
"bold": true
|
|
},
|
|
"h2": {
|
|
"prefix": "## "
|
|
},
|
|
"h3": {
|
|
"prefix": "### "
|
|
},
|
|
"h4": {
|
|
"prefix": "#### "
|
|
},
|
|
"h5": {
|
|
"prefix": "##### "
|
|
},
|
|
"h6": {
|
|
"prefix": "###### ",
|
|
"bold": false
|
|
},
|
|
"text": {},
|
|
"list": {
|
|
"level_indent": 2
|
|
},
|
|
"item": {
|
|
"block_prefix": "• "
|
|
},
|
|
"enumeration": {
|
|
"block_prefix": ". "
|
|
},
|
|
"link_text": {
|
|
"color": "29",
|
|
"bold": true
|
|
},
|
|
"link": {
|
|
"underline": true,
|
|
"color": "36"
|
|
},
|
|
"image_text": {
|
|
"format": "Image: {{.text}} →",
|
|
"color": "243"
|
|
},
|
|
"image": {
|
|
"underline": true,
|
|
"color": "205"
|
|
},
|
|
"table": {
|
|
"center_separator": "┼",
|
|
"column_separator": "│",
|
|
"row_separator": "─"
|
|
},
|
|
"task": {
|
|
"unticked": "[ ] ",
|
|
"ticked": "[✓] "
|
|
},
|
|
"strikethrough": {
|
|
"crossed_out": true
|
|
},
|
|
"emph": {
|
|
"italic": true
|
|
},
|
|
"strong": {
|
|
"bold": true
|
|
},
|
|
"hr": {
|
|
"format": "\n--------\n",
|
|
"color": "249"
|
|
},
|
|
"block_quote": {
|
|
"indent": 1,
|
|
"indent_token": "│ "
|
|
},
|
|
"definition_list": {},
|
|
"definition_term": {},
|
|
"definition_description": {
|
|
"block_prefix": "\n🠶 "
|
|
},
|
|
"html_block": {},
|
|
"html_span": {},
|
|
"code": {
|
|
"prefix": " ",
|
|
"suffix": " ",
|
|
"background_color": "254",
|
|
"color": "203"
|
|
},
|
|
"code_block": {
|
|
"margin": 2,
|
|
"color": "242",
|
|
"chroma": {
|
|
"text": {
|
|
"color": "#2A2A2A"
|
|
},
|
|
"error": {
|
|
"color": "#F1F1F1",
|
|
"background_color": "#FF5555"
|
|
},
|
|
"comment": {
|
|
"color": "#8D8D8D"
|
|
},
|
|
"comment_preproc": {
|
|
"color": "#FF875F"
|
|
},
|
|
"keyword": {
|
|
"color": "#279EFC"
|
|
},
|
|
"keyword_reserved": {
|
|
"color": "#FF5FD2"
|
|
},
|
|
"keyword_namespace": {
|
|
"color": "#FB406F"
|
|
},
|
|
"keyword_type": {
|
|
"color": "#7049C2"
|
|
},
|
|
"operator": {
|
|
"color": "#FF2626"
|
|
},
|
|
"punctuation": {
|
|
"color": "#FA7878"
|
|
},
|
|
"name_builtin": {
|
|
"color": "#0A1BB1"
|
|
},
|
|
"name_tag": {
|
|
"color": "#581290"
|
|
},
|
|
"name_attribute": {
|
|
"color": "#8362CB"
|
|
},
|
|
"name_class": {
|
|
"color": "#212121",
|
|
"bold": true,
|
|
"underline": true
|
|
},
|
|
"name_constant": {
|
|
"color": "#581290"
|
|
},
|
|
"name_decorator": {
|
|
"color": "#A3A322"
|
|
},
|
|
"name_function": {
|
|
"color": "#019F57"
|
|
},
|
|
"literal_number": {
|
|
"color": "#22CCAE"
|
|
},
|
|
"literal_string": {
|
|
"color": "#7E5B38"
|
|
},
|
|
"literal_string_escape": {
|
|
"color": "#00AEAE"
|
|
},
|
|
"generic_deleted": {
|
|
"color": "#FD5B5B"
|
|
},
|
|
"generic_emph": {
|
|
"italic": true
|
|
},
|
|
"generic_strong": {
|
|
"bold": true
|
|
},
|
|
"generic_inserted": {
|
|
"color": "#00D787"
|
|
},
|
|
"generic_subheading": {
|
|
"color": "#777777"
|
|
},
|
|
"background": {
|
|
"background_color": "#373737"
|
|
}
|
|
}
|
|
}
|
|
}
|