mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 03:12:24 +00:00
207 lines
3.8 KiB
JSON
207 lines
3.8 KiB
JSON
{
|
|
"document": {
|
|
"block_prefix": "\n",
|
|
"block_suffix": "\n",
|
|
"color": "#ebdbb2",
|
|
"margin": 2
|
|
},
|
|
"block_quote": {
|
|
"indent": 1,
|
|
"indent_token": "│ "
|
|
},
|
|
"paragraph": {},
|
|
"list": {
|
|
"level_indent": 2
|
|
},
|
|
"heading": {
|
|
"block_suffix": "\n",
|
|
"color": "#8ec07c",
|
|
"bold": true
|
|
},
|
|
"h1": {
|
|
"prefix": " ",
|
|
"suffix": " ",
|
|
"color": "#1d2021",
|
|
"background_color": "#689d6a",
|
|
"bold": true
|
|
},
|
|
"h2": {
|
|
"prefix": "## ",
|
|
"color": "#8ec07c",
|
|
"background_color": "#282828"
|
|
},
|
|
"h3": {
|
|
"prefix": "### ",
|
|
"color": "#8ec07c",
|
|
"background_color": "#282828"
|
|
},
|
|
"h4": {
|
|
"prefix": "#### ",
|
|
"color": "#8ec07c",
|
|
"background_color": "#282828"
|
|
},
|
|
"h5": {
|
|
"prefix": "##### ",
|
|
"color": "#8ec07c",
|
|
"background_color": "#282828"
|
|
},
|
|
"h6": {
|
|
"prefix": "###### ",
|
|
"color": "#8ec07c",
|
|
"background_color": "#282828",
|
|
"bold": false
|
|
},
|
|
"text": {},
|
|
"strikethrough": {
|
|
"crossed_out": true
|
|
},
|
|
"emph": {
|
|
"italic": true
|
|
},
|
|
"strong": {
|
|
"bold": true
|
|
},
|
|
"hr": {
|
|
"color": "240",
|
|
"format": "\n--------\n"
|
|
},
|
|
"item": {
|
|
"block_prefix": "• "
|
|
},
|
|
"enumeration": {
|
|
"block_prefix": ". "
|
|
},
|
|
"task": {
|
|
"ticked": "[✓] ",
|
|
"unticked": "[ ] "
|
|
},
|
|
"link": {
|
|
"color": "#83a598",
|
|
"background_color": "#282828",
|
|
"underline": true
|
|
},
|
|
"link_text": {
|
|
"color": "#b8bb26",
|
|
"background_color": "#282828",
|
|
"bold": true
|
|
},
|
|
"image": {
|
|
"color": "#928374",
|
|
"background_color": "#282828",
|
|
"underline": true
|
|
},
|
|
"image_text": {
|
|
"color": "#fabd2f",
|
|
"background_color": "#282828",
|
|
"format": "Image: {{.text}} →"
|
|
},
|
|
"code": {
|
|
"prefix": " ",
|
|
"suffix": " ",
|
|
"color": "203",
|
|
"background_color": "236"
|
|
},
|
|
"code_block": {
|
|
"color": "244",
|
|
"margin": 2,
|
|
"chroma": {
|
|
"text": {
|
|
"color": "#ebdbb2"
|
|
},
|
|
"error": {
|
|
"color": "#fb4934"
|
|
},
|
|
"comment": {
|
|
"color": "#676767"
|
|
},
|
|
"comment_preproc": {
|
|
"color": "#FF875F"
|
|
},
|
|
"keyword": {
|
|
"color": "#00AAFF"
|
|
},
|
|
"keyword_reserved": {
|
|
"color": "#FF5FD2"
|
|
},
|
|
"keyword_namespace": {
|
|
"color": "#FF5F87"
|
|
},
|
|
"keyword_type": {
|
|
"color": "#6E6ED8"
|
|
},
|
|
"operator": {
|
|
"color": "#EF8080"
|
|
},
|
|
"punctuation": {
|
|
"color": "#E8E8A8"
|
|
},
|
|
"name": {
|
|
"color": "#83a598"
|
|
},
|
|
"name_builtin": {
|
|
"color": "#FF8EC7"
|
|
},
|
|
"name_tag": {
|
|
"color": "#B083EA"
|
|
},
|
|
"name_attribute": {
|
|
"color": "#7A7AE6"
|
|
},
|
|
"name_class": {
|
|
"color": "#ebdbb2",
|
|
"underline": true,
|
|
"bold": true
|
|
},
|
|
"name_constant": {},
|
|
"name_decorator": {
|
|
"color": "#FFFF87"
|
|
},
|
|
"name_exception": {},
|
|
"name_function": {
|
|
"color": "#8ec07c"
|
|
},
|
|
"name_other": {},
|
|
"literal": {},
|
|
"literal_number": {
|
|
"color": "#fabd2f"
|
|
},
|
|
"literal_date": {},
|
|
"literal_string": {
|
|
"color": "#C69669"
|
|
},
|
|
"literal_string_escape": {
|
|
"color": "#AFFFD7"
|
|
},
|
|
"generic_deleted": {
|
|
"color": "#FD5B5B"
|
|
},
|
|
"generic_emph": {
|
|
"italic": true
|
|
},
|
|
"generic_inserted": {
|
|
"color": "#00D787"
|
|
},
|
|
"generic_strong": {
|
|
"bold": true
|
|
},
|
|
"generic_subheading": {
|
|
"color": "#8ec07c"
|
|
},
|
|
"background": {
|
|
"background_color": "#373737"
|
|
}
|
|
}
|
|
},
|
|
"table": {
|
|
"center_separator": "┼",
|
|
"column_separator": "│",
|
|
"row_separator": "─"
|
|
},
|
|
"definition_list": {},
|
|
"definition_term": {},
|
|
"definition_description": {
|
|
"block_prefix": "\n🠶 "
|
|
},
|
|
"html_block": {},
|
|
"html_span": {}
|
|
}
|