mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-05 08:27:18 -04:00
feat: Add pink theme
This commit is contained in:
committed by
Christian Muehlhaeuser
parent
a99aac8527
commit
e70ff2d969
@@ -0,0 +1,94 @@
|
||||
{
|
||||
"document": {
|
||||
"margin": 2
|
||||
},
|
||||
"block_quote": {
|
||||
"indent": 1,
|
||||
"indent_token": "│ "
|
||||
},
|
||||
"paragraph": {},
|
||||
"list": {},
|
||||
"heading": {
|
||||
"block_suffix": "\n",
|
||||
"color": "212",
|
||||
"bold": true
|
||||
},
|
||||
"h1": {
|
||||
"block_prefix": "\n",
|
||||
"block_suffix": "\n"
|
||||
},
|
||||
"h2": {
|
||||
"prefix": "▌ "
|
||||
},
|
||||
"h3": {
|
||||
"prefix": "┃ "
|
||||
},
|
||||
"h4": {
|
||||
"prefix": "│ "
|
||||
},
|
||||
"h5": {
|
||||
"prefix": "┆ "
|
||||
},
|
||||
"h6": {
|
||||
"prefix": "┊ ",
|
||||
"bold": false
|
||||
},
|
||||
"text": {},
|
||||
"strikethrough": {
|
||||
"crossed_out": true
|
||||
},
|
||||
"emph": {
|
||||
"italic": true
|
||||
},
|
||||
"strong": {
|
||||
"bold": true
|
||||
},
|
||||
"hr": {
|
||||
"color": "212",
|
||||
"format": "\n──────\n"
|
||||
},
|
||||
"item": {
|
||||
"block_prefix": "• "
|
||||
},
|
||||
"enumeration": {
|
||||
"block_prefix": ". "
|
||||
},
|
||||
"task": {
|
||||
"ticked": "[✓] ",
|
||||
"unticked": "[ ] "
|
||||
},
|
||||
"link": {
|
||||
"color": "99",
|
||||
"underline": true
|
||||
},
|
||||
"link_text": {
|
||||
"bold": true
|
||||
},
|
||||
"image": {
|
||||
"underline": true
|
||||
},
|
||||
"image_text": {
|
||||
"format": "Image: {{.text}}"
|
||||
},
|
||||
"code": {
|
||||
"prefix": " ",
|
||||
"suffix": " ",
|
||||
"color": "99",
|
||||
"background_color": "0"
|
||||
},
|
||||
"code_block": {
|
||||
"color": "99"
|
||||
},
|
||||
"table": {
|
||||
"center_separator": "┼",
|
||||
"column_separator": "│",
|
||||
"row_separator": "─"
|
||||
},
|
||||
"definition_list": {},
|
||||
"definition_term": {},
|
||||
"definition_description": {
|
||||
"block_prefix": "\n🠶 "
|
||||
},
|
||||
"html_block": {},
|
||||
"html_span": {}
|
||||
}
|
||||
Reference in New Issue
Block a user