mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
954c772e29
This PR updates the color of the label used for Git-aware items to use the `ignored` color from the theme when the item is ignored by Git. The built-in themes have had their `ignored` color updated to match `text.disabled`, as the existing `ignored` color did not sufficiently differentiate from non-ignored items. Fixes #9976. Release Notes: - Updated items in the project panel to use the `ignored` color from the theme when they are ignored by Git ([#9976](https://github.com/zed-industries/zed/issues/9976)).
745 lines
23 KiB
JSON
745 lines
23 KiB
JSON
{
|
|
"name": "Solarized",
|
|
"author": "Zed Industries",
|
|
"themes": [
|
|
{
|
|
"name": "Solarized Dark",
|
|
"appearance": "dark",
|
|
"style": {
|
|
"border": "#2b4e58ff",
|
|
"border.variant": "#053541ff",
|
|
"border.focused": "#1b3149ff",
|
|
"border.selected": "#1b3149ff",
|
|
"border.transparent": "#00000000",
|
|
"border.disabled": "#19424dff",
|
|
"elevated_surface.background": "#04313bff",
|
|
"surface.background": "#04313bff",
|
|
"background": "#073743ff",
|
|
"element.background": "#04313bff",
|
|
"element.hover": "#053541ff",
|
|
"element.active": "#294d58ff",
|
|
"element.selected": "#294d58ff",
|
|
"element.disabled": "#04313bff",
|
|
"drop_target.background": "#93a1a180",
|
|
"ghost_element.background": "#00000000",
|
|
"ghost_element.hover": "#053541ff",
|
|
"ghost_element.active": "#294d58ff",
|
|
"ghost_element.selected": "#294d58ff",
|
|
"ghost_element.disabled": "#04313bff",
|
|
"text": "#fdf6e3ff",
|
|
"text.muted": "#93a1a1ff",
|
|
"text.placeholder": "#6f8389ff",
|
|
"text.disabled": "#6f8389ff",
|
|
"text.accent": "#278ad1ff",
|
|
"icon": "#fdf6e3ff",
|
|
"icon.muted": "#93a1a1ff",
|
|
"icon.disabled": "#6f8389ff",
|
|
"icon.placeholder": "#93a1a1ff",
|
|
"icon.accent": "#278ad1ff",
|
|
"status_bar.background": "#073743ff",
|
|
"title_bar.background": "#073743ff",
|
|
"toolbar.background": "#002a35ff",
|
|
"tab_bar.background": "#04313bff",
|
|
"tab.inactive_background": "#04313bff",
|
|
"tab.active_background": "#002a35ff",
|
|
"search.match_background": "#288bd166",
|
|
"panel.background": "#04313bff",
|
|
"panel.focused_border": null,
|
|
"pane.focused_border": null,
|
|
"scrollbar.thumb.background": "#fdf6e34c",
|
|
"scrollbar.thumb.hover_background": "#053541ff",
|
|
"scrollbar.thumb.border": "#053541ff",
|
|
"scrollbar.track.background": "#00000000",
|
|
"scrollbar.track.border": "#022f3bff",
|
|
"editor.foreground": "#fdf6e3ff",
|
|
"editor.background": "#002a35ff",
|
|
"editor.gutter.background": "#002a35ff",
|
|
"editor.subheader.background": "#04313bff",
|
|
"editor.active_line.background": "#04313bbf",
|
|
"editor.highlighted_line.background": "#04313bff",
|
|
"editor.line_number": "#fdf6e359",
|
|
"editor.active_line_number": "#fdf6e3ff",
|
|
"editor.invisible": "#6c8287ff",
|
|
"editor.wrap_guide": "#fdf6e30d",
|
|
"editor.active_wrap_guide": "#fdf6e31a",
|
|
"editor.document_highlight.read_background": "#278ad11a",
|
|
"editor.document_highlight.write_background": "#6c828766",
|
|
"terminal.background": "#002a35ff",
|
|
"terminal.foreground": "#fdf6e3ff",
|
|
"terminal.bright_foreground": "#fdf6e3ff",
|
|
"terminal.dim_foreground": "#002a35ff",
|
|
"terminal.ansi.black": "#002a35ff",
|
|
"terminal.ansi.bright_black": "#5c7279ff",
|
|
"terminal.ansi.dim_black": "#fdf6e3ff",
|
|
"terminal.ansi.red": "#dc3330ff",
|
|
"terminal.ansi.bright_red": "#7d181cff",
|
|
"terminal.ansi.dim_red": "#faa091ff",
|
|
"terminal.ansi.green": "#849903ff",
|
|
"terminal.ansi.bright_green": "#434a10ff",
|
|
"terminal.ansi.dim_green": "#c6cb8bff",
|
|
"terminal.ansi.yellow": "#b58902ff",
|
|
"terminal.ansi.bright_yellow": "#5d430fff",
|
|
"terminal.ansi.dim_yellow": "#e0c189ff",
|
|
"terminal.ansi.blue": "#278ad1ff",
|
|
"terminal.ansi.bright_blue": "#214365ff",
|
|
"terminal.ansi.dim_blue": "#a5c3e9ff",
|
|
"terminal.ansi.magenta": "#d33781ff",
|
|
"terminal.ansi.bright_magenta": "#6f1f3fff",
|
|
"terminal.ansi.dim_magenta": "#f0a2beff",
|
|
"terminal.ansi.cyan": "#2ba198ff",
|
|
"terminal.ansi.bright_cyan": "#204e4aff",
|
|
"terminal.ansi.dim_cyan": "#9fd0cbff",
|
|
"terminal.ansi.white": "#fdf6e3ff",
|
|
"terminal.ansi.bright_white": "#fdf6e3ff",
|
|
"terminal.ansi.dim_white": "#7b8e91ff",
|
|
"link_text.hover": "#278ad1ff",
|
|
"conflict": "#b58902ff",
|
|
"conflict.background": "#2e1d0cff",
|
|
"conflict.border": "#47300fff",
|
|
"created": "#849903ff",
|
|
"created.background": "#1e210cff",
|
|
"created.border": "#313510ff",
|
|
"deleted": "#dc3330ff",
|
|
"deleted.background": "#4a080eff",
|
|
"deleted.border": "#641015ff",
|
|
"error": "#dc3330ff",
|
|
"error.background": "#4a080eff",
|
|
"error.border": "#641015ff",
|
|
"hidden": "#6f8389ff",
|
|
"hidden.background": "#073743ff",
|
|
"hidden.border": "#19424dff",
|
|
"hint": "#4f8297ff",
|
|
"hint.background": "#141f2cff",
|
|
"hint.border": "#1b3149ff",
|
|
"ignored": "#6f8389ff",
|
|
"ignored.background": "#073743ff",
|
|
"ignored.border": "#2b4e58ff",
|
|
"info": "#278ad1ff",
|
|
"info.background": "#141f2cff",
|
|
"info.border": "#1b3149ff",
|
|
"modified": "#b58902ff",
|
|
"modified.background": "#2e1d0cff",
|
|
"modified.border": "#47300fff",
|
|
"predictive": "#3f718bff",
|
|
"predictive.background": "#1e210cff",
|
|
"predictive.border": "#313510ff",
|
|
"renamed": "#278ad1ff",
|
|
"renamed.background": "#141f2cff",
|
|
"renamed.border": "#1b3149ff",
|
|
"success": "#849903ff",
|
|
"success.background": "#1e210cff",
|
|
"success.border": "#313510ff",
|
|
"unreachable": "#93a1a1ff",
|
|
"unreachable.background": "#073743ff",
|
|
"unreachable.border": "#2b4e58ff",
|
|
"warning": "#b58902ff",
|
|
"warning.background": "#2e1d0cff",
|
|
"warning.border": "#47300fff",
|
|
"players": [
|
|
{
|
|
"cursor": "#278ad1ff",
|
|
"background": "#278ad1ff",
|
|
"selection": "#278ad13d"
|
|
},
|
|
{
|
|
"cursor": "#d33781ff",
|
|
"background": "#d33781ff",
|
|
"selection": "#d337813d"
|
|
},
|
|
{
|
|
"cursor": "#cb4b16ff",
|
|
"background": "#cb4b16ff",
|
|
"selection": "#cb4b163d"
|
|
},
|
|
{
|
|
"cursor": "#6c71c4ff",
|
|
"background": "#6c71c4ff",
|
|
"selection": "#6c71c43d"
|
|
},
|
|
{
|
|
"cursor": "#2ba198ff",
|
|
"background": "#2ba198ff",
|
|
"selection": "#2ba1983d"
|
|
},
|
|
{
|
|
"cursor": "#dc3330ff",
|
|
"background": "#dc3330ff",
|
|
"selection": "#dc33303d"
|
|
},
|
|
{
|
|
"cursor": "#b58902ff",
|
|
"background": "#b58902ff",
|
|
"selection": "#b589023d"
|
|
},
|
|
{
|
|
"cursor": "#849903ff",
|
|
"background": "#849903ff",
|
|
"selection": "#8499033d"
|
|
}
|
|
],
|
|
"syntax": {
|
|
"attribute": {
|
|
"color": "#278ad1ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"boolean": {
|
|
"color": "#849903ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"comment": {
|
|
"color": "#99a5a4ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"comment.doc": {
|
|
"color": "#99a5a4ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"constant": {
|
|
"color": "#849903ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"constructor": {
|
|
"color": "#278ad1ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"embedded": {
|
|
"color": "#fdf6e3ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"emphasis": {
|
|
"color": "#278ad1ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"emphasis.strong": {
|
|
"color": "#278ad1ff",
|
|
"font_style": null,
|
|
"font_weight": 700
|
|
},
|
|
"enum": {
|
|
"color": "#cb4b16ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"function": {
|
|
"color": "#b58902ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"hint": {
|
|
"color": "#4f8297ff",
|
|
"font_style": null,
|
|
"font_weight": 700
|
|
},
|
|
"keyword": {
|
|
"color": "#278ad1ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"label": {
|
|
"color": "#278ad1ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"link_text": {
|
|
"color": "#cb4b16ff",
|
|
"font_style": "italic",
|
|
"font_weight": null
|
|
},
|
|
"link_uri": {
|
|
"color": "#849903ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"number": {
|
|
"color": "#849903ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"operator": {
|
|
"color": "#cb4b16ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"predictive": {
|
|
"color": "#3f718bff",
|
|
"font_style": "italic",
|
|
"font_weight": null
|
|
},
|
|
"preproc": {
|
|
"color": "#fdf6e3ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"primary": {
|
|
"color": "#fdf6e3ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"property": {
|
|
"color": "#278ad1ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"punctuation": {
|
|
"color": "#efe9d6ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"punctuation.bracket": {
|
|
"color": "#efe9d6ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"punctuation.delimiter": {
|
|
"color": "#efe9d6ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"punctuation.list_marker": {
|
|
"color": "#efe9d6ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"punctuation.special": {
|
|
"color": "#efe9d6ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"string": {
|
|
"color": "#cb4b16ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"string.escape": {
|
|
"color": "#99a5a4ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"string.regex": {
|
|
"color": "#cb4b16ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"string.special": {
|
|
"color": "#cb4b16ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"string.special.symbol": {
|
|
"color": "#cb4b16ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"tag": {
|
|
"color": "#278ad1ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"text.literal": {
|
|
"color": "#cb4b16ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"title": {
|
|
"color": "#fdf6e3ff",
|
|
"font_style": null,
|
|
"font_weight": 700
|
|
},
|
|
"type": {
|
|
"color": "#2ba198ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"variable": {
|
|
"color": "#fdf6e3ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"variant": {
|
|
"color": "#278ad1ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "Solarized Light",
|
|
"appearance": "light",
|
|
"style": {
|
|
"border": "#9faaa8ff",
|
|
"border.variant": "#dcdacbff",
|
|
"border.focused": "#bfd3efff",
|
|
"border.selected": "#bfd3efff",
|
|
"border.transparent": "#00000000",
|
|
"border.disabled": "#b6bcb5ff",
|
|
"elevated_surface.background": "#f3eddaff",
|
|
"surface.background": "#f3eddaff",
|
|
"background": "#cfd0c4ff",
|
|
"element.background": "#f3eddaff",
|
|
"element.hover": "#dcdacbff",
|
|
"element.active": "#a2aca9ff",
|
|
"element.selected": "#a2aca9ff",
|
|
"element.disabled": "#f3eddaff",
|
|
"drop_target.background": "#34555e80",
|
|
"ghost_element.background": "#00000000",
|
|
"ghost_element.hover": "#dcdacbff",
|
|
"ghost_element.active": "#a2aca9ff",
|
|
"ghost_element.selected": "#a2aca9ff",
|
|
"ghost_element.disabled": "#f3eddaff",
|
|
"text": "#002a35ff",
|
|
"text.muted": "#34555eff",
|
|
"text.placeholder": "#6a7f86ff",
|
|
"text.disabled": "#6a7f86ff",
|
|
"text.accent": "#288bd1ff",
|
|
"icon": "#002a35ff",
|
|
"icon.muted": "#34555eff",
|
|
"icon.disabled": "#6a7f86ff",
|
|
"icon.placeholder": "#34555eff",
|
|
"icon.accent": "#288bd1ff",
|
|
"status_bar.background": "#cfd0c4ff",
|
|
"title_bar.background": "#cfd0c4ff",
|
|
"toolbar.background": "#fdf6e3ff",
|
|
"tab_bar.background": "#f3eddaff",
|
|
"tab.inactive_background": "#f3eddaff",
|
|
"tab.active_background": "#fdf6e3ff",
|
|
"search.match_background": "#298bd166",
|
|
"panel.background": "#f3eddaff",
|
|
"panel.focused_border": null,
|
|
"pane.focused_border": null,
|
|
"scrollbar.thumb.background": "#002a354c",
|
|
"scrollbar.thumb.hover_background": "#dcdacbff",
|
|
"scrollbar.thumb.border": "#dcdacbff",
|
|
"scrollbar.track.background": "#00000000",
|
|
"scrollbar.track.border": "#f5eedbff",
|
|
"editor.foreground": "#002a35ff",
|
|
"editor.background": "#fdf6e3ff",
|
|
"editor.gutter.background": "#fdf6e3ff",
|
|
"editor.subheader.background": "#f3eddaff",
|
|
"editor.active_line.background": "#f3eddabf",
|
|
"editor.highlighted_line.background": "#f3eddaff",
|
|
"editor.line_number": "#002a3559",
|
|
"editor.active_line_number": "#002a35ff",
|
|
"editor.invisible": "#6c8287ff",
|
|
"editor.wrap_guide": "#002a350d",
|
|
"editor.active_wrap_guide": "#002a351a",
|
|
"editor.document_highlight.read_background": "#288bd11a",
|
|
"editor.document_highlight.write_background": "#6c828766",
|
|
"terminal.background": "#fdf6e3ff",
|
|
"terminal.foreground": "#002a35ff",
|
|
"terminal.bright_foreground": "#002a35ff",
|
|
"terminal.dim_foreground": "#fdf6e3ff",
|
|
"terminal.ansi.black": "#fdf6e3ff",
|
|
"terminal.ansi.bright_black": "#7b8e91ff",
|
|
"terminal.ansi.dim_black": "#002a35ff",
|
|
"terminal.ansi.red": "#dc3330ff",
|
|
"terminal.ansi.bright_red": "#faa091ff",
|
|
"terminal.ansi.dim_red": "#7d181cff",
|
|
"terminal.ansi.green": "#849903ff",
|
|
"terminal.ansi.bright_green": "#c6cb8bff",
|
|
"terminal.ansi.dim_green": "#434a10ff",
|
|
"terminal.ansi.yellow": "#b58903ff",
|
|
"terminal.ansi.bright_yellow": "#e0c189ff",
|
|
"terminal.ansi.dim_yellow": "#5d430fff",
|
|
"terminal.ansi.blue": "#288bd1ff",
|
|
"terminal.ansi.bright_blue": "#a5c3e9ff",
|
|
"terminal.ansi.dim_blue": "#214365ff",
|
|
"terminal.ansi.magenta": "#d33781ff",
|
|
"terminal.ansi.bright_magenta": "#f0a2beff",
|
|
"terminal.ansi.dim_magenta": "#6f1f3fff",
|
|
"terminal.ansi.cyan": "#2ba198ff",
|
|
"terminal.ansi.bright_cyan": "#9fd0cbff",
|
|
"terminal.ansi.dim_cyan": "#204e4aff",
|
|
"terminal.ansi.white": "#002a35ff",
|
|
"terminal.ansi.bright_white": "#002a35ff",
|
|
"terminal.ansi.dim_white": "#5c7279ff",
|
|
"link_text.hover": "#288bd1ff",
|
|
"conflict": "#b58903ff",
|
|
"conflict.background": "#f5e6d0ff",
|
|
"conflict.border": "#ebd3aaff",
|
|
"created": "#849903ff",
|
|
"created.background": "#e9ead0ff",
|
|
"created.border": "#d6d9abff",
|
|
"deleted": "#dc3330ff",
|
|
"deleted.background": "#ffd9d2ff",
|
|
"deleted.border": "#ffbbafff",
|
|
"error": "#dc3330ff",
|
|
"error.background": "#ffd9d2ff",
|
|
"error.border": "#ffbbafff",
|
|
"hidden": "#6a7f86ff",
|
|
"hidden.background": "#cfd0c4ff",
|
|
"hidden.border": "#b6bcb5ff",
|
|
"hint": "#5789a3ff",
|
|
"hint.background": "#dbe6f6ff",
|
|
"hint.border": "#bfd3efff",
|
|
"ignored": "#6a7f86ff",
|
|
"ignored.background": "#cfd0c4ff",
|
|
"ignored.border": "#9faaa8ff",
|
|
"info": "#288bd1ff",
|
|
"info.background": "#dbe6f6ff",
|
|
"info.border": "#bfd3efff",
|
|
"modified": "#b58903ff",
|
|
"modified.background": "#f5e6d0ff",
|
|
"modified.border": "#ebd3aaff",
|
|
"predictive": "#679aafff",
|
|
"predictive.background": "#e9ead0ff",
|
|
"predictive.border": "#d6d9abff",
|
|
"renamed": "#288bd1ff",
|
|
"renamed.background": "#dbe6f6ff",
|
|
"renamed.border": "#bfd3efff",
|
|
"success": "#849903ff",
|
|
"success.background": "#e9ead0ff",
|
|
"success.border": "#d6d9abff",
|
|
"unreachable": "#34555eff",
|
|
"unreachable.background": "#cfd0c4ff",
|
|
"unreachable.border": "#9faaa8ff",
|
|
"warning": "#b58903ff",
|
|
"warning.background": "#f5e6d0ff",
|
|
"warning.border": "#ebd3aaff",
|
|
"players": [
|
|
{
|
|
"cursor": "#288bd1ff",
|
|
"background": "#288bd1ff",
|
|
"selection": "#288bd13d"
|
|
},
|
|
{
|
|
"cursor": "#d33781ff",
|
|
"background": "#d33781ff",
|
|
"selection": "#d337813d"
|
|
},
|
|
{
|
|
"cursor": "#cb4b17ff",
|
|
"background": "#cb4b17ff",
|
|
"selection": "#cb4b173d"
|
|
},
|
|
{
|
|
"cursor": "#6c71c3ff",
|
|
"background": "#6c71c3ff",
|
|
"selection": "#6c71c33d"
|
|
},
|
|
{
|
|
"cursor": "#2ba198ff",
|
|
"background": "#2ba198ff",
|
|
"selection": "#2ba1983d"
|
|
},
|
|
{
|
|
"cursor": "#dc3330ff",
|
|
"background": "#dc3330ff",
|
|
"selection": "#dc33303d"
|
|
},
|
|
{
|
|
"cursor": "#b58903ff",
|
|
"background": "#b58903ff",
|
|
"selection": "#b589033d"
|
|
},
|
|
{
|
|
"cursor": "#849903ff",
|
|
"background": "#849903ff",
|
|
"selection": "#8499033d"
|
|
}
|
|
],
|
|
"syntax": {
|
|
"attribute": {
|
|
"color": "#288bd1ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"boolean": {
|
|
"color": "#849903ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"comment": {
|
|
"color": "#30525bff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"comment.doc": {
|
|
"color": "#30525bff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"constant": {
|
|
"color": "#849903ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"constructor": {
|
|
"color": "#288bd1ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"embedded": {
|
|
"color": "#002a35ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"emphasis": {
|
|
"color": "#288bd1ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"emphasis.strong": {
|
|
"color": "#288bd1ff",
|
|
"font_style": null,
|
|
"font_weight": 700
|
|
},
|
|
"enum": {
|
|
"color": "#cb4b17ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"function": {
|
|
"color": "#b58903ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"hint": {
|
|
"color": "#5789a3ff",
|
|
"font_style": null,
|
|
"font_weight": 700
|
|
},
|
|
"keyword": {
|
|
"color": "#288bd1ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"label": {
|
|
"color": "#288bd1ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"link_text": {
|
|
"color": "#cb4b17ff",
|
|
"font_style": "italic",
|
|
"font_weight": null
|
|
},
|
|
"link_uri": {
|
|
"color": "#849903ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"number": {
|
|
"color": "#849903ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"operator": {
|
|
"color": "#cb4b17ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"predictive": {
|
|
"color": "#679aafff",
|
|
"font_style": "italic",
|
|
"font_weight": null
|
|
},
|
|
"preproc": {
|
|
"color": "#002a35ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"primary": {
|
|
"color": "#002a35ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"property": {
|
|
"color": "#288bd1ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"punctuation": {
|
|
"color": "#04333eff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"punctuation.bracket": {
|
|
"color": "#04333eff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"punctuation.delimiter": {
|
|
"color": "#04333eff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"punctuation.list_marker": {
|
|
"color": "#04333eff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"punctuation.special": {
|
|
"color": "#04333eff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"string": {
|
|
"color": "#cb4b17ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"string.escape": {
|
|
"color": "#30525bff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"string.regex": {
|
|
"color": "#cb4b17ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"string.special": {
|
|
"color": "#cb4b17ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"string.special.symbol": {
|
|
"color": "#cb4b17ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"tag": {
|
|
"color": "#288bd1ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"text.literal": {
|
|
"color": "#cb4b17ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"title": {
|
|
"color": "#002a35ff",
|
|
"font_style": null,
|
|
"font_weight": 700
|
|
},
|
|
"type": {
|
|
"color": "#2ba198ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"variable": {
|
|
"color": "#002a35ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
},
|
|
"variant": {
|
|
"color": "#288bd1ff",
|
|
"font_style": null,
|
|
"font_weight": null
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|