mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-05 08:27:18 -04:00
Generate example styles from default styles
This commit is contained in:
committed by
Christian Muehlhaeuser
parent
6b9278b445
commit
bdbe6ae0c5
+63
-57
@@ -1,9 +1,17 @@
|
||||
{
|
||||
"document": {
|
||||
"indent": 2,
|
||||
"block_prefix": "\n",
|
||||
"block_suffix": "\n",
|
||||
"color": "234"
|
||||
"color": "234",
|
||||
"indent": 2
|
||||
},
|
||||
"block_quote": {
|
||||
"indent": 1,
|
||||
"indent_token": "│ "
|
||||
},
|
||||
"paragraph": {},
|
||||
"list": {
|
||||
"level_indent": 2
|
||||
},
|
||||
"heading": {
|
||||
"block_suffix": "\n",
|
||||
@@ -13,8 +21,8 @@
|
||||
"h1": {
|
||||
"prefix": " ",
|
||||
"suffix": " ",
|
||||
"background_color": "63",
|
||||
"color": "228",
|
||||
"background_color": "63",
|
||||
"bold": true
|
||||
},
|
||||
"h2": {
|
||||
@@ -34,40 +42,6 @@
|
||||
"bold": false
|
||||
},
|
||||
"text": {},
|
||||
"list": {
|
||||
"level_indent": 2
|
||||
},
|
||||
"item": {
|
||||
"block_prefix": "• "
|
||||
},
|
||||
"enumeration": {
|
||||
"block_prefix": ". "
|
||||
},
|
||||
"link_text": {
|
||||
"color": "29",
|
||||
"bold": true
|
||||
},
|
||||
"link": {
|
||||
"underline": true,
|
||||
"color": "36"
|
||||
},
|
||||
"image_text": {
|
||||
"format": "Image: {{.text}} →",
|
||||
"color": "243"
|
||||
},
|
||||
"image": {
|
||||
"underline": true,
|
||||
"color": "205"
|
||||
},
|
||||
"table": {
|
||||
"center_separator": "┼",
|
||||
"column_separator": "│",
|
||||
"row_separator": "─"
|
||||
},
|
||||
"task": {
|
||||
"unticked": "[ ] ",
|
||||
"ticked": "[✓] "
|
||||
},
|
||||
"strikethrough": {
|
||||
"crossed_out": true
|
||||
},
|
||||
@@ -78,29 +52,44 @@
|
||||
"bold": true
|
||||
},
|
||||
"hr": {
|
||||
"format": "\n--------\n",
|
||||
"color": "249"
|
||||
"color": "249",
|
||||
"format": "\n--------\n"
|
||||
},
|
||||
"block_quote": {
|
||||
"indent": 1,
|
||||
"indent_token": "│ "
|
||||
"item": {
|
||||
"block_prefix": "• "
|
||||
},
|
||||
"definition_list": {},
|
||||
"definition_term": {},
|
||||
"definition_description": {
|
||||
"block_prefix": "\n🠶 "
|
||||
"enumeration": {
|
||||
"block_prefix": ". "
|
||||
},
|
||||
"task": {
|
||||
"ticked": "[✓] ",
|
||||
"unticked": "[ ] "
|
||||
},
|
||||
"link": {
|
||||
"color": "36",
|
||||
"underline": true
|
||||
},
|
||||
"link_text": {
|
||||
"color": "29",
|
||||
"bold": true
|
||||
},
|
||||
"image": {
|
||||
"color": "205",
|
||||
"underline": true
|
||||
},
|
||||
"image_text": {
|
||||
"color": "243",
|
||||
"format": "Image: {{.text}} →"
|
||||
},
|
||||
"html_block": {},
|
||||
"html_span": {},
|
||||
"code": {
|
||||
"prefix": " ",
|
||||
"suffix": " ",
|
||||
"background_color": "254",
|
||||
"color": "203"
|
||||
"color": "203",
|
||||
"background_color": "254"
|
||||
},
|
||||
"code_block": {
|
||||
"margin": 2,
|
||||
"color": "242",
|
||||
"margin": 2,
|
||||
"chroma": {
|
||||
"text": {
|
||||
"color": "#2A2A2A"
|
||||
@@ -133,6 +122,7 @@
|
||||
"punctuation": {
|
||||
"color": "#FA7878"
|
||||
},
|
||||
"name": {},
|
||||
"name_builtin": {
|
||||
"color": "#0A1BB1"
|
||||
},
|
||||
@@ -144,8 +134,8 @@
|
||||
},
|
||||
"name_class": {
|
||||
"color": "#212121",
|
||||
"bold": true,
|
||||
"underline": true
|
||||
"underline": true,
|
||||
"bold": true
|
||||
},
|
||||
"name_constant": {
|
||||
"color": "#581290"
|
||||
@@ -153,12 +143,16 @@
|
||||
"name_decorator": {
|
||||
"color": "#A3A322"
|
||||
},
|
||||
"name_exception": {},
|
||||
"name_function": {
|
||||
"color": "#019F57"
|
||||
},
|
||||
"name_other": {},
|
||||
"literal": {},
|
||||
"literal_number": {
|
||||
"color": "#22CCAE"
|
||||
},
|
||||
"literal_date": {},
|
||||
"literal_string": {
|
||||
"color": "#7E5B38"
|
||||
},
|
||||
@@ -171,12 +165,12 @@
|
||||
"generic_emph": {
|
||||
"italic": true
|
||||
},
|
||||
"generic_strong": {
|
||||
"bold": true
|
||||
},
|
||||
"generic_inserted": {
|
||||
"color": "#00D787"
|
||||
},
|
||||
"generic_strong": {
|
||||
"bold": true
|
||||
},
|
||||
"generic_subheading": {
|
||||
"color": "#777777"
|
||||
},
|
||||
@@ -184,5 +178,17 @@
|
||||
"background_color": "#373737"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"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