mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-19 22:54:17 +02:00
30 lines
392 B
JSON
30 lines
392 B
JSON
{
|
|
"link": {
|
|
"color": "123",
|
|
"underline": true
|
|
},
|
|
"link_text": {
|
|
"color": "123",
|
|
"bold": true
|
|
},
|
|
"image": {
|
|
"color": "8"
|
|
},
|
|
"heading": {
|
|
"bold": true,
|
|
"color": "3"
|
|
},
|
|
"code": {
|
|
"color": "200"
|
|
},
|
|
"code_block": {
|
|
"color": "200",
|
|
"theme": "solarized-dark"
|
|
},
|
|
"emph": {
|
|
"italic": true
|
|
},
|
|
"strong": {
|
|
"bold": true
|
|
}
|
|
}
|