Update Dracula colors per the Dracula spec

This commit is contained in:
Christian Rocha
2021-11-12 13:00:00 -05:00
parent 76f7a15479
commit b0ebe3a647
+47 -53
View File
@@ -2,30 +2,26 @@
"document": { "document": {
"block_prefix": "\n", "block_prefix": "\n",
"block_suffix": "\n", "block_suffix": "\n",
"color": "252", "color": "#f8f8f2",
"margin": 2 "margin": 2
}, },
"block_quote": { "block_quote": {
"indent": 1, "indent": 2,
"indent_token": "", "color": "#f1fa8c",
"color": "229" "italic": true
}, },
"paragraph": {}, "paragraph": {},
"list": { "list": {
"level_indent": 2, "level_indent": 2,
"color": "159" "color": "#f8f8f2"
}, },
"heading": { "heading": {
"block_suffix": "\n", "block_suffix": "\n",
"color": "183", "color": "#bd93f9",
"bold": true "bold": true
}, },
"h1": { "h1": {
"prefix": " ", "prefix": "# "
"suffix": " ",
"color": "228",
"background_color": "63",
"bold": true
}, },
"h2": { "h2": {
"prefix": "## " "prefix": "## "
@@ -40,9 +36,7 @@
"prefix": "##### " "prefix": "##### "
}, },
"h6": { "h6": {
"prefix": "###### ", "prefix": "###### "
"color": "35",
"bold": false
}, },
"text": {}, "text": {},
"strikethrough": { "strikethrough": {
@@ -50,107 +44,104 @@
}, },
"emph": { "emph": {
"italic": true, "italic": true,
"color": "229" "color": "#f1fa8c"
}, },
"strong": { "strong": {
"bold": true, "bold": true,
"color": "#ffb86c" "color": "#ffb86c"
}, },
"hr": { "hr": {
"color": "240", "color": "#6272A4",
"format": "\n--------\n" "format": "\n--------\n"
}, },
"item": { "item": {
"block_prefix": "• " "block_prefix": "• "
}, },
"enumeration": { "enumeration": {
"block_prefix": ". " "block_prefix": ". ",
"color": "#8be9fd"
}, },
"task": { "task": {
"ticked": "[✓] ", "ticked": "[✓] ",
"unticked": "[ ] " "unticked": "[ ] "
}, },
"link": { "link": {
"color": "159", "color": "#8be9fd",
"underline": true "underline": true
}, },
"link_text": { "link_text": {
"color": "212", "color": "#ff79c6"
"bold": true
}, },
"image": { "image": {
"color": "212", "color": "#8be9fd",
"underline": true "underline": true
}, },
"image_text": { "image_text": {
"color": "243", "color": "#ff79c6",
"format": "Image: {{.text}} →" "format": "Image: {{.text}} →"
}, },
"code": { "code": {
"prefix": " ", "color": "#50fa7b"
"suffix": " ",
"color": "203",
"background_color": "236"
}, },
"code_block": { "code_block": {
"color": "244", "color": "#ffb86c",
"margin": 2, "margin": 2,
"chroma": { "chroma": {
"text": { "text": {
"color": "#C4C4C4" "color": "#f8f8f2"
}, },
"error": { "error": {
"color": "#F1F1F1", "color": "#f8f8f2",
"background_color": "#F05B5B" "background_color": "#ff5555"
}, },
"comment": { "comment": {
"color": "#676767" "color": "#6272A4"
}, },
"comment_preproc": { "comment_preproc": {
"color": "#FF875F" "color": "#ff79c6"
}, },
"keyword": { "keyword": {
"color": "#00AAFF" "color": "#ff79c6"
}, },
"keyword_reserved": { "keyword_reserved": {
"color": "#FF5FD2" "color": "#ff79c6"
}, },
"keyword_namespace": { "keyword_namespace": {
"color": "#FF5F87" "color": "#ff79c6"
}, },
"keyword_type": { "keyword_type": {
"color": "#6E6ED8" "color": "#8be9fd"
}, },
"operator": { "operator": {
"color": "#EF8080" "color": "#ff79c6"
}, },
"punctuation": { "punctuation": {
"color": "#E8E8A8" "color": "#f8f8f2"
}, },
"name": { "name": {
"color": "#C4C4C4" "color": "#8be9fd"
}, },
"name_builtin": { "name_builtin": {
"color": "#FF8EC7" "color": "#8be9fd"
}, },
"name_tag": { "name_tag": {
"color": "#B083EA" "color": "#ff79c6"
}, },
"name_attribute": { "name_attribute": {
"color": "#7A7AE6" "color": "#50fa7b"
}, },
"name_class": { "name_class": {
"color": "#F1F1F1", "color": "#8be9fd"
"underline": true, },
"bold": true "name_constant": {
"color": "#bd93f9"
}, },
"name_constant": {},
"name_decorator": { "name_decorator": {
"color": "#FFFF87" "color": "#50fa7b"
}, },
"name_exception": {}, "name_exception": {},
"name_function": { "name_function": {
"color": "#00D787" "color": "#50fa7b"
}, },
"name_other": {}, "name_other": {},
"literal": {}, "literal": {},
@@ -159,28 +150,31 @@
}, },
"literal_date": {}, "literal_date": {},
"literal_string": { "literal_string": {
"color": "#C69669" "color": "#f1fa8c"
}, },
"literal_string_escape": { "literal_string_escape": {
"color": "#AFFFD7" "color": "#ff79c6"
}, },
"generic_deleted": { "generic_deleted": {
"color": "#FD5B5B" "color": "#ff5555"
}, },
"generic_emph": { "generic_emph": {
"color": "#f1fa8c",
"italic": true "italic": true
}, },
"generic_inserted": { "generic_inserted": {
"color": "#00D787" "color": "#50fa7b"
}, },
"generic_strong": { "generic_strong": {
"color": "#ffb86c",
"bold": true "bold": true
}, },
"generic_subheading": { "generic_subheading": {
"color": "#bd93f9",
"color": "#777777" "color": "#777777"
}, },
"background": { "background": {
"background_color": "#373737" "background_color": "#282a36"
} }
} }
}, },