glow/styles/light.json
2019-11-28 08:35:24 +01:00

40 lines
636 B
JSON

{
"link": {
"color": "245",
"underline": true,
"prefix": "(",
"suffix": ")"
},
"link_text": {
"color": "235",
"bold": true
},
"image": {
"color": "245",
"prefix": "[Image: ",
"suffix": "]"
},
"image_text": {
"color": "235"
},
"heading": {
"bold": true,
"color": "1"
},
"code": {
"color": "235"
},
"code_block": {
"color": "235",
"theme": "solarized-light"
},
"emph": {
"italic": true
},
"strong": {
"bold": true
},
"item": {
"prefix": "• "
}
}