mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-06 08:57:14 -04:00
Embed styles in gold library
This commit is contained in:
@@ -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": "• "
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user