{
notty: {
block_quote: {indent: 1, indent_token: "| "},
list: {level_indent: 2},
h1: {prefix: "# "},
h2: {prefix: "## "},
h3: {prefix: "### "},
h4: {prefix: "#### "},
h5: {prefix: "##### "},
h6: {prefix: "###### "},
emph: {block_prefix: "*", block_suffix: "*"},
strong: {block_prefix: "**", block_suffix: "**"},
strikethrough: {block_prefix: "~~", block_suffix: "~~"},
hr: {format: "--------"},
item: {block_prefix: "- "},
enumeration: {block_prefix: ". "},
task: {ticked: "[x] ", unticked: "[ ] "},
code: {block_prefix: "`", block_suffix: "`"},
code_block: {margin: 1},
table: {column_separator: "|", row_separator: "-"},
image_text: {format: "Image: {{text}} ->"}
},
dark: {
document: {color: "252"},
block_quote: {color: "244", indent: 1, indent_token: "│ "},
list: {level_indent: 2},
heading: {color: "39", bold: true},
h1: {prefix: " ", suffix: " ", color: "228", background_color: "63", bold: true},
h2: {prefix: "## "},
h3: {prefix: "### "},
h4: {prefix: "#### "},
h5: {prefix: "##### "},
h6: {prefix: "###### ", color: "35", bold: false},
strikethrough: {crossed_out: true},
emph: {italic: true},
strong: {bold: true},
hr: {color: "240", format: "--------"},
item: {block_prefix: "• "},
enumeration: {block_prefix: ". "},
task: {ticked: "[✓] ", unticked: "[ ] "},
link: {color: "30", underline: true},
link_text: {color: "35", bold: true},
image: {color: "212", underline: true},
image_text: {color: "243", format: "Image: {{text}} ->"},
code: {prefix: " ", suffix: " ", color: "203", background_color: "236"},
code_block: {color: "244", margin: 1},
table: {column_separator: "|", row_separator: "-"}
},
light: {
document: {color: "236"},
block_quote: {color: "244", indent: 1, indent_token: "│ "},
list: {level_indent: 2},
heading: {color: "25", bold: true},
h1: {prefix: " ", suffix: " ", color: "255", background_color: "33", bold: true},
h2: {prefix: "## "},
h3: {prefix: "### "},
h4: {prefix: "#### "},
h5: {prefix: "##### "},
h6: {prefix: "###### ", color: "30", bold: false},
strikethrough: {crossed_out: true},
emph: {italic: true},
strong: {bold: true},
hr: {color: "250", format: "--------"},
item: {block_prefix: "• "},
enumeration: {block_prefix: ". "},
task: {ticked: "[✓] ", unticked: "[ ] "},
link: {color: "25", underline: true},
link_text: {color: "90", bold: true},
image: {color: "162", underline: true},
image_text: {color: "244", format: "Image: {{text}} ->"},
code: {prefix: " ", suffix: " ", color: "161", background_color: "255"},
code_block: {color: "244", margin: 1},
table: {column_separator: "|", row_separator: "-"}
}
}.freeze