Files
glamour-temp-MUTN/styles/light.json
T
2019-12-13 03:00:45 +01:00

100 lines
1.5 KiB
JSON

{
"document": {
"indent": 4,
"prefix": "\n\n",
"suffix": "\n\n",
"color": "234"
},
"h1": {
"suffix": "\n\n",
"styled_prefix": " ",
"styled_suffix": " ",
"background_color": "63",
"color": "228",
"bold": true
},
"h2": {
"prefix": "\n",
"suffix": "\n",
"styled_prefix": "## ",
"color": "27",
"bold": true
},
"h3": {
"suffix": "\n",
"styled_prefix": "### ",
"color": "27",
"bold": true
},
"h4": {
"suffix": "\n",
"styled_prefix": "#### ",
"color": "27",
"bold": true
},
"h5": {
"suffix": "\n",
"styled_prefix": "##### ",
"color": "27",
"bold": true
},
"h6": {
"suffix": "\n",
"styled_prefix": "###### ",
"color": "27",
"bold": false
},
"text": {},
"list": {
"indent": 4
},
"item": {
"prefix": "• "
},
"enumeration": {
"prefix": ". "
},
"link_text": {
"color": "29",
"bold": true
},
"link": {
"underline": true,
"color": "36"
},
"image_text": {
"format": "Image: {{.text}} ->",
"color": "243"
},
"image": {
"underline": true,
"color": "205"
},
"code": {
"styled_prefix": " ",
"styled_suffix": " ",
"background_color": "254",
"color": "203"
},
"code_block": {
"margin": 4,
"color": "240"
},
"table": {},
"emph": {
"italic": true
},
"strong": {
"bold": true
},
"hr": {
"format": "\n--------\n",
"color": "240"
},
"block_quote": {
"prefix": "> "
},
"html_block": {},
"html_span": {}
}