From 47b99e49fd5ed7704bf19e479d34178c0740e17a Mon Sep 17 00:00:00 2001 From: Vasyl Tyshchuk Date: Tue, 9 Jul 2024 19:52:48 +0300 Subject: [PATCH] feat: Add Tokyo Night theme (#229) --- styles/tokyo_night.json | 184 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 184 insertions(+) create mode 100644 styles/tokyo_night.json diff --git a/styles/tokyo_night.json b/styles/tokyo_night.json new file mode 100644 index 00000000..801278c8 --- /dev/null +++ b/styles/tokyo_night.json @@ -0,0 +1,184 @@ +{ + "document": { + "block_prefix": "\n", + "block_suffix": "\n", + "color": "#a9b1d6", + "margin": 2 + }, + "block_quote": { + "indent": 1, + "indent_token": "│ " + }, + "paragraph": {}, + "list": { + "color": "#a9b1d6", + "level_indent": 2 + }, + "heading": { + "block_suffix": "\n", + "color": "#bb9af7", + "bold": true + }, + "h1": { + "prefix": "# " + }, + "h2": { + "prefix": "## " + }, + "h3": { + "prefix": "### " + }, + "h4": { + "prefix": "#### " + }, + "h5": { + "prefix": "##### " + }, + "h6": { + "prefix": "###### " + }, + "text": {}, + "strikethrough": { + "crossed_out": true + }, + "emph": { + "italic": true + }, + "strong": { + "bold": true + }, + "hr": { + "color": "#565f89", + "format": "\n--------\n" + }, + "item": { + "block_prefix": "• " + }, + "enumeration": { + "block_prefix": ". ", + "color": "#7aa2f7" + }, + "task": { + "ticked": "[✓] ", + "unticked": "[ ] " + }, + "link": { + "color": "#7aa2f7", + "underline": true + }, + "link_text": { + "color": "#2ac3de" + }, + "image": { + "color": "#7aa2f7", + "underline": true + }, + "image_text": { + "color": "#2ac3de", + "format": "Image: {{.text}} →" + }, + "code": { + "color": "#9ece6a" + }, + "code_block": { + "color": "#ff9e64", + "margin": 2, + "chroma": { + "text": { + "color": "#a9b1d6" + }, + "error": { + "color": "#a9b1d6", + "background_color": "#f7768e" + }, + "comment": { + "color": "#565f89" + }, + "comment_preproc": { + "color": "#2ac3de" + }, + "keyword": { + "color": "#2ac3de" + }, + "keyword_reserved": { + "color": "#2ac3de" + }, + "keyword_namespace": { + "color": "#2ac3de" + }, + "keyword_type": { + "color": "#7aa2f7" + }, + "operator": { + "color": "#2ac3de" + }, + "punctuation": { + "color": "#a9b1d6" + }, + "name": { + "color": "#7aa2f7" + }, + "name_builtin": { + "color": "#7aa2f7" + }, + "name_tag": { + "color": "#2ac3de" + }, + "name_attribute": { + "color": "#9ece6a" + }, + "name_class": { + "color": "#7aa2f7" + }, + "name_constant": { + "color": "#bb9af7" + }, + "name_decorator": { + "color": "#9ece6a" + }, + "name_exception": {}, + "name_function": { + "color": "#9ece6a" + }, + "name_other": {}, + "literal": {}, + "literal_date": {}, + "literal_string": { + "color": "#e0af68" + }, + "literal_string_escape": { + "color": "#2ac3de" + }, + "generic_deleted": { + "color": "#f7768e" + }, + "generic_emph": { + "italic": true + }, + "generic_inserted": { + "color": "#9ece6a" + }, + "generic_strong": { + "bold": true + }, + "generic_subheading": { + "color": "#bb9af7" + }, + "background": { + "background_color": "#1a1b26" + } + } + }, + "table": { + "center_separator": "┼", + "column_separator": "│", + "row_separator": "─" + }, + "definition_list": {}, + "definition_term": {}, + "definition_description": { + "block_prefix": "\n🠶 " + }, + "html_block": {}, + "html_span": {} +}