Skip to content

Commit

Permalink
feat: Add Tokyo Night theme (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
basilioss authored and bashbunni committed Jul 31, 2024
1 parent 4620e19 commit 47b99e4
Showing 1 changed file with 184 additions and 0 deletions.
184 changes: 184 additions & 0 deletions styles/tokyo_night.json
Original file line number Diff line number Diff line change
@@ -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": {}
}

0 comments on commit 47b99e4

Please sign in to comment.