mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-06 00:47:15 -04:00
Embed styles in gold library
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Gold Styles Gallery
|
||||
|
||||
## Dark
|
||||
|
||||
`gold -s dark`
|
||||
|
||||

|
||||
|
||||
## Light
|
||||
|
||||
`gold -s light`
|
||||
|
||||

|
||||
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"document": {
|
||||
"indent": 4,
|
||||
"background_color": "234",
|
||||
"prefix": "\n",
|
||||
"suffix": "\n"
|
||||
},
|
||||
"link": {
|
||||
"color": "123",
|
||||
"underline": true,
|
||||
"prefix": "(",
|
||||
"suffix": ")"
|
||||
},
|
||||
"link_text": {
|
||||
"color": "123",
|
||||
"bold": true
|
||||
},
|
||||
"image": {
|
||||
"color": "123",
|
||||
"prefix": "[📷 ",
|
||||
"suffix": "]"
|
||||
},
|
||||
"image_text": {
|
||||
"color": "8"
|
||||
},
|
||||
"heading": {
|
||||
"prefix": "\n",
|
||||
"margin": 4,
|
||||
"color": "15",
|
||||
"background_color": "57"
|
||||
},
|
||||
"h1": {
|
||||
"prefix": "\n=> ",
|
||||
"suffix": " <=",
|
||||
"margin": 2,
|
||||
"bold": true,
|
||||
"background_color": "69"
|
||||
},
|
||||
"h2": {
|
||||
"prefix": "\n# "
|
||||
},
|
||||
"table": {
|
||||
"margin": 4
|
||||
},
|
||||
"paragraph": {
|
||||
"margin": 4,
|
||||
"color": "15",
|
||||
"background_color": "235"
|
||||
},
|
||||
"code": {
|
||||
"color": "200"
|
||||
},
|
||||
"code_block": {
|
||||
"margin": 4,
|
||||
"color": "200",
|
||||
"theme": "solarized-dark"
|
||||
},
|
||||
"emph": {
|
||||
"italic": true
|
||||
},
|
||||
"strong": {
|
||||
"bold": true
|
||||
},
|
||||
"list": {
|
||||
"margin": 4,
|
||||
"color": "15",
|
||||
"background_color": "52"
|
||||
},
|
||||
"item": {
|
||||
"prefix": "• "
|
||||
},
|
||||
"enumeration": {
|
||||
"prefix": ". "
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 74 KiB |
@@ -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": "• "
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 74 KiB |
Reference in New Issue
Block a user