Files
glamour-temp-MUTN/styles/dark.json
T

98 lines
1.5 KiB
JSON

{
"document": {
"indent": 4,
"prefix": "\n\n",
"suffix": "\n\n",
"color": "252"
},
"h1": {
"format": " {{.text}} ",
"suffix": "\n\n",
"background_color": "63",
"color": "228",
"bold": true
},
"h2": {
"prefix": "\n",
"suffix": "\n",
"format": "## {{.text}}",
"color": "39",
"bold": true
},
"h3": {
"format": "### {{.text}}",
"suffix": "\n",
"color": "39",
"bold": true
},
"h4": {
"format": "#### {{.text}}",
"suffix": "\n",
"color": "39",
"bold": true
},
"h5": {
"format": "##### {{.text}}",
"suffix": "\n",
"color": "39",
"bold": true
},
"h6": {
"format": "###### {{.text}}",
"suffix": "\n",
"color": "35",
"bold": false
},
"text": {},
"list": {},
"item": {
"prefix": "• "
},
"enumeration": {
"prefix": ". "
},
"link_text": {
"color": "35",
"bold": true
},
"link": {
"format": "{{.text}}",
"underline": true,
"color": "30"
},
"image_text": {
"format": "Image: {{.text}} ->",
"color": "243"
},
"image": {
"underline": true,
"color": "212"
},
"code": {
"format": " {{.text}} ",
"background_color": "236",
"color": "203"
},
"code_block": {
"margin": 4,
"color": "244"
},
"table": {},
"emph": {
"italic": true
},
"strong": {
"bold": true
},
"hr": {
"format": "\n--------\n",
"color": "240"
},
"block_quote": {},
"del": {},
"softbreak": {},
"hardbreak": {},
"html_block": {},
"html_span": {}
}