theme: Compact theme config files. (#1062)

This commit is contained in:
Jason Lee 2025-07-15 16:54:10 +08:00 committed by GitHub
parent d139198c15
commit 51f03b926e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 669 additions and 2282 deletions

View file

@ -114,119 +114,78 @@
"warning.border": "#333333", "warning.border": "#333333",
"syntax": { "syntax": {
"attribute": { "attribute": {
"color": "#eebb6e", "color": "#eebb6e"
"font_style": null,
"font_weight": null
}, },
"boolean": { "boolean": {
"color": "#5da602", "color": "#5da602"
"font_style": null,
"font_weight": null
}, },
"comment": { "comment": {
"color": "#5d6165", "color": "#5d6165",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"comment.doc": { "comment.doc": {
"color": "#5d6165", "color": "#5d6165",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"constant": { "constant": {
"color": "#d84a33", "color": "#d84a33"
"font_style": null,
"font_weight": null
}, },
"constructor": { "constructor": {
"color": "#eebb6e", "color": "#eebb6e"
"font_style": null,
"font_weight": null
}, },
"embedded": { "embedded": {
"color": "#feffff", "color": "#feffff"
"font_style": null,
"font_weight": null
}, },
"function": { "function": {
"color": "#5da602", "color": "#5da602"
"font_style": null,
"font_weight": null
}, },
"keyword": { "keyword": {
"color": "#417ab3", "color": "#417ab3"
"font_style": null,
"font_weight": null
}, },
"link_text": { "link_text": {
"color": "#97d7ef", "color": "#97d7ef",
"font_style": "normal", "font_style": "normal"
"font_weight": null
}, },
"link_uri": { "link_uri": {
"color": "#4b6479", "color": "#4b6479",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"number": { "number": {
"color": "#d84a33", "color": "#d84a33"
"font_style": null,
"font_weight": null
}, },
"string": { "string": {
"color": "#5da602", "color": "#5da602"
"font_style": null,
"font_weight": null
}, },
"string.escape": { "string.escape": {
"color": "#5da602", "color": "#5da602"
"font_style": null,
"font_weight": null
}, },
"string.regex": { "string.regex": {
"color": "#5da602", "color": "#5da602"
"font_style": null,
"font_weight": null
}, },
"string.special": { "string.special": {
"color": "#eebb6e", "color": "#eebb6e"
"font_style": null,
"font_weight": null
}, },
"string.special.symbol": { "string.special.symbol": {
"color": "#eebb6e", "color": "#eebb6e"
"font_style": null,
"font_weight": null
}, },
"tag": { "tag": {
"color": "#eebb6e", "color": "#eebb6e"
"font_style": null,
"font_weight": null
}, },
"text.literal": { "text.literal": {
"color": "#d84a33", "color": "#d84a33"
"font_style": null,
"font_weight": null
}, },
"title": { "title": {
"color": "#97d7ef", "color": "#97d7ef",
"font_style": null,
"font_weight": 600 "font_weight": 600
}, },
"type": { "type": {
"color": "#eebb6e", "color": "#eebb6e"
"font_style": null,
"font_weight": null
}, },
"property": { "property": {
"color": "#feffff", "color": "#feffff"
"font_style": null,
"font_weight": null
}, },
"variable.special": { "variable.special": {
"color": "#d84a33", "color": "#d84a33"
"font_style": null,
"font_weight": null
} }
} }
} }
@ -304,162 +263,95 @@
"editor.line_number": "#8F8F8F", "editor.line_number": "#8F8F8F",
"editor.active_line_number": "#DDDDDD", "editor.active_line_number": "#DDDDDD",
"conflict": "#D2602D", "conflict": "#D2602D",
"conflict.background": null,
"conflict.border": null,
"created": "#3f72e2", "created": "#3f72e2",
"created.background": "#0C4619", "created.background": "#0C4619",
"created.border": null,
"deleted": null,
"deleted.background": "#46190C", "deleted.background": "#46190C",
"deleted.border": null,
"error": null,
"error.background": "#46190C", "error.background": "#46190C",
"error.border": "#802207", "error.border": "#802207",
"hidden": "#9E9E9E", "hidden": "#9E9E9E",
"hidden.background": null,
"hidden.border": null,
"hint": "#b283f8", "hint": "#b283f8",
"hint.background": "#250c4b", "hint.background": "#250c4b",
"hint.border": "#3f0891", "hint.border": "#3f0891",
"ignored": null,
"ignored.background": null,
"ignored.border": null,
"info": null,
"info.background": "#0C194D", "info.background": "#0C194D",
"info.border": "#082190", "info.border": "#082190",
"modified": "#B0A878", "modified": "#B0A878",
"modified.background": "#3A310E", "modified.background": "#3A310E",
"modified.border": null,
"predictive": "#5D5945", "predictive": "#5D5945",
"predictive.background": null,
"predictive.border": null,
"renamed": null,
"renamed.background": null,
"renamed.border": null,
"success": null,
"success.background": "#0C4619", "success.background": "#0C4619",
"success.border": null,
"unreachable": null,
"unreachable.background": null,
"unreachable.border": null,
"warning": null,
"warning.background": "#3A310E", "warning.background": "#3A310E",
"warning.border": "#7B6508", "warning.border": "#7B6508",
"syntax": { "syntax": {
"attribute": { "attribute": {
"color": "#be9a52", "color": "#be9a52"
"font_style": null,
"font_weight": null
}, },
"boolean": { "boolean": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"comment": { "comment": {
"color": "#9E9E9E", "color": "#9E9E9E"
"font_style": null,
"font_weight": null
}, },
"comment.doc": { "comment.doc": {
"color": "#9E9E9E", "color": "#9E9E9E"
"font_style": null,
"font_weight": null
}, },
"constant": { "constant": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"constructor": { "constructor": {
"color": "#b5af9a", "color": "#b5af9a"
"font_style": null,
"font_weight": null
}, },
"embedded": { "embedded": {
"color": "#CACCCA", "color": "#CACCCA"
"font_style": null,
"font_weight": null
}, },
"function": { "function": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"keyword": { "keyword": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
}, },
"link_text": { "link_text": {
"color": "#A86D3B", "color": "#A86D3B",
"font_style": "normal", "font_style": "normal"
"font_weight": null
}, },
"link_uri": { "link_uri": {
"color": "#6F6D66", "color": "#6F6D66",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"number": { "number": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
}, },
"string": { "string": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.escape": { "string.escape": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.regex": { "string.regex": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.special": { "string.special": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"string.special.symbol": { "string.special.symbol": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"tag": { "tag": {
"color": "#b5af9a", "color": "#b5af9a"
"font_style": null,
"font_weight": null
}, },
"text.literal": { "text.literal": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"title": { "title": {
"color": "#A76D3B", "color": "#A76D3B",
"font_style": null,
"font_weight": 600 "font_weight": 600
}, },
"type": { "type": {
"color": "#A86D3B", "color": "#A86D3B"
"font_style": null,
"font_weight": null
}, },
"property": { "property": {
"color": "#CACCCA", "color": "#CACCCA"
"font_style": null,
"font_weight": null
}, },
"variable.special": { "variable.special": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
} }
} }
} }

View file

@ -65,162 +65,95 @@
"editor.line_number": "#8F8F8F", "editor.line_number": "#8F8F8F",
"editor.active_line_number": "#DDDDDD", "editor.active_line_number": "#DDDDDD",
"conflict": "#D2602D", "conflict": "#D2602D",
"conflict.background": null,
"conflict.border": null,
"created": "#3f72e2", "created": "#3f72e2",
"created.background": "#0C4619", "created.background": "#0C4619",
"created.border": null,
"deleted": null,
"deleted.background": "#46190C", "deleted.background": "#46190C",
"deleted.border": null,
"error": null,
"error.background": "#46190C", "error.background": "#46190C",
"error.border": "#802207", "error.border": "#802207",
"hidden": "#9E9E9E", "hidden": "#9E9E9E",
"hidden.background": null,
"hidden.border": null,
"hint": "#b283f8", "hint": "#b283f8",
"hint.background": "#250c4b", "hint.background": "#250c4b",
"hint.border": "#3f0891", "hint.border": "#3f0891",
"ignored": null,
"ignored.background": null,
"ignored.border": null,
"info": null,
"info.background": "#0C194D", "info.background": "#0C194D",
"info.border": "#082190", "info.border": "#082190",
"modified": "#B0A878", "modified": "#B0A878",
"modified.background": "#3A310E", "modified.background": "#3A310E",
"modified.border": null,
"predictive": "#5D5945", "predictive": "#5D5945",
"predictive.background": null,
"predictive.border": null,
"renamed": null,
"renamed.background": null,
"renamed.border": null,
"success": null,
"success.background": "#0C4619", "success.background": "#0C4619",
"success.border": null,
"unreachable": null,
"unreachable.background": null,
"unreachable.border": null,
"warning": null,
"warning.background": "#3A310E", "warning.background": "#3A310E",
"warning.border": "#7B6508", "warning.border": "#7B6508",
"syntax": { "syntax": {
"attribute": { "attribute": {
"color": "#be9a52", "color": "#be9a52"
"font_style": null,
"font_weight": null
}, },
"boolean": { "boolean": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"comment": { "comment": {
"color": "#9E9E9E", "color": "#9E9E9E"
"font_style": null,
"font_weight": null
}, },
"comment.doc": { "comment.doc": {
"color": "#9E9E9E", "color": "#9E9E9E"
"font_style": null,
"font_weight": null
}, },
"constant": { "constant": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"constructor": { "constructor": {
"color": "#b5af9a", "color": "#b5af9a"
"font_style": null,
"font_weight": null
}, },
"embedded": { "embedded": {
"color": "#CACCCA", "color": "#CACCCA"
"font_style": null,
"font_weight": null
}, },
"function": { "function": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"keyword": { "keyword": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
}, },
"link_text": { "link_text": {
"color": "#A86D3B", "color": "#A86D3B",
"font_style": "normal", "font_style": "normal"
"font_weight": null
}, },
"link_uri": { "link_uri": {
"color": "#6F6D66", "color": "#6F6D66",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"number": { "number": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
}, },
"string": { "string": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.escape": { "string.escape": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.regex": { "string.regex": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.special": { "string.special": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"string.special.symbol": { "string.special.symbol": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"tag": { "tag": {
"color": "#b5af9a", "color": "#b5af9a"
"font_style": null,
"font_weight": null
}, },
"text.literal": { "text.literal": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"title": { "title": {
"color": "#A76D3B", "color": "#A76D3B",
"font_style": null,
"font_weight": 600 "font_weight": 600
}, },
"type": { "type": {
"color": "#A86D3B", "color": "#A86D3B"
"font_style": null,
"font_weight": null
}, },
"property": { "property": {
"color": "#CACCCA", "color": "#CACCCA"
"font_style": null,
"font_weight": null
}, },
"variable.special": { "variable.special": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
} }
} }
} }

View file

@ -110,119 +110,78 @@
"warning.border": "#FF9940", "warning.border": "#FF9940",
"syntax": { "syntax": {
"attribute": { "attribute": {
"color": "#86B300", "color": "#86B300"
"font_style": null,
"font_weight": null
}, },
"boolean": { "boolean": {
"color": "#FF9940", "color": "#FF9940"
"font_style": null,
"font_weight": null
}, },
"comment": { "comment": {
"color": "#ABB0B6", "color": "#ABB0B6",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"comment.doc": { "comment.doc": {
"color": "#ABB0B6", "color": "#ABB0B6",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"constant": { "constant": {
"color": "#F07171", "color": "#F07171"
"font_style": null,
"font_weight": null
}, },
"constructor": { "constructor": {
"color": "#55B4D4", "color": "#55B4D4"
"font_style": null,
"font_weight": null
}, },
"embedded": { "embedded": {
"color": "#5C6773", "color": "#5C6773"
"font_style": null,
"font_weight": null
}, },
"function": { "function": {
"color": "#55B4D4", "color": "#55B4D4"
"font_style": null,
"font_weight": null
}, },
"keyword": { "keyword": {
"color": "#FF9940", "color": "#FF9940"
"font_style": null,
"font_weight": null
}, },
"link_text": { "link_text": {
"color": "#55B4D4", "color": "#55B4D4",
"font_style": "underline", "font_style": "underline"
"font_weight": null
}, },
"link_uri": { "link_uri": {
"color": "#5C6773", "color": "#5C6773",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"number": { "number": {
"color": "#F07171", "color": "#F07171"
"font_style": null,
"font_weight": null
}, },
"string": { "string": {
"color": "#86B300", "color": "#86B300"
"font_style": null,
"font_weight": null
}, },
"string.escape": { "string.escape": {
"color": "#FF9940", "color": "#FF9940"
"font_style": null,
"font_weight": null
}, },
"string.regex": { "string.regex": {
"color": "#86B300", "color": "#86B300"
"font_style": null,
"font_weight": null
}, },
"string.special": { "string.special": {
"color": "#55B4D4", "color": "#55B4D4"
"font_style": null,
"font_weight": null
}, },
"string.special.symbol": { "string.special.symbol": {
"color": "#55B4D4", "color": "#55B4D4"
"font_style": null,
"font_weight": null
}, },
"tag": { "tag": {
"color": "#FF9940", "color": "#FF9940"
"font_style": null,
"font_weight": null
}, },
"text.literal": { "text.literal": {
"color": "#5C6773", "color": "#5C6773"
"font_style": null,
"font_weight": null
}, },
"title": { "title": {
"color": "#55B4D4", "color": "#55B4D4",
"font_style": null,
"font_weight": 600 "font_weight": 600
}, },
"type": { "type": {
"color": "#55B4D4", "color": "#55B4D4"
"font_style": null,
"font_weight": null
}, },
"property": { "property": {
"color": "#5C6773", "color": "#5C6773"
"font_style": null,
"font_weight": null
}, },
"variable.special": { "variable.special": {
"color": "#FF9940", "color": "#FF9940"
"font_style": null,
"font_weight": null
} }
} }
} }
@ -291,162 +250,95 @@
"editor.line_number": "#8F8F8F", "editor.line_number": "#8F8F8F",
"editor.active_line_number": "#DDDDDD", "editor.active_line_number": "#DDDDDD",
"conflict": "#D2602D", "conflict": "#D2602D",
"conflict.background": null,
"conflict.border": null,
"created": "#3f72e2", "created": "#3f72e2",
"created.background": "#0C4619", "created.background": "#0C4619",
"created.border": null,
"deleted": null,
"deleted.background": "#46190C", "deleted.background": "#46190C",
"deleted.border": null,
"error": null,
"error.background": "#46190C", "error.background": "#46190C",
"error.border": "#802207", "error.border": "#802207",
"hidden": "#9E9E9E", "hidden": "#9E9E9E",
"hidden.background": null,
"hidden.border": null,
"hint": "#b283f8", "hint": "#b283f8",
"hint.background": "#250c4b", "hint.background": "#250c4b",
"hint.border": "#3f0891", "hint.border": "#3f0891",
"ignored": null,
"ignored.background": null,
"ignored.border": null,
"info": null,
"info.background": "#0C194D", "info.background": "#0C194D",
"info.border": "#082190", "info.border": "#082190",
"modified": "#B0A878", "modified": "#B0A878",
"modified.background": "#3A310E", "modified.background": "#3A310E",
"modified.border": null,
"predictive": "#5D5945", "predictive": "#5D5945",
"predictive.background": null,
"predictive.border": null,
"renamed": null,
"renamed.background": null,
"renamed.border": null,
"success": null,
"success.background": "#0C4619", "success.background": "#0C4619",
"success.border": null,
"unreachable": null,
"unreachable.background": null,
"unreachable.border": null,
"warning": null,
"warning.background": "#3A310E", "warning.background": "#3A310E",
"warning.border": "#7B6508", "warning.border": "#7B6508",
"syntax": { "syntax": {
"attribute": { "attribute": {
"color": "#be9a52", "color": "#be9a52"
"font_style": null,
"font_weight": null
}, },
"boolean": { "boolean": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"comment": { "comment": {
"color": "#9E9E9E", "color": "#9E9E9E"
"font_style": null,
"font_weight": null
}, },
"comment.doc": { "comment.doc": {
"color": "#9E9E9E", "color": "#9E9E9E"
"font_style": null,
"font_weight": null
}, },
"constant": { "constant": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"constructor": { "constructor": {
"color": "#b5af9a", "color": "#b5af9a"
"font_style": null,
"font_weight": null
}, },
"embedded": { "embedded": {
"color": "#CACCCA", "color": "#CACCCA"
"font_style": null,
"font_weight": null
}, },
"function": { "function": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"keyword": { "keyword": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
}, },
"link_text": { "link_text": {
"color": "#A86D3B", "color": "#A86D3B",
"font_style": "normal", "font_style": "normal"
"font_weight": null
}, },
"link_uri": { "link_uri": {
"color": "#6F6D66", "color": "#6F6D66",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"number": { "number": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
}, },
"string": { "string": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.escape": { "string.escape": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.regex": { "string.regex": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.special": { "string.special": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"string.special.symbol": { "string.special.symbol": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"tag": { "tag": {
"color": "#b5af9a", "color": "#b5af9a"
"font_style": null,
"font_weight": null
}, },
"text.literal": { "text.literal": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"title": { "title": {
"color": "#A76D3B", "color": "#A76D3B",
"font_style": null,
"font_weight": 600 "font_weight": 600
}, },
"type": { "type": {
"color": "#A86D3B", "color": "#A86D3B"
"font_style": null,
"font_weight": null
}, },
"property": { "property": {
"color": "#CACCCA", "color": "#CACCCA"
"font_style": null,
"font_weight": null
}, },
"variable.special": { "variable.special": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
} }
} }
} }

File diff suppressed because it is too large Load diff

View file

@ -76,14 +76,10 @@
"error.background": "#f4e4e4", "error.background": "#f4e4e4",
"error.border": "#e67e80", "error.border": "#e67e80",
"hidden": "#959a9d", "hidden": "#959a9d",
"hidden.background": null,
"hidden.border": null,
"hint": "#7fbbb3", "hint": "#7fbbb3",
"hint.background": "#e0f4f4", "hint.background": "#e0f4f4",
"hint.border": "#7fbbb3", "hint.border": "#7fbbb3",
"ignored": "#959a9d", "ignored": "#959a9d",
"ignored.background": null,
"ignored.border": null,
"info": "#7fbbb3", "info": "#7fbbb3",
"info.background": "#e0f4f4", "info.background": "#e0f4f4",
"info.border": "#7fbbb3", "info.border": "#7fbbb3",
@ -91,8 +87,6 @@
"modified.background": "#f9f4e4", "modified.background": "#f9f4e4",
"modified.border": "#dbbc7f", "modified.border": "#dbbc7f",
"predictive": "#5F6D75", "predictive": "#5F6D75",
"predictive.background": null,
"predictive.border": null,
"renamed": "#a7c080", "renamed": "#a7c080",
"renamed.background": "#eaf4e4", "renamed.background": "#eaf4e4",
"renamed.border": "#a7c080", "renamed.border": "#a7c080",
@ -100,126 +94,83 @@
"success.background": "#eaf4e4", "success.background": "#eaf4e4",
"success.border": "#a7c080", "success.border": "#a7c080",
"unreachable": "#959a9d", "unreachable": "#959a9d",
"unreachable.background": null,
"unreachable.border": null,
"warning": "#dbbc7f", "warning": "#dbbc7f",
"warning.background": "#f9f4e4", "warning.background": "#f9f4e4",
"warning.border": "#dbbc7f", "warning.border": "#dbbc7f",
"syntax": { "syntax": {
"attribute": { "attribute": {
"color": "#dbbc7f", "color": "#dbbc7f"
"font_style": null,
"font_weight": null
}, },
"boolean": { "boolean": {
"color": "#e69875", "color": "#e69875"
"font_style": null,
"font_weight": null
}, },
"comment": { "comment": {
"color": "#959a9d", "color": "#959a9d",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"comment.doc": { "comment.doc": {
"color": "#959a9d", "color": "#959a9d",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"constant": { "constant": {
"color": "#e69875", "color": "#e69875"
"font_style": null,
"font_weight": null
}, },
"constructor": { "constructor": {
"color": "#a7c080", "color": "#a7c080"
"font_style": null,
"font_weight": null
}, },
"embedded": { "embedded": {
"color": "#5F6D75", "color": "#5F6D75"
"font_style": null,
"font_weight": null
}, },
"function": { "function": {
"color": "#a7c080", "color": "#a7c080"
"font_style": null,
"font_weight": null
}, },
"keyword": { "keyword": {
"color": "#e67e80", "color": "#e67e80"
"font_style": null,
"font_weight": null
}, },
"link_text": { "link_text": {
"color": "#7fbbb3", "color": "#7fbbb3",
"font_style": "normal", "font_style": "normal"
"font_weight": null
}, },
"link_uri": { "link_uri": {
"color": "#5F6D75", "color": "#5F6D75",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"number": { "number": {
"color": "#e69875", "color": "#e69875"
"font_style": null,
"font_weight": null
}, },
"string": { "string": {
"color": "#a7c080", "color": "#a7c080"
"font_style": null,
"font_weight": null
}, },
"string.escape": { "string.escape": {
"color": "#a7c080", "color": "#a7c080"
"font_style": null,
"font_weight": null
}, },
"string.regex": { "string.regex": {
"color": "#a7c080", "color": "#a7c080"
"font_style": null,
"font_weight": null
}, },
"string.special": { "string.special": {
"color": "#dbbc7f", "color": "#dbbc7f"
"font_style": null,
"font_weight": null
}, },
"string.special.symbol": { "string.special.symbol": {
"color": "#dbbc7f", "color": "#dbbc7f"
"font_style": null,
"font_weight": null
}, },
"tag": { "tag": {
"color": "#a7c080", "color": "#a7c080"
"font_style": null,
"font_weight": null
}, },
"text.literal": { "text.literal": {
"color": "#dbbc7f", "color": "#dbbc7f"
"font_style": null,
"font_weight": null
}, },
"title": { "title": {
"color": "#e69875", "color": "#e69875",
"font_style": null,
"font_weight": 600 "font_weight": 600
}, },
"type": { "type": {
"color": "#7fbbb3", "color": "#7fbbb3"
"font_style": null,
"font_weight": null
}, },
"property": { "property": {
"color": "#5F6D75", "color": "#5F6D75"
"font_style": null,
"font_weight": null
}, },
"variable.special": { "variable.special": {
"color": "#e67e80", "color": "#e67e80"
"font_style": null,
"font_weight": null
} }
} }
} }
@ -287,162 +238,95 @@
"editor.line_number": "#8F8F8F", "editor.line_number": "#8F8F8F",
"editor.active_line_number": "#DDDDDD", "editor.active_line_number": "#DDDDDD",
"conflict": "#D2602D", "conflict": "#D2602D",
"conflict.background": null,
"conflict.border": null,
"created": "#3f72e2", "created": "#3f72e2",
"created.background": "#0C4619", "created.background": "#0C4619",
"created.border": null,
"deleted": null,
"deleted.background": "#46190C", "deleted.background": "#46190C",
"deleted.border": null,
"error": null,
"error.background": "#46190C", "error.background": "#46190C",
"error.border": "#802207", "error.border": "#802207",
"hidden": "#9E9E9E", "hidden": "#9E9E9E",
"hidden.background": null,
"hidden.border": null,
"hint": "#b283f8", "hint": "#b283f8",
"hint.background": "#250c4b", "hint.background": "#250c4b",
"hint.border": "#3f0891", "hint.border": "#3f0891",
"ignored": null,
"ignored.background": null,
"ignored.border": null,
"info": null,
"info.background": "#0C194D", "info.background": "#0C194D",
"info.border": "#082190", "info.border": "#082190",
"modified": "#B0A878", "modified": "#B0A878",
"modified.background": "#3A310E", "modified.background": "#3A310E",
"modified.border": null,
"predictive": "#5D5945", "predictive": "#5D5945",
"predictive.background": null,
"predictive.border": null,
"renamed": null,
"renamed.background": null,
"renamed.border": null,
"success": null,
"success.background": "#0C4619", "success.background": "#0C4619",
"success.border": null,
"unreachable": null,
"unreachable.background": null,
"unreachable.border": null,
"warning": null,
"warning.background": "#3A310E", "warning.background": "#3A310E",
"warning.border": "#7B6508", "warning.border": "#7B6508",
"syntax": { "syntax": {
"attribute": { "attribute": {
"color": "#be9a52", "color": "#be9a52"
"font_style": null,
"font_weight": null
}, },
"boolean": { "boolean": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"comment": { "comment": {
"color": "#9E9E9E", "color": "#9E9E9E"
"font_style": null,
"font_weight": null
}, },
"comment.doc": { "comment.doc": {
"color": "#9E9E9E", "color": "#9E9E9E"
"font_style": null,
"font_weight": null
}, },
"constant": { "constant": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"constructor": { "constructor": {
"color": "#b5af9a", "color": "#b5af9a"
"font_style": null,
"font_weight": null
}, },
"embedded": { "embedded": {
"color": "#CACCCA", "color": "#CACCCA"
"font_style": null,
"font_weight": null
}, },
"function": { "function": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"keyword": { "keyword": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
}, },
"link_text": { "link_text": {
"color": "#A86D3B", "color": "#A86D3B",
"font_style": "normal", "font_style": "normal"
"font_weight": null
}, },
"link_uri": { "link_uri": {
"color": "#6F6D66", "color": "#6F6D66",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"number": { "number": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
}, },
"string": { "string": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.escape": { "string.escape": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.regex": { "string.regex": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.special": { "string.special": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"string.special.symbol": { "string.special.symbol": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"tag": { "tag": {
"color": "#b5af9a", "color": "#b5af9a"
"font_style": null,
"font_weight": null
}, },
"text.literal": { "text.literal": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"title": { "title": {
"color": "#A76D3B", "color": "#A76D3B",
"font_style": null,
"font_weight": 600 "font_weight": 600
}, },
"type": { "type": {
"color": "#A86D3B", "color": "#A86D3B"
"font_style": null,
"font_weight": null
}, },
"property": { "property": {
"color": "#CACCCA", "color": "#CACCCA"
"font_style": null,
"font_weight": null
}, },
"variable.special": { "variable.special": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
} }
} }
} }

View file

@ -105,119 +105,78 @@
"warning.border": "#b57614", "warning.border": "#b57614",
"syntax": { "syntax": {
"attribute": { "attribute": {
"color": "#b57614", "color": "#b57614"
"font_style": null,
"font_weight": null
}, },
"boolean": { "boolean": {
"color": "#d79921", "color": "#d79921"
"font_style": null,
"font_weight": null
}, },
"comment": { "comment": {
"color": "#928374", "color": "#928374",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"comment.doc": { "comment.doc": {
"color": "#928374", "color": "#928374",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"constant": { "constant": {
"color": "#d79921", "color": "#d79921"
"font_style": null,
"font_weight": null
}, },
"constructor": { "constructor": {
"color": "#b57614", "color": "#b57614"
"font_style": null,
"font_weight": null
}, },
"embedded": { "embedded": {
"color": "#3c3836", "color": "#3c3836"
"font_style": null,
"font_weight": null
}, },
"function": { "function": {
"color": "#d79921", "color": "#d79921"
"font_style": null,
"font_weight": null
}, },
"keyword": { "keyword": {
"color": "#cc241d", "color": "#cc241d"
"font_style": null,
"font_weight": null
}, },
"link_text": { "link_text": {
"color": "#458588", "color": "#458588",
"font_style": "normal", "font_style": "normal"
"font_weight": null
}, },
"link_uri": { "link_uri": {
"color": "#076678", "color": "#076678",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"number": { "number": {
"color": "#cc241d", "color": "#cc241d"
"font_style": null,
"font_weight": null
}, },
"string": { "string": {
"color": "#79740e", "color": "#79740e"
"font_style": null,
"font_weight": null
}, },
"string.escape": { "string.escape": {
"color": "#79740e", "color": "#79740e"
"font_style": null,
"font_weight": null
}, },
"string.regex": { "string.regex": {
"color": "#79740e", "color": "#79740e"
"font_style": null,
"font_weight": null
}, },
"string.special": { "string.special": {
"color": "#d79921", "color": "#d79921"
"font_style": null,
"font_weight": null
}, },
"string.special.symbol": { "string.special.symbol": {
"color": "#d79921", "color": "#d79921"
"font_style": null,
"font_weight": null
}, },
"tag": { "tag": {
"color": "#b57614", "color": "#b57614"
"font_style": null,
"font_weight": null
}, },
"text.literal": { "text.literal": {
"color": "#d79921", "color": "#d79921"
"font_style": null,
"font_weight": null
}, },
"title": { "title": {
"color": "#b57614", "color": "#b57614",
"font_style": null,
"font_weight": 600 "font_weight": 600
}, },
"type": { "type": {
"color": "#b57614", "color": "#b57614"
"font_style": null,
"font_weight": null
}, },
"property": { "property": {
"color": "#3c3836", "color": "#3c3836"
"font_style": null,
"font_weight": null
}, },
"variable.special": { "variable.special": {
"color": "#cc241d", "color": "#cc241d"
"font_style": null,
"font_weight": null
} }
} }
} }
@ -285,162 +244,95 @@
"editor.line_number": "#8F8F8F", "editor.line_number": "#8F8F8F",
"editor.active_line_number": "#DDDDDD", "editor.active_line_number": "#DDDDDD",
"conflict": "#D2602D", "conflict": "#D2602D",
"conflict.background": null,
"conflict.border": null,
"created": "#3f72e2", "created": "#3f72e2",
"created.background": "#0C4619", "created.background": "#0C4619",
"created.border": null,
"deleted": null,
"deleted.background": "#46190C", "deleted.background": "#46190C",
"deleted.border": null,
"error": null,
"error.background": "#46190C", "error.background": "#46190C",
"error.border": "#802207", "error.border": "#802207",
"hidden": "#9E9E9E", "hidden": "#9E9E9E",
"hidden.background": null,
"hidden.border": null,
"hint": "#b283f8", "hint": "#b283f8",
"hint.background": "#250c4b", "hint.background": "#250c4b",
"hint.border": "#3f0891", "hint.border": "#3f0891",
"ignored": null,
"ignored.background": null,
"ignored.border": null,
"info": null,
"info.background": "#0C194D", "info.background": "#0C194D",
"info.border": "#082190", "info.border": "#082190",
"modified": "#B0A878", "modified": "#B0A878",
"modified.background": "#3A310E", "modified.background": "#3A310E",
"modified.border": null,
"predictive": "#5D5945", "predictive": "#5D5945",
"predictive.background": null,
"predictive.border": null,
"renamed": null,
"renamed.background": null,
"renamed.border": null,
"success": null,
"success.background": "#0C4619", "success.background": "#0C4619",
"success.border": null,
"unreachable": null,
"unreachable.background": null,
"unreachable.border": null,
"warning": null,
"warning.background": "#3A310E", "warning.background": "#3A310E",
"warning.border": "#7B6508", "warning.border": "#7B6508",
"syntax": { "syntax": {
"attribute": { "attribute": {
"color": "#be9a52", "color": "#be9a52"
"font_style": null,
"font_weight": null
}, },
"boolean": { "boolean": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"comment": { "comment": {
"color": "#9E9E9E", "color": "#9E9E9E"
"font_style": null,
"font_weight": null
}, },
"comment.doc": { "comment.doc": {
"color": "#9E9E9E", "color": "#9E9E9E"
"font_style": null,
"font_weight": null
}, },
"constant": { "constant": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"constructor": { "constructor": {
"color": "#b5af9a", "color": "#b5af9a"
"font_style": null,
"font_weight": null
}, },
"embedded": { "embedded": {
"color": "#CACCCA", "color": "#CACCCA"
"font_style": null,
"font_weight": null
}, },
"function": { "function": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"keyword": { "keyword": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
}, },
"link_text": { "link_text": {
"color": "#A86D3B", "color": "#A86D3B",
"font_style": "normal", "font_style": "normal"
"font_weight": null
}, },
"link_uri": { "link_uri": {
"color": "#6F6D66", "color": "#6F6D66",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"number": { "number": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
}, },
"string": { "string": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.escape": { "string.escape": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.regex": { "string.regex": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.special": { "string.special": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"string.special.symbol": { "string.special.symbol": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"tag": { "tag": {
"color": "#b5af9a", "color": "#b5af9a"
"font_style": null,
"font_weight": null
}, },
"text.literal": { "text.literal": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"title": { "title": {
"color": "#A76D3B", "color": "#A76D3B",
"font_style": null,
"font_weight": 600 "font_weight": 600
}, },
"type": { "type": {
"color": "#A86D3B", "color": "#A86D3B"
"font_style": null,
"font_weight": null
}, },
"property": { "property": {
"color": "#CACCCA", "color": "#CACCCA"
"font_style": null,
"font_weight": null
}, },
"variable.special": { "variable.special": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
} }
} }
} }

View file

@ -106,119 +106,78 @@
"warning.border": "#D7C490", "warning.border": "#D7C490",
"syntax": { "syntax": {
"attribute": { "attribute": {
"color": "#948000", "color": "#948000"
"font_style": null,
"font_weight": null
}, },
"boolean": { "boolean": {
"color": "#005F00", "color": "#005F00"
"font_style": null,
"font_weight": null
}, },
"comment": { "comment": {
"color": "#5F5F5F", "color": "#5F5F5F",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"comment.doc": { "comment.doc": {
"color": "#5F5F5F", "color": "#5F5F5F",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"constant": { "constant": {
"color": "#005F87", "color": "#005F87"
"font_style": null,
"font_weight": null
}, },
"constructor": { "constructor": {
"color": "#79792C", "color": "#79792C"
"font_style": null,
"font_weight": null
}, },
"embedded": { "embedded": {
"color": "#1C1C1C", "color": "#1C1C1C"
"font_style": null,
"font_weight": null
}, },
"function": { "function": {
"color": "#005F87", "color": "#005F87"
"font_style": null,
"font_weight": null
}, },
"keyword": { "keyword": {
"color": "#5F1C51", "color": "#5F1C51"
"font_style": null,
"font_weight": null
}, },
"link_text": { "link_text": {
"color": "#005F87", "color": "#005F87",
"font_style": "underline", "font_style": "underline"
"font_weight": null
}, },
"link_uri": { "link_uri": {
"color": "#005F87", "color": "#005F87",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"number": { "number": {
"color": "#005F00", "color": "#005F00"
"font_style": null,
"font_weight": null
}, },
"string": { "string": {
"color": "#005F00", "color": "#005F00"
"font_style": null,
"font_weight": null
}, },
"string.escape": { "string.escape": {
"color": "#005F00", "color": "#005F00"
"font_style": null,
"font_weight": null
}, },
"string.regex": { "string.regex": {
"color": "#005F00", "color": "#005F00"
"font_style": null,
"font_weight": null
}, },
"string.special": { "string.special": {
"color": "#005F87", "color": "#005F87"
"font_style": null,
"font_weight": null
}, },
"string.special.symbol": { "string.special.symbol": {
"color": "#005F87", "color": "#005F87"
"font_style": null,
"font_weight": null
}, },
"tag": { "tag": {
"color": "#79792C", "color": "#79792C"
"font_style": null,
"font_weight": null
}, },
"text.literal": { "text.literal": {
"color": "#005F87", "color": "#005F87"
"font_style": null,
"font_weight": null
}, },
"title": { "title": {
"color": "#005F87", "color": "#005F87",
"font_style": null,
"font_weight": 600 "font_weight": 600
}, },
"type": { "type": {
"color": "#5F1C51", "color": "#5F1C51"
"font_style": null,
"font_weight": null
}, },
"property": { "property": {
"color": "#1C1C1C", "color": "#1C1C1C"
"font_style": null,
"font_weight": null
}, },
"variable.special": { "variable.special": {
"color": "#5F1C51", "color": "#5F1C51"
"font_style": null,
"font_weight": null
} }
} }
} }
@ -287,162 +246,95 @@
"editor.line_number": "#8F8F8F", "editor.line_number": "#8F8F8F",
"editor.active_line_number": "#DDDDDD", "editor.active_line_number": "#DDDDDD",
"conflict": "#D2602D", "conflict": "#D2602D",
"conflict.background": null,
"conflict.border": null,
"created": "#3f72e2", "created": "#3f72e2",
"created.background": "#0C4619", "created.background": "#0C4619",
"created.border": null,
"deleted": null,
"deleted.background": "#46190C", "deleted.background": "#46190C",
"deleted.border": null,
"error": null,
"error.background": "#46190C", "error.background": "#46190C",
"error.border": "#802207", "error.border": "#802207",
"hidden": "#9E9E9E", "hidden": "#9E9E9E",
"hidden.background": null,
"hidden.border": null,
"hint": "#b283f8", "hint": "#b283f8",
"hint.background": "#250c4b", "hint.background": "#250c4b",
"hint.border": "#3f0891", "hint.border": "#3f0891",
"ignored": null,
"ignored.background": null,
"ignored.border": null,
"info": null,
"info.background": "#0C194D", "info.background": "#0C194D",
"info.border": "#082190", "info.border": "#082190",
"modified": "#B0A878", "modified": "#B0A878",
"modified.background": "#3A310E", "modified.background": "#3A310E",
"modified.border": null,
"predictive": "#5D5945", "predictive": "#5D5945",
"predictive.background": null,
"predictive.border": null,
"renamed": null,
"renamed.background": null,
"renamed.border": null,
"success": null,
"success.background": "#0C4619", "success.background": "#0C4619",
"success.border": null,
"unreachable": null,
"unreachable.background": null,
"unreachable.border": null,
"warning": null,
"warning.background": "#3A310E", "warning.background": "#3A310E",
"warning.border": "#7B6508", "warning.border": "#7B6508",
"syntax": { "syntax": {
"attribute": { "attribute": {
"color": "#be9a52", "color": "#be9a52"
"font_style": null,
"font_weight": null
}, },
"boolean": { "boolean": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"comment": { "comment": {
"color": "#9E9E9E", "color": "#9E9E9E"
"font_style": null,
"font_weight": null
}, },
"comment.doc": { "comment.doc": {
"color": "#9E9E9E", "color": "#9E9E9E"
"font_style": null,
"font_weight": null
}, },
"constant": { "constant": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"constructor": { "constructor": {
"color": "#b5af9a", "color": "#b5af9a"
"font_style": null,
"font_weight": null
}, },
"embedded": { "embedded": {
"color": "#CACCCA", "color": "#CACCCA"
"font_style": null,
"font_weight": null
}, },
"function": { "function": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"keyword": { "keyword": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
}, },
"link_text": { "link_text": {
"color": "#A86D3B", "color": "#A86D3B",
"font_style": "normal", "font_style": "normal"
"font_weight": null
}, },
"link_uri": { "link_uri": {
"color": "#6F6D66", "color": "#6F6D66",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"number": { "number": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
}, },
"string": { "string": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.escape": { "string.escape": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.regex": { "string.regex": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.special": { "string.special": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"string.special.symbol": { "string.special.symbol": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"tag": { "tag": {
"color": "#b5af9a", "color": "#b5af9a"
"font_style": null,
"font_weight": null
}, },
"text.literal": { "text.literal": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"title": { "title": {
"color": "#A76D3B", "color": "#A76D3B",
"font_style": null,
"font_weight": 600 "font_weight": 600
}, },
"type": { "type": {
"color": "#A86D3B", "color": "#A86D3B"
"font_style": null,
"font_weight": null
}, },
"property": { "property": {
"color": "#CACCCA", "color": "#CACCCA"
"font_style": null,
"font_weight": null
}, },
"variable.special": { "variable.special": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
} }
} }
} }

View file

@ -68,162 +68,95 @@
"editor.line_number": "#8F8F8F", "editor.line_number": "#8F8F8F",
"editor.active_line_number": "#DDDDDD", "editor.active_line_number": "#DDDDDD",
"conflict": "#D2602D", "conflict": "#D2602D",
"conflict.background": null,
"conflict.border": null,
"created": "#3f72e2", "created": "#3f72e2",
"created.background": "#0C4619", "created.background": "#0C4619",
"created.border": null,
"deleted": null,
"deleted.background": "#46190C", "deleted.background": "#46190C",
"deleted.border": null,
"error": null,
"error.background": "#46190C", "error.background": "#46190C",
"error.border": "#802207", "error.border": "#802207",
"hidden": "#9E9E9E", "hidden": "#9E9E9E",
"hidden.background": null,
"hidden.border": null,
"hint": "#b283f8", "hint": "#b283f8",
"hint.background": "#250c4b", "hint.background": "#250c4b",
"hint.border": "#3f0891", "hint.border": "#3f0891",
"ignored": null,
"ignored.background": null,
"ignored.border": null,
"info": null,
"info.background": "#0C194D", "info.background": "#0C194D",
"info.border": "#082190", "info.border": "#082190",
"modified": "#B0A878", "modified": "#B0A878",
"modified.background": "#3A310E", "modified.background": "#3A310E",
"modified.border": null,
"predictive": "#5D5945", "predictive": "#5D5945",
"predictive.background": null,
"predictive.border": null,
"renamed": null,
"renamed.background": null,
"renamed.border": null,
"success": null,
"success.background": "#0C4619", "success.background": "#0C4619",
"success.border": null,
"unreachable": null,
"unreachable.background": null,
"unreachable.border": null,
"warning": null,
"warning.background": "#3A310E", "warning.background": "#3A310E",
"warning.border": "#7B6508", "warning.border": "#7B6508",
"syntax": { "syntax": {
"attribute": { "attribute": {
"color": "#be9a52", "color": "#be9a52"
"font_style": null,
"font_weight": null
}, },
"boolean": { "boolean": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"comment": { "comment": {
"color": "#9E9E9E", "color": "#9E9E9E"
"font_style": null,
"font_weight": null
}, },
"comment.doc": { "comment.doc": {
"color": "#9E9E9E", "color": "#9E9E9E"
"font_style": null,
"font_weight": null
}, },
"constant": { "constant": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"constructor": { "constructor": {
"color": "#b5af9a", "color": "#b5af9a"
"font_style": null,
"font_weight": null
}, },
"embedded": { "embedded": {
"color": "#CACCCA", "color": "#CACCCA"
"font_style": null,
"font_weight": null
}, },
"function": { "function": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"keyword": { "keyword": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
}, },
"link_text": { "link_text": {
"color": "#A86D3B", "color": "#A86D3B",
"font_style": "normal", "font_style": "normal"
"font_weight": null
}, },
"link_uri": { "link_uri": {
"color": "#6F6D66", "color": "#6F6D66",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"number": { "number": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
}, },
"string": { "string": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.escape": { "string.escape": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.regex": { "string.regex": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.special": { "string.special": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"string.special.symbol": { "string.special.symbol": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"tag": { "tag": {
"color": "#b5af9a", "color": "#b5af9a"
"font_style": null,
"font_weight": null
}, },
"text.literal": { "text.literal": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"title": { "title": {
"color": "#A76D3B", "color": "#A76D3B",
"font_style": null,
"font_weight": 600 "font_weight": 600
}, },
"type": { "type": {
"color": "#A86D3B", "color": "#A86D3B"
"font_style": null,
"font_weight": null
}, },
"property": { "property": {
"color": "#CACCCA", "color": "#CACCCA"
"font_style": null,
"font_weight": null
}, },
"variable.special": { "variable.special": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
} }
} }
} }

View file

@ -67,167 +67,98 @@
"editor.line_number": "#929292", "editor.line_number": "#929292",
"editor.active_line_number": "#000000", "editor.active_line_number": "#000000",
"conflict": "#C5060B", "conflict": "#C5060B",
"conflict.background": null,
"conflict.border": null,
"created": "#1642FF", "created": "#1642FF",
"created.background": "#e5ffe9", "created.background": "#e5ffe9",
"created.border": null,
"deleted": null,
"deleted.background": "#FBEAE5", "deleted.background": "#FBEAE5",
"deleted.border": null,
"error": null,
"error.background": "#FBEAE5", "error.background": "#FBEAE5",
"error.border": "#EC9F89", "error.border": "#EC9F89",
"hidden": "#6D6D6D", "hidden": "#6D6D6D",
"hidden.background": null,
"hidden.border": null,
"hint": "#9e5dff", "hint": "#9e5dff",
"hint.background": "#ece6ff", "hint.background": "#ece6ff",
"hint.border": "#bc8fff", "hint.border": "#bc8fff",
"ignored": null,
"ignored.background": null,
"ignored.border": null,
"info": null,
"info.background": "#E5EAFF", "info.background": "#E5EAFF",
"info.border": "#8DA1FF", "info.border": "#8DA1FF",
"modified": "#9e7008", "modified": "#9e7008",
"modified.background": "#fff2e5", "modified.background": "#fff2e5",
"modified.border": null,
"predictive": "#A4ABB6", "predictive": "#A4ABB6",
"predictive.background": null,
"predictive.border": null,
"renamed": null,
"renamed.background": null,
"renamed.border": null,
"success": null,
"success.background": "#E5FFE5", "success.background": "#E5FFE5",
"success.border": null,
"unreachable": null,
"unreachable.background": null,
"unreachable.border": null,
"warning": "#C99401", "warning": "#C99401",
"warning.background": "#FFFBE5", "warning.background": "#FFFBE5",
"warning.border": "#D9CC89", "warning.border": "#D9CC89",
"syntax": { "syntax": {
"attribute": { "attribute": {
"color": "#957931", "color": "#957931"
"font_style": null,
"font_weight": null
}, },
"boolean": { "boolean": {
"color": "#C5060B", "color": "#C5060B"
"font_style": null,
"font_weight": null
}, },
"comment": { "comment": {
"color": "#007fff", "color": "#007fff"
"font_style": null,
"font_weight": null
}, },
"comment.doc": { "comment.doc": {
"color": "#007fff", "color": "#007fff"
"font_style": null,
"font_weight": null
}, },
"constant": { "constant": {
"color": "#C5060B", "color": "#C5060B"
"font_style": null,
"font_weight": null
}, },
"constructor": { "constructor": {
"color": "#0433ff", "color": "#0433ff"
"font_style": null,
"font_weight": null
}, },
"embedded": { "embedded": {
"color": "#333333", "color": "#333333"
"font_style": null,
"font_weight": null
}, },
"function": { "function": {
"color": "#0000A2", "color": "#0000A2"
"font_style": null,
"font_weight": null
}, },
"keyword": { "keyword": {
"color": "#0433ff", "color": "#0433ff"
"font_style": null,
"font_weight": null
}, },
"link_text": { "link_text": {
"color": "#0000A2", "color": "#0000A2",
"font_style": "normal", "font_style": "normal"
"font_weight": null
}, },
"link_uri": { "link_uri": {
"color": "#6A7293", "color": "#6A7293",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"number": { "number": {
"color": "#0433ff", "color": "#0433ff"
"font_style": null,
"font_weight": null
}, },
"string": { "string": {
"color": "#036A07", "color": "#036A07"
"font_style": null,
"font_weight": null
}, },
"string.escape": { "string.escape": {
"color": "#036A07", "color": "#036A07"
"font_style": null,
"font_weight": null
}, },
"string.regex": { "string.regex": {
"color": "#036A07", "color": "#036A07"
"font_style": null,
"font_weight": null
}, },
"string.special": { "string.special": {
"color": "#d21f07", "color": "#d21f07"
"font_style": null,
"font_weight": null
}, },
"string.special.symbol": { "string.special.symbol": {
"color": "#d21f07", "color": "#d21f07"
"font_style": null,
"font_weight": null
}, },
"tag": { "tag": {
"color": "#0433ff", "color": "#0433ff"
"font_style": null,
"font_weight": null
}, },
"text.literal": { "text.literal": {
"color": "#6F42C1", "color": "#6F42C1"
"font_style": null,
"font_weight": null
}, },
"title": { "title": {
"color": "#0433FF", "color": "#0433FF"
"font_style": null,
"font_weight": null
}, },
"type": { "type": {
"color": "#6f42c1", "color": "#6f42c1"
"font_style": null,
"font_weight": null
}, },
"property": { "property": {
"color": "#333333", "color": "#333333"
"font_style": null,
"font_weight": null
}, },
"variable": { "variable": {
"color": "#333333", "color": "#333333"
"font_style": null,
"font_weight": null
}, },
"variable.special": { "variable.special": {
"color": "#C5060B", "color": "#C5060B"
"font_style": null,
"font_weight": null
} }
} }
} }
@ -296,162 +227,95 @@
"editor.line_number": "#8F8F8F", "editor.line_number": "#8F8F8F",
"editor.active_line_number": "#DDDDDD", "editor.active_line_number": "#DDDDDD",
"conflict": "#D2602D", "conflict": "#D2602D",
"conflict.background": null,
"conflict.border": null,
"created": "#3f72e2", "created": "#3f72e2",
"created.background": "#0C4619", "created.background": "#0C4619",
"created.border": null,
"deleted": null,
"deleted.background": "#46190C", "deleted.background": "#46190C",
"deleted.border": null,
"error": null,
"error.background": "#46190C", "error.background": "#46190C",
"error.border": "#802207", "error.border": "#802207",
"hidden": "#9E9E9E", "hidden": "#9E9E9E",
"hidden.background": null,
"hidden.border": null,
"hint": "#b283f8", "hint": "#b283f8",
"hint.background": "#250c4b", "hint.background": "#250c4b",
"hint.border": "#3f0891", "hint.border": "#3f0891",
"ignored": null,
"ignored.background": null,
"ignored.border": null,
"info": null,
"info.background": "#0C194D", "info.background": "#0C194D",
"info.border": "#082190", "info.border": "#082190",
"modified": "#B0A878", "modified": "#B0A878",
"modified.background": "#3A310E", "modified.background": "#3A310E",
"modified.border": null,
"predictive": "#5D5945", "predictive": "#5D5945",
"predictive.background": null,
"predictive.border": null,
"renamed": null,
"renamed.background": null,
"renamed.border": null,
"success": null,
"success.background": "#0C4619", "success.background": "#0C4619",
"success.border": null,
"unreachable": null,
"unreachable.background": null,
"unreachable.border": null,
"warning": null,
"warning.background": "#3A310E", "warning.background": "#3A310E",
"warning.border": "#7B6508", "warning.border": "#7B6508",
"syntax": { "syntax": {
"attribute": { "attribute": {
"color": "#be9a52", "color": "#be9a52"
"font_style": null,
"font_weight": null
}, },
"boolean": { "boolean": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"comment": { "comment": {
"color": "#9E9E9E", "color": "#9E9E9E"
"font_style": null,
"font_weight": null
}, },
"comment.doc": { "comment.doc": {
"color": "#9E9E9E", "color": "#9E9E9E"
"font_style": null,
"font_weight": null
}, },
"constant": { "constant": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"constructor": { "constructor": {
"color": "#b5af9a", "color": "#b5af9a"
"font_style": null,
"font_weight": null
}, },
"embedded": { "embedded": {
"color": "#CACCCA", "color": "#CACCCA"
"font_style": null,
"font_weight": null
}, },
"function": { "function": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"keyword": { "keyword": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
}, },
"link_text": { "link_text": {
"color": "#A86D3B", "color": "#A86D3B",
"font_style": "normal", "font_style": "normal"
"font_weight": null
}, },
"link_uri": { "link_uri": {
"color": "#6F6D66", "color": "#6F6D66",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"number": { "number": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
}, },
"string": { "string": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.escape": { "string.escape": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.regex": { "string.regex": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.special": { "string.special": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"string.special.symbol": { "string.special.symbol": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"tag": { "tag": {
"color": "#b5af9a", "color": "#b5af9a"
"font_style": null,
"font_weight": null
}, },
"text.literal": { "text.literal": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"title": { "title": {
"color": "#A76D3B", "color": "#A76D3B",
"font_style": null,
"font_weight": 600 "font_weight": 600
}, },
"type": { "type": {
"color": "#A86D3B", "color": "#A86D3B"
"font_style": null,
"font_weight": null
}, },
"property": { "property": {
"color": "#CACCCA", "color": "#CACCCA"
"font_style": null,
"font_weight": null
}, },
"variable.special": { "variable.special": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
} }
} }
} }

View file

@ -100,119 +100,79 @@
"warning.border": "#ADADB0", "warning.border": "#ADADB0",
"syntax": { "syntax": {
"attribute": { "attribute": {
"color": "#e14775", "color": "#e14775"
"font_style": null,
"font_weight": null
}, },
"boolean": { "boolean": {
"color": "#cc7a0a", "color": "#cc7a0a"
"font_style": null,
"font_weight": null
}, },
"comment": { "comment": {
"color": "#767676", "color": "#767676",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"comment.doc": { "comment.doc": {
"color": "#767676", "color": "#767676",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"constant": { "constant": {
"color": "#7058be", "color": "#7058be"
"font_style": null,
"font_weight": null
}, },
"constructor": { "constructor": {
"color": "#269D69", "color": "#269D69"
"font_style": null,
"font_weight": null
}, },
"embedded": { "embedded": {
"color": "#1c8ca8", "color": "#1c8ca8"
"font_style": null,
"font_weight": null
}, },
"function": { "function": {
"color": "#e14775", "color": "#e14775"
"font_style": null,
"font_weight": null
}, },
"keyword": { "keyword": {
"color": "#e14775", "color": "#e14775",
"font_style": "normal", "font_style": "normal"
"font_weight": null
}, },
"link_text": { "link_text": {
"color": "#cc7a0a", "color": "#cc7a0a",
"font_style": "underline", "font_style": "underline"
"font_weight": null
}, },
"link_uri": { "link_uri": {
"color": "#7058be", "color": "#7058be",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"number": { "number": {
"color": "#cc7a0a", "color": "#cc7a0a"
"font_style": null,
"font_weight": null
}, },
"string": { "string": {
"color": "#269D69", "color": "#269D69"
"font_style": null,
"font_weight": null
}, },
"string.escape": { "string.escape": {
"color": "#7058be", "color": "#7058be"
"font_style": null,
"font_weight": null
}, },
"string.regex": { "string.regex": {
"color": "#269D69", "color": "#269D69"
"font_style": null,
"font_weight": null
}, },
"string.special": { "string.special": {
"color": "#e14775", "color": "#e14775"
"font_style": null,
"font_weight": null
}, },
"string.special.symbol": { "string.special.symbol": {
"color": "#e14775", "color": "#e14775"
"font_style": null,
"font_weight": null
}, },
"tag": { "tag": {
"color": "#e14775", "color": "#e14775"
"font_style": null,
"font_weight": null
}, },
"text.literal": { "text.literal": {
"color": "#7058be", "color": "#7058be"
"font_style": null,
"font_weight": null
}, },
"title": { "title": {
"color": "#cc7a0a", "color": "#cc7a0a",
"font_style": null,
"font_weight": 600 "font_weight": 600
}, },
"type": { "type": {
"color": "#1c8ca8", "color": "#1c8ca8"
"font_style": null,
"font_weight": null
}, },
"property": { "property": {
"color": "#7058be", "color": "#7058be"
"font_style": null,
"font_weight": null
}, },
"variable.special": { "variable.special": {
"color": "#e14775", "color": "#e14775"
"font_style": null,
"font_weight": null
} }
} }
} }
@ -272,162 +232,95 @@
"editor.line_number": "#8F8F8F", "editor.line_number": "#8F8F8F",
"editor.active_line_number": "#DDDDDD", "editor.active_line_number": "#DDDDDD",
"conflict": "#D2602D", "conflict": "#D2602D",
"conflict.background": null,
"conflict.border": null,
"created": "#3f72e2", "created": "#3f72e2",
"created.background": "#0C4619", "created.background": "#0C4619",
"created.border": null,
"deleted": null,
"deleted.background": "#46190C", "deleted.background": "#46190C",
"deleted.border": null,
"error": null,
"error.background": "#46190C", "error.background": "#46190C",
"error.border": "#802207", "error.border": "#802207",
"hidden": "#9E9E9E", "hidden": "#9E9E9E",
"hidden.background": null,
"hidden.border": null,
"hint": "#b283f8", "hint": "#b283f8",
"hint.background": "#250c4b", "hint.background": "#250c4b",
"hint.border": "#3f0891", "hint.border": "#3f0891",
"ignored": null,
"ignored.background": null,
"ignored.border": null,
"info": null,
"info.background": "#0C194D", "info.background": "#0C194D",
"info.border": "#082190", "info.border": "#082190",
"modified": "#B0A878", "modified": "#B0A878",
"modified.background": "#3A310E", "modified.background": "#3A310E",
"modified.border": null,
"predictive": "#5D5945", "predictive": "#5D5945",
"predictive.background": null,
"predictive.border": null,
"renamed": null,
"renamed.background": null,
"renamed.border": null,
"success": null,
"success.background": "#0C4619", "success.background": "#0C4619",
"success.border": null,
"unreachable": null,
"unreachable.background": null,
"unreachable.border": null,
"warning": null,
"warning.background": "#3A310E", "warning.background": "#3A310E",
"warning.border": "#7B6508", "warning.border": "#7B6508",
"syntax": { "syntax": {
"attribute": { "attribute": {
"color": "#be9a52", "color": "#be9a52"
"font_style": null,
"font_weight": null
}, },
"boolean": { "boolean": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"comment": { "comment": {
"color": "#9E9E9E", "color": "#9E9E9E"
"font_style": null,
"font_weight": null
}, },
"comment.doc": { "comment.doc": {
"color": "#9E9E9E", "color": "#9E9E9E"
"font_style": null,
"font_weight": null
}, },
"constant": { "constant": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"constructor": { "constructor": {
"color": "#b5af9a", "color": "#b5af9a"
"font_style": null,
"font_weight": null
}, },
"embedded": { "embedded": {
"color": "#CACCCA", "color": "#CACCCA"
"font_style": null,
"font_weight": null
}, },
"function": { "function": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"keyword": { "keyword": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
}, },
"link_text": { "link_text": {
"color": "#A86D3B", "color": "#A86D3B",
"font_style": "normal", "font_style": "normal"
"font_weight": null
}, },
"link_uri": { "link_uri": {
"color": "#6F6D66", "color": "#6F6D66",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"number": { "number": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
}, },
"string": { "string": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.escape": { "string.escape": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.regex": { "string.regex": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.special": { "string.special": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"string.special.symbol": { "string.special.symbol": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"tag": { "tag": {
"color": "#b5af9a", "color": "#b5af9a"
"font_style": null,
"font_weight": null
}, },
"text.literal": { "text.literal": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"title": { "title": {
"color": "#A76D3B", "color": "#A76D3B",
"font_style": null,
"font_weight": 600 "font_weight": 600
}, },
"type": { "type": {
"color": "#A86D3B", "color": "#A86D3B"
"font_style": null,
"font_weight": null
}, },
"property": { "property": {
"color": "#CACCCA", "color": "#CACCCA"
"font_style": null,
"font_weight": null
}, },
"variable.special": { "variable.special": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
} }
} }
} }

View file

@ -113,119 +113,78 @@
"warning.border": "#657B83", "warning.border": "#657B83",
"syntax": { "syntax": {
"attribute": { "attribute": {
"color": "#B58900", "color": "#B58900"
"font_style": null,
"font_weight": null
}, },
"boolean": { "boolean": {
"color": "#CB4B16", "color": "#CB4B16"
"font_style": null,
"font_weight": null
}, },
"comment": { "comment": {
"color": "#93A1A1", "color": "#93A1A1",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"comment.doc": { "comment.doc": {
"color": "#93A1A1", "color": "#93A1A1",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"constant": { "constant": {
"color": "#268BD2", "color": "#268BD2"
"font_style": null,
"font_weight": null
}, },
"constructor": { "constructor": {
"color": "#859900", "color": "#859900"
"font_style": null,
"font_weight": null
}, },
"embedded": { "embedded": {
"color": "#2AA198", "color": "#2AA198"
"font_style": null,
"font_weight": null
}, },
"function": { "function": {
"color": "#268BD2", "color": "#268BD2"
"font_style": null,
"font_weight": null
}, },
"keyword": { "keyword": {
"color": "#DC322F", "color": "#DC322F"
"font_style": null,
"font_weight": null
}, },
"link_text": { "link_text": {
"color": "#268BD2", "color": "#268BD2",
"font_style": "underline", "font_style": "underline"
"font_weight": null
}, },
"link_uri": { "link_uri": {
"color": "#2AA198", "color": "#2AA198",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"number": { "number": {
"color": "#D33682", "color": "#D33682"
"font_style": null,
"font_weight": null
}, },
"string": { "string": {
"color": "#859900", "color": "#859900"
"font_style": null,
"font_weight": null
}, },
"string.escape": { "string.escape": {
"color": "#2AA198", "color": "#2AA198"
"font_style": null,
"font_weight": null
}, },
"string.regex": { "string.regex": {
"color": "#D33682", "color": "#D33682"
"font_style": null,
"font_weight": null
}, },
"string.special": { "string.special": {
"color": "#B58900", "color": "#B58900"
"font_style": null,
"font_weight": null
}, },
"string.special.symbol": { "string.special.symbol": {
"color": "#B58900", "color": "#B58900"
"font_style": null,
"font_weight": null
}, },
"tag": { "tag": {
"color": "#268BD2", "color": "#268BD2"
"font_style": null,
"font_weight": null
}, },
"text.literal": { "text.literal": {
"color": "#586E75", "color": "#586E75"
"font_style": null,
"font_weight": null
}, },
"title": { "title": {
"color": "#073642", "color": "#073642",
"font_style": null,
"font_weight": 600 "font_weight": 600
}, },
"type": { "type": {
"color": "#2AA198", "color": "#2AA198"
"font_style": null,
"font_weight": null
}, },
"property": { "property": {
"color": "#586E75", "color": "#586E75"
"font_style": null,
"font_weight": null
}, },
"variable.special": { "variable.special": {
"color": "#DC322F", "color": "#DC322F"
"font_style": null,
"font_weight": null
} }
} }
} }
@ -295,162 +254,95 @@
"editor.line_number": "#8F8F8F", "editor.line_number": "#8F8F8F",
"editor.active_line_number": "#DDDDDD", "editor.active_line_number": "#DDDDDD",
"conflict": "#D2602D", "conflict": "#D2602D",
"conflict.background": null,
"conflict.border": null,
"created": "#3f72e2", "created": "#3f72e2",
"created.background": "#0C4619", "created.background": "#0C4619",
"created.border": null,
"deleted": null,
"deleted.background": "#46190C", "deleted.background": "#46190C",
"deleted.border": null,
"error": null,
"error.background": "#46190C", "error.background": "#46190C",
"error.border": "#802207", "error.border": "#802207",
"hidden": "#9E9E9E", "hidden": "#9E9E9E",
"hidden.background": null,
"hidden.border": null,
"hint": "#b283f8", "hint": "#b283f8",
"hint.background": "#250c4b", "hint.background": "#250c4b",
"hint.border": "#3f0891", "hint.border": "#3f0891",
"ignored": null,
"ignored.background": null,
"ignored.border": null,
"info": null,
"info.background": "#0C194D", "info.background": "#0C194D",
"info.border": "#082190", "info.border": "#082190",
"modified": "#B0A878", "modified": "#B0A878",
"modified.background": "#3A310E", "modified.background": "#3A310E",
"modified.border": null,
"predictive": "#5D5945", "predictive": "#5D5945",
"predictive.background": null,
"predictive.border": null,
"renamed": null,
"renamed.background": null,
"renamed.border": null,
"success": null,
"success.background": "#0C4619", "success.background": "#0C4619",
"success.border": null,
"unreachable": null,
"unreachable.background": null,
"unreachable.border": null,
"warning": null,
"warning.background": "#3A310E", "warning.background": "#3A310E",
"warning.border": "#7B6508", "warning.border": "#7B6508",
"syntax": { "syntax": {
"attribute": { "attribute": {
"color": "#be9a52", "color": "#be9a52"
"font_style": null,
"font_weight": null
}, },
"boolean": { "boolean": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"comment": { "comment": {
"color": "#9E9E9E", "color": "#9E9E9E"
"font_style": null,
"font_weight": null
}, },
"comment.doc": { "comment.doc": {
"color": "#9E9E9E", "color": "#9E9E9E"
"font_style": null,
"font_weight": null
}, },
"constant": { "constant": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"constructor": { "constructor": {
"color": "#b5af9a", "color": "#b5af9a"
"font_style": null,
"font_weight": null
}, },
"embedded": { "embedded": {
"color": "#CACCCA", "color": "#CACCCA"
"font_style": null,
"font_weight": null
}, },
"function": { "function": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"keyword": { "keyword": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
}, },
"link_text": { "link_text": {
"color": "#A86D3B", "color": "#A86D3B",
"font_style": "normal", "font_style": "normal"
"font_weight": null
}, },
"link_uri": { "link_uri": {
"color": "#6F6D66", "color": "#6F6D66",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"number": { "number": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
}, },
"string": { "string": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.escape": { "string.escape": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.regex": { "string.regex": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.special": { "string.special": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"string.special.symbol": { "string.special.symbol": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"tag": { "tag": {
"color": "#b5af9a", "color": "#b5af9a"
"font_style": null,
"font_weight": null
}, },
"text.literal": { "text.literal": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"title": { "title": {
"color": "#A76D3B", "color": "#A76D3B",
"font_style": null,
"font_weight": 600 "font_weight": 600
}, },
"type": { "type": {
"color": "#A86D3B", "color": "#A86D3B"
"font_style": null,
"font_weight": null
}, },
"property": { "property": {
"color": "#CACCCA", "color": "#CACCCA"
"font_style": null,
"font_weight": null
}, },
"variable.special": { "variable.special": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
} }
} }
} }

View file

@ -103,119 +103,78 @@
"warning.border": "#f2ce00", "warning.border": "#f2ce00",
"syntax": { "syntax": {
"attribute": { "attribute": {
"color": "#f2ce00", "color": "#f2ce00"
"font_style": null,
"font_weight": null
}, },
"boolean": { "boolean": {
"color": "#f2ce00", "color": "#f2ce00"
"font_style": null,
"font_weight": null
}, },
"comment": { "comment": {
"color": "#4b6479", "color": "#4b6479",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"comment.doc": { "comment.doc": {
"color": "#4b6479", "color": "#4b6479",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"constant": { "constant": {
"color": "#e33400", "color": "#e33400"
"font_style": null,
"font_weight": null
}, },
"constructor": { "constructor": {
"color": "#5ccc96", "color": "#5ccc96"
"font_style": null,
"font_weight": null
}, },
"embedded": { "embedded": {
"color": "#ecf0c1", "color": "#ecf0c1"
"font_style": null,
"font_weight": null
}, },
"function": { "function": {
"color": "#089CC5", "color": "#089CC5"
"font_style": null,
"font_weight": null
}, },
"keyword": { "keyword": {
"color": "#C86D8C", "color": "#C86D8C"
"font_style": null,
"font_weight": null
}, },
"link_text": { "link_text": {
"color": "#089CC5", "color": "#089CC5",
"font_style": "underline", "font_style": "underline"
"font_weight": null
}, },
"link_uri": { "link_uri": {
"color": "#089CC5", "color": "#089CC5",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"number": { "number": {
"color": "#f2ce00", "color": "#f2ce00"
"font_style": null,
"font_weight": null
}, },
"string": { "string": {
"color": "#5ccc96", "color": "#5ccc96"
"font_style": null,
"font_weight": null
}, },
"string.escape": { "string.escape": {
"color": "#5ccc96", "color": "#5ccc96"
"font_style": null,
"font_weight": null
}, },
"string.regex": { "string.regex": {
"color": "#5ccc96", "color": "#5ccc96"
"font_style": null,
"font_weight": null
}, },
"string.special": { "string.special": {
"color": "#f2ce00", "color": "#f2ce00"
"font_style": null,
"font_weight": null
}, },
"string.special.symbol": { "string.special.symbol": {
"color": "#f2ce00", "color": "#f2ce00"
"font_style": null,
"font_weight": null
}, },
"tag": { "tag": {
"color": "#C86D8C", "color": "#C86D8C"
"font_style": null,
"font_weight": null
}, },
"text.literal": { "text.literal": {
"color": "#ecf0c1", "color": "#ecf0c1"
"font_style": null,
"font_weight": null
}, },
"title": { "title": {
"color": "#f2ce00", "color": "#f2ce00",
"font_style": null,
"font_weight": 600 "font_weight": 600
}, },
"type": { "type": {
"color": "#089CC5", "color": "#089CC5"
"font_style": null,
"font_weight": null
}, },
"property": { "property": {
"color": "#ecf0c1", "color": "#ecf0c1"
"font_style": null,
"font_weight": null
}, },
"variable.special": { "variable.special": {
"color": "#C86D8C", "color": "#C86D8C"
"font_style": null,
"font_weight": null
} }
} }
} }

View file

@ -104,119 +104,78 @@
"warning.border": "#7aa2f7", "warning.border": "#7aa2f7",
"syntax": { "syntax": {
"attribute": { "attribute": {
"color": "#e0af68", "color": "#e0af68"
"font_style": null,
"font_weight": null
}, },
"boolean": { "boolean": {
"color": "#9ece6a", "color": "#9ece6a"
"font_style": null,
"font_weight": null
}, },
"comment": { "comment": {
"color": "#565f89", "color": "#565f89",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"comment.doc": { "comment.doc": {
"color": "#565f89", "color": "#565f89",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"constant": { "constant": {
"color": "#7aa2f7", "color": "#7aa2f7"
"font_style": null,
"font_weight": null
}, },
"constructor": { "constructor": {
"color": "#e0af68", "color": "#e0af68"
"font_style": null,
"font_weight": null
}, },
"embedded": { "embedded": {
"color": "#c0caf5", "color": "#c0caf5"
"font_style": null,
"font_weight": null
}, },
"function": { "function": {
"color": "#7aa2f7", "color": "#7aa2f7"
"font_style": null,
"font_weight": null
}, },
"keyword": { "keyword": {
"color": "#f7768e", "color": "#f7768e"
"font_style": null,
"font_weight": null
}, },
"link_text": { "link_text": {
"color": "#7dcfff", "color": "#7dcfff",
"font_style": "underline", "font_style": "underline"
"font_weight": null
}, },
"link_uri": { "link_uri": {
"color": "#7aa2f7", "color": "#7aa2f7",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"number": { "number": {
"color": "#e0af68", "color": "#e0af68"
"font_style": null,
"font_weight": null
}, },
"string": { "string": {
"color": "#9ece6a", "color": "#9ece6a"
"font_style": null,
"font_weight": null
}, },
"string.escape": { "string.escape": {
"color": "#7dcfff", "color": "#7dcfff"
"font_style": null,
"font_weight": null
}, },
"string.regex": { "string.regex": {
"color": "#9ece6a", "color": "#9ece6a"
"font_style": null,
"font_weight": null
}, },
"string.special": { "string.special": {
"color": "#e0af68", "color": "#e0af68"
"font_style": null,
"font_weight": null
}, },
"string.special.symbol": { "string.special.symbol": {
"color": "#e0af68", "color": "#e0af68"
"font_style": null,
"font_weight": null
}, },
"tag": { "tag": {
"color": "#f7768e", "color": "#f7768e"
"font_style": null,
"font_weight": null
}, },
"text.literal": { "text.literal": {
"color": "#c0caf5", "color": "#c0caf5"
"font_style": null,
"font_weight": null
}, },
"title": { "title": {
"color": "#7aa2f7", "color": "#7aa2f7",
"font_style": null,
"font_weight": 600 "font_weight": 600
}, },
"type": { "type": {
"color": "#7dcfff", "color": "#7dcfff"
"font_style": null,
"font_weight": null
}, },
"property": { "property": {
"color": "#c0caf5", "color": "#c0caf5"
"font_style": null,
"font_weight": null
}, },
"variable.special": { "variable.special": {
"color": "#f7768e", "color": "#f7768e"
"font_style": null,
"font_weight": null
} }
} }
} }
@ -282,162 +241,95 @@
"editor.line_number": "#363C58", "editor.line_number": "#363C58",
"editor.active_line_number": "#B0B9E2", "editor.active_line_number": "#B0B9E2",
"conflict": "#D2602D", "conflict": "#D2602D",
"conflict.background": null,
"conflict.border": null,
"created": "#3f72e2", "created": "#3f72e2",
"created.background": "#0C4619", "created.background": "#0C4619",
"created.border": null,
"deleted": null,
"deleted.background": "#46190C", "deleted.background": "#46190C",
"deleted.border": null,
"error": null,
"error.background": "#46190C", "error.background": "#46190C",
"error.border": "#802207", "error.border": "#802207",
"hidden": "#9E9E9E", "hidden": "#9E9E9E",
"hidden.background": null,
"hidden.border": null,
"hint": "#b283f8", "hint": "#b283f8",
"hint.background": "#250c4b", "hint.background": "#250c4b",
"hint.border": "#3f0891", "hint.border": "#3f0891",
"ignored": null,
"ignored.background": null,
"ignored.border": null,
"info": null,
"info.background": "#0C194D", "info.background": "#0C194D",
"info.border": "#082190", "info.border": "#082190",
"modified": "#B0A878", "modified": "#B0A878",
"modified.background": "#3A310E", "modified.background": "#3A310E",
"modified.border": null,
"predictive": "#5D5945", "predictive": "#5D5945",
"predictive.background": null,
"predictive.border": null,
"renamed": null,
"renamed.background": null,
"renamed.border": null,
"success": null,
"success.background": "#0C4619", "success.background": "#0C4619",
"success.border": null,
"unreachable": null,
"unreachable.background": null,
"unreachable.border": null,
"warning": null,
"warning.background": "#3A310E", "warning.background": "#3A310E",
"warning.border": "#7B6508", "warning.border": "#7B6508",
"syntax": { "syntax": {
"attribute": { "attribute": {
"color": "#be9a52", "color": "#be9a52"
"font_style": null,
"font_weight": null
}, },
"boolean": { "boolean": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"comment": { "comment": {
"color": "#9E9E9E", "color": "#9E9E9E"
"font_style": null,
"font_weight": null
}, },
"comment.doc": { "comment.doc": {
"color": "#9E9E9E", "color": "#9E9E9E"
"font_style": null,
"font_weight": null
}, },
"constant": { "constant": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"constructor": { "constructor": {
"color": "#b5af9a", "color": "#b5af9a"
"font_style": null,
"font_weight": null
}, },
"embedded": { "embedded": {
"color": "#CACCCA", "color": "#CACCCA"
"font_style": null,
"font_weight": null
}, },
"function": { "function": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"keyword": { "keyword": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
}, },
"link_text": { "link_text": {
"color": "#A86D3B", "color": "#A86D3B",
"font_style": "normal", "font_style": "normal"
"font_weight": null
}, },
"link_uri": { "link_uri": {
"color": "#6F6D66", "color": "#6F6D66",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"number": { "number": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
}, },
"string": { "string": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.escape": { "string.escape": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.regex": { "string.regex": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.special": { "string.special": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"string.special.symbol": { "string.special.symbol": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"tag": { "tag": {
"color": "#b5af9a", "color": "#b5af9a"
"font_style": null,
"font_weight": null
}, },
"text.literal": { "text.literal": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"title": { "title": {
"color": "#A76D3B", "color": "#A76D3B",
"font_style": null,
"font_weight": 600 "font_weight": 600
}, },
"type": { "type": {
"color": "#A86D3B", "color": "#A86D3B"
"font_style": null,
"font_weight": null
}, },
"property": { "property": {
"color": "#CACCCA", "color": "#CACCCA"
"font_style": null,
"font_weight": null
}, },
"variable.special": { "variable.special": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
} }
} }
} }
@ -548,119 +440,78 @@
"warning.border": "#82aaff", "warning.border": "#82aaff",
"syntax": { "syntax": {
"attribute": { "attribute": {
"color": "#ffc777", "color": "#ffc777"
"font_style": null,
"font_weight": null
}, },
"boolean": { "boolean": {
"color": "#c3e88d", "color": "#c3e88d"
"font_style": null,
"font_weight": null
}, },
"comment": { "comment": {
"color": "#6e738d", "color": "#6e738d",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"comment.doc": { "comment.doc": {
"color": "#6e738d", "color": "#6e738d",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"constant": { "constant": {
"color": "#82aaff", "color": "#82aaff"
"font_style": null,
"font_weight": null
}, },
"constructor": { "constructor": {
"color": "#ffc777", "color": "#ffc777"
"font_style": null,
"font_weight": null
}, },
"embedded": { "embedded": {
"color": "#c0caf5", "color": "#c0caf5"
"font_style": null,
"font_weight": null
}, },
"function": { "function": {
"color": "#82aaff", "color": "#82aaff"
"font_style": null,
"font_weight": null
}, },
"keyword": { "keyword": {
"color": "#ed8796", "color": "#ed8796"
"font_style": null,
"font_weight": null
}, },
"link_text": { "link_text": {
"color": "#86e1fc", "color": "#86e1fc",
"font_style": "underline", "font_style": "underline"
"font_weight": null
}, },
"link_uri": { "link_uri": {
"color": "#82aaff", "color": "#82aaff",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"number": { "number": {
"color": "#ffc777", "color": "#ffc777"
"font_style": null,
"font_weight": null
}, },
"string": { "string": {
"color": "#c3e88d", "color": "#c3e88d"
"font_style": null,
"font_weight": null
}, },
"string.escape": { "string.escape": {
"color": "#86e1fc", "color": "#86e1fc"
"font_style": null,
"font_weight": null
}, },
"string.regex": { "string.regex": {
"color": "#c3e88d", "color": "#c3e88d"
"font_style": null,
"font_weight": null
}, },
"string.special": { "string.special": {
"color": "#ffc777", "color": "#ffc777"
"font_style": null,
"font_weight": null
}, },
"string.special.symbol": { "string.special.symbol": {
"color": "#ffc777", "color": "#ffc777"
"font_style": null,
"font_weight": null
}, },
"tag": { "tag": {
"color": "#ed8796", "color": "#ed8796"
"font_style": null,
"font_weight": null
}, },
"text.literal": { "text.literal": {
"color": "#c0caf5", "color": "#c0caf5"
"font_style": null,
"font_weight": null
}, },
"title": { "title": {
"color": "#82aaff", "color": "#82aaff",
"font_style": null,
"font_weight": 600 "font_weight": 600
}, },
"type": { "type": {
"color": "#86e1fc", "color": "#86e1fc"
"font_style": null,
"font_weight": null
}, },
"property": { "property": {
"color": "#c0caf5", "color": "#c0caf5"
"font_style": null,
"font_weight": null
}, },
"variable.special": { "variable.special": {
"color": "#ed8796", "color": "#ed8796"
"font_style": null,
"font_weight": null
} }
} }
} }

View file

@ -65,162 +65,95 @@
"editor.line_number": "#8F8F8F", "editor.line_number": "#8F8F8F",
"editor.active_line_number": "#DDDDDD", "editor.active_line_number": "#DDDDDD",
"conflict": "#D2602D", "conflict": "#D2602D",
"conflict.background": null,
"conflict.border": null,
"created": "#3f72e2", "created": "#3f72e2",
"created.background": "#0C4619", "created.background": "#0C4619",
"created.border": null,
"deleted": null,
"deleted.background": "#46190C", "deleted.background": "#46190C",
"deleted.border": null,
"error": null,
"error.background": "#46190C", "error.background": "#46190C",
"error.border": "#802207", "error.border": "#802207",
"hidden": "#9E9E9E", "hidden": "#9E9E9E",
"hidden.background": null,
"hidden.border": null,
"hint": "#b283f8", "hint": "#b283f8",
"hint.background": "#250c4b", "hint.background": "#250c4b",
"hint.border": "#3f0891", "hint.border": "#3f0891",
"ignored": null,
"ignored.background": null,
"ignored.border": null,
"info": null,
"info.background": "#0C194D", "info.background": "#0C194D",
"info.border": "#082190", "info.border": "#082190",
"modified": "#B0A878", "modified": "#B0A878",
"modified.background": "#3A310E", "modified.background": "#3A310E",
"modified.border": null,
"predictive": "#5D5945", "predictive": "#5D5945",
"predictive.background": null,
"predictive.border": null,
"renamed": null,
"renamed.background": null,
"renamed.border": null,
"success": null,
"success.background": "#0C4619", "success.background": "#0C4619",
"success.border": null,
"unreachable": null,
"unreachable.background": null,
"unreachable.border": null,
"warning": null,
"warning.background": "#3A310E", "warning.background": "#3A310E",
"warning.border": "#7B6508", "warning.border": "#7B6508",
"syntax": { "syntax": {
"attribute": { "attribute": {
"color": "#be9a52", "color": "#be9a52"
"font_style": null,
"font_weight": null
}, },
"boolean": { "boolean": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"comment": { "comment": {
"color": "#9E9E9E", "color": "#9E9E9E"
"font_style": null,
"font_weight": null
}, },
"comment.doc": { "comment.doc": {
"color": "#9E9E9E", "color": "#9E9E9E"
"font_style": null,
"font_weight": null
}, },
"constant": { "constant": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"constructor": { "constructor": {
"color": "#b5af9a", "color": "#b5af9a"
"font_style": null,
"font_weight": null
}, },
"embedded": { "embedded": {
"color": "#CACCCA", "color": "#CACCCA"
"font_style": null,
"font_weight": null
}, },
"function": { "function": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"keyword": { "keyword": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
}, },
"link_text": { "link_text": {
"color": "#A86D3B", "color": "#A86D3B",
"font_style": "normal", "font_style": "normal"
"font_weight": null
}, },
"link_uri": { "link_uri": {
"color": "#6F6D66", "color": "#6F6D66",
"font_style": "italic", "font_style": "italic"
"font_weight": null
}, },
"number": { "number": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
}, },
"string": { "string": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.escape": { "string.escape": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.regex": { "string.regex": {
"color": "#76BA53", "color": "#76BA53"
"font_style": null,
"font_weight": null
}, },
"string.special": { "string.special": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"string.special.symbol": { "string.special.symbol": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"tag": { "tag": {
"color": "#b5af9a", "color": "#b5af9a"
"font_style": null,
"font_weight": null
}, },
"text.literal": { "text.literal": {
"color": "#E1D797", "color": "#E1D797"
"font_style": null,
"font_weight": null
}, },
"title": { "title": {
"color": "#A76D3B", "color": "#A76D3B",
"font_style": null,
"font_weight": 600 "font_weight": 600
}, },
"type": { "type": {
"color": "#A86D3B", "color": "#A86D3B"
"font_style": null,
"font_weight": null
}, },
"property": { "property": {
"color": "#CACCCA", "color": "#CACCCA"
"font_style": null,
"font_weight": null
}, },
"variable.special": { "variable.special": {
"color": "#E19773", "color": "#E19773"
"font_style": null,
"font_weight": null
} }
} }
} }