mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-03 23:47:26 -04:00
Style updates (#97)
This commit is contained in:
committed by
Christian Muehlhaeuser
parent
27f86be69a
commit
48a98c9d30
+1
-1
File diff suppressed because one or more lines are too long
+35
-53
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"document": {
|
||||
"indent": 4,
|
||||
"block_prefix": "\n\n",
|
||||
"block_suffix": "\n\n",
|
||||
"indent": 2,
|
||||
"block_prefix": "\n",
|
||||
"block_suffix": "\n",
|
||||
"color": "252"
|
||||
},
|
||||
"heading": {
|
||||
@@ -11,7 +11,6 @@
|
||||
"bold": true
|
||||
},
|
||||
"h1": {
|
||||
"block_suffix": "\n\n",
|
||||
"prefix": " ",
|
||||
"suffix": " ",
|
||||
"background_color": "63",
|
||||
@@ -38,7 +37,7 @@
|
||||
},
|
||||
"text": {},
|
||||
"list": {
|
||||
"level_indent": 4
|
||||
"level_indent": 2
|
||||
},
|
||||
"item": {
|
||||
"block_prefix": "• "
|
||||
@@ -55,13 +54,41 @@
|
||||
"color": "30"
|
||||
},
|
||||
"image_text": {
|
||||
"format": "Image: {{.text}} 🡆 ",
|
||||
"format": "Image: {{.text}} →",
|
||||
"color": "243"
|
||||
},
|
||||
"image": {
|
||||
"underline": true,
|
||||
"color": "212"
|
||||
},
|
||||
"table": {},
|
||||
"task": {
|
||||
"unticked": "✗ ",
|
||||
"ticked": "✓ "
|
||||
},
|
||||
"strikethrough": {
|
||||
"crossed_out": true
|
||||
},
|
||||
"emph": {
|
||||
"italic": true
|
||||
},
|
||||
"strong": {
|
||||
"bold": true
|
||||
},
|
||||
"hr": {
|
||||
"format": "\n--------\n",
|
||||
"color": "240"
|
||||
},
|
||||
"block_quote": {
|
||||
"block_prefix": "> "
|
||||
},
|
||||
"definition_list": {},
|
||||
"definition_term": {},
|
||||
"definition_description": {
|
||||
"block_prefix": "\n🠶 "
|
||||
},
|
||||
"html_block": {},
|
||||
"html_span": {},
|
||||
"code": {
|
||||
"prefix": " ",
|
||||
"suffix": " ",
|
||||
@@ -69,10 +96,8 @@
|
||||
"color": "203"
|
||||
},
|
||||
"code_block": {
|
||||
"margin": 4,
|
||||
"theme": "charm",
|
||||
"margin": 2,
|
||||
"color": "244",
|
||||
"background_color": "#373737",
|
||||
"chroma": {
|
||||
"text": {
|
||||
"color": "#C4C4C4"
|
||||
@@ -122,30 +147,15 @@
|
||||
"bold": true,
|
||||
"underline": true
|
||||
},
|
||||
"name_constant": {
|
||||
"color": "#CCCCCC"
|
||||
},
|
||||
"name_decorator": {
|
||||
"color": "#FFFF87"
|
||||
},
|
||||
"name_exception": {
|
||||
"color": "#CCCCCC"
|
||||
},
|
||||
"name_function": {
|
||||
"color": "#00D787"
|
||||
},
|
||||
"name_other": {
|
||||
"color": "#CCCCCC"
|
||||
},
|
||||
"literal": {
|
||||
"color": "#C4C4C4"
|
||||
},
|
||||
"literal_number": {
|
||||
"color": "#6EEFC0"
|
||||
},
|
||||
"literal_date": {
|
||||
"color": "#C4C4C4"
|
||||
},
|
||||
"literal_string": {
|
||||
"color": "#C69669"
|
||||
},
|
||||
@@ -171,33 +181,5 @@
|
||||
"background_color": "#373737"
|
||||
}
|
||||
}
|
||||
},
|
||||
"table": {},
|
||||
"task": {
|
||||
"unticked": "✗ ",
|
||||
"ticked": "✓ "
|
||||
},
|
||||
"strikethrough": {
|
||||
"crossed_out": true
|
||||
},
|
||||
"emph": {
|
||||
"italic": true
|
||||
},
|
||||
"strong": {
|
||||
"bold": true
|
||||
},
|
||||
"hr": {
|
||||
"format": "\n--------\n",
|
||||
"color": "240"
|
||||
},
|
||||
"block_quote": {
|
||||
"block_prefix": "> "
|
||||
},
|
||||
"definition_list": {},
|
||||
"definition_term": {},
|
||||
"definition_description": {
|
||||
"block_prefix": "\n🠶 "
|
||||
},
|
||||
"html_block": {},
|
||||
"html_span": {}
|
||||
}
|
||||
}
|
||||
|
||||
+103
-117
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"document": {
|
||||
"indent": 4,
|
||||
"block_prefix": "\n\n",
|
||||
"block_suffix": "\n\n",
|
||||
"indent": 2,
|
||||
"block_prefix": "\n",
|
||||
"block_suffix": "\n",
|
||||
"color": "234"
|
||||
},
|
||||
"heading": {
|
||||
@@ -11,7 +11,6 @@
|
||||
"bold": true
|
||||
},
|
||||
"h1": {
|
||||
"block_suffix": "\n\n",
|
||||
"prefix": " ",
|
||||
"suffix": " ",
|
||||
"background_color": "63",
|
||||
@@ -37,7 +36,7 @@
|
||||
},
|
||||
"text": {},
|
||||
"list": {
|
||||
"level_indent": 4
|
||||
"level_indent": 2
|
||||
},
|
||||
"item": {
|
||||
"block_prefix": "• "
|
||||
@@ -54,124 +53,18 @@
|
||||
"color": "36"
|
||||
},
|
||||
"image_text": {
|
||||
"format": "Image: {{.text}} 🡆 ",
|
||||
"format": "Image: {{.text}} →",
|
||||
"color": "243"
|
||||
},
|
||||
"image": {
|
||||
"underline": true,
|
||||
"color": "205"
|
||||
},
|
||||
"code": {
|
||||
"prefix": " ",
|
||||
"suffix": " ",
|
||||
"background_color": "254",
|
||||
"color": "203"
|
||||
},
|
||||
"code_block": {
|
||||
"margin": 4,
|
||||
"color": "240",
|
||||
"theme": "charm",
|
||||
"background_color": "#373737",
|
||||
"chroma": {
|
||||
"text": {
|
||||
"color": "#212121"
|
||||
},
|
||||
"error": {
|
||||
"color": "#F1F1F1",
|
||||
"background_color": "#F05B5B"
|
||||
},
|
||||
"comment": {
|
||||
"color": "#8D8D8D"
|
||||
},
|
||||
"comment_preproc": {
|
||||
"color": "#FF875F"
|
||||
},
|
||||
"keyword": {
|
||||
"color": "#00AAFF"
|
||||
},
|
||||
"keyword_reserved": {
|
||||
"color": "#FF5FD2"
|
||||
},
|
||||
"keyword_namespace": {
|
||||
"color": "#FF5F87"
|
||||
},
|
||||
"keyword_type": {
|
||||
"color": "#6E6ED8"
|
||||
},
|
||||
"operator": {
|
||||
"color": "#C69669"
|
||||
},
|
||||
"punctuation": {
|
||||
"color": "#F05B5a"
|
||||
},
|
||||
"name": {
|
||||
"color": "#212121"
|
||||
},
|
||||
"name_builtin": {
|
||||
"color": "#FF8EC7"
|
||||
},
|
||||
"name_tag": {
|
||||
"color": "#B083EA"
|
||||
},
|
||||
"name_attribute": {
|
||||
"color": "#7A7AE6"
|
||||
},
|
||||
"name_class": {
|
||||
"color": "#F1F1F1",
|
||||
"bold": true,
|
||||
"underline": true
|
||||
},
|
||||
"name_constant": {
|
||||
"color": "#212121"
|
||||
},
|
||||
"name_decorator": {
|
||||
"color": "#FFFF87"
|
||||
},
|
||||
"name_exception": {
|
||||
"color": "#CCCCCC"
|
||||
},
|
||||
"name_function": {
|
||||
"color": "#00D787"
|
||||
},
|
||||
"name_other": {
|
||||
"color": "#212121"
|
||||
},
|
||||
"literal": {
|
||||
"color": "#212121"
|
||||
},
|
||||
"literal_number": {
|
||||
"color": "#6EEFC0"
|
||||
},
|
||||
"literal_date": {
|
||||
"color": "#212121"
|
||||
},
|
||||
"literal_string": {
|
||||
"color": "#C69669"
|
||||
},
|
||||
"literal_string_escape": {
|
||||
"color": "#AFFFD7"
|
||||
},
|
||||
"generic_deleted": {
|
||||
"color": "#FD5B5B"
|
||||
},
|
||||
"generic_emph": {
|
||||
"italic": true
|
||||
},
|
||||
"generic_strong": {
|
||||
"bold": true
|
||||
},
|
||||
"generic_inserted": {
|
||||
"color": "#00D787"
|
||||
},
|
||||
"generic_subheading": {
|
||||
"color": "#777777"
|
||||
},
|
||||
"background": {
|
||||
"background_color": "#373737"
|
||||
}
|
||||
}
|
||||
},
|
||||
"table": {},
|
||||
"task": {
|
||||
"unticked": "✗ ",
|
||||
"ticked": "✓ "
|
||||
},
|
||||
"strikethrough": {
|
||||
"crossed_out": true
|
||||
},
|
||||
@@ -194,5 +87,98 @@
|
||||
"block_prefix": "\n🠶 "
|
||||
},
|
||||
"html_block": {},
|
||||
"html_span": {}
|
||||
"html_span": {},
|
||||
"code": {
|
||||
"prefix": " ",
|
||||
"suffix": " ",
|
||||
"background_color": "254",
|
||||
"color": "203"
|
||||
},
|
||||
"code_block": {
|
||||
"margin": 2,
|
||||
"color": "242",
|
||||
"chroma": {
|
||||
"text": {
|
||||
"color": "#2A2A2A"
|
||||
},
|
||||
"error": {
|
||||
"color": "#F1F1F1",
|
||||
"background_color": "#FF5555"
|
||||
},
|
||||
"comment": {
|
||||
"color": "#8D8D8D"
|
||||
},
|
||||
"comment_preproc": {
|
||||
"color": "#FF875F"
|
||||
},
|
||||
"keyword": {
|
||||
"color": "#279EFC"
|
||||
},
|
||||
"keyword_reserved": {
|
||||
"color": "#FF5FD2"
|
||||
},
|
||||
"keyword_namespace": {
|
||||
"color": "#FB406F"
|
||||
},
|
||||
"keyword_type": {
|
||||
"color": "#7049C2"
|
||||
},
|
||||
"operator": {
|
||||
"color": "#FF2626"
|
||||
},
|
||||
"punctuation": {
|
||||
"color": "#FA7878"
|
||||
},
|
||||
"name_builtin": {
|
||||
"color": "#0A1BB1"
|
||||
},
|
||||
"name_tag": {
|
||||
"color": "#581290"
|
||||
},
|
||||
"name_attribute": {
|
||||
"color": "#8362CB"
|
||||
},
|
||||
"name_class": {
|
||||
"color": "#212121",
|
||||
"bold": true,
|
||||
"underline": true
|
||||
},
|
||||
"name_constant": {
|
||||
"color": "#581290"
|
||||
},
|
||||
"name_decorator": {
|
||||
"color": "#A3A322"
|
||||
},
|
||||
"name_function": {
|
||||
"color": "#019F57"
|
||||
},
|
||||
"literal_number": {
|
||||
"color": "#22CCAE"
|
||||
},
|
||||
"literal_string": {
|
||||
"color": "#7E5B38"
|
||||
},
|
||||
"literal_string_escape": {
|
||||
"color": "#00AEAE"
|
||||
},
|
||||
"generic_deleted": {
|
||||
"color": "#FD5B5B"
|
||||
},
|
||||
"generic_emph": {
|
||||
"italic": true
|
||||
},
|
||||
"generic_strong": {
|
||||
"bold": true
|
||||
},
|
||||
"generic_inserted": {
|
||||
"color": "#00D787"
|
||||
},
|
||||
"generic_subheading": {
|
||||
"color": "#777777"
|
||||
},
|
||||
"background": {
|
||||
"background_color": "#373737"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+16
-13
@@ -1,14 +1,13 @@
|
||||
{
|
||||
"document": {
|
||||
"indent": 4,
|
||||
"block_prefix": "\n\n",
|
||||
"block_suffix": "\n\n"
|
||||
"indent": 2,
|
||||
"block_prefix": "\n",
|
||||
"block_suffix": "\n"
|
||||
},
|
||||
"heading": {
|
||||
"block_suffix": "\n"
|
||||
},
|
||||
"h1": {
|
||||
"block_suffix": "\n\n",
|
||||
"prefix": "# "
|
||||
},
|
||||
"h2": {
|
||||
@@ -40,17 +39,14 @@
|
||||
"link_text": {},
|
||||
"link": {},
|
||||
"image_text": {
|
||||
"format": "Image: {{.text}} 🡆 "
|
||||
"format": "Image: {{.text}} -> "
|
||||
},
|
||||
"image": {},
|
||||
"code": {
|
||||
"block_prefix": "`",
|
||||
"block_suffix": "`"
|
||||
},
|
||||
"code_block": {
|
||||
"margin": 4
|
||||
},
|
||||
"table": {},
|
||||
"task": {
|
||||
"unticked": "[ ] ",
|
||||
"ticked": "[x] "
|
||||
},
|
||||
"strikethrough": {
|
||||
"block_prefix": "~~",
|
||||
"block_suffix": "~~"
|
||||
@@ -75,5 +71,12 @@
|
||||
"block_prefix": "\n🠶 "
|
||||
},
|
||||
"html_block": {},
|
||||
"html_span": {}
|
||||
"html_span": {},
|
||||
"code": {
|
||||
"block_prefix": "`",
|
||||
"block_suffix": "`"
|
||||
},
|
||||
"code_block": {
|
||||
"margin": 2
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user