Embed styles in gold library

This commit is contained in:
Christian Muehlhaeuser
2019-12-06 01:34:27 +01:00
parent 6f31dbf5ec
commit 6fe32ed145
10 changed files with 200 additions and 5 deletions
+40
View File
@@ -0,0 +1,40 @@
{
"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": "• "
}
}