From da50c9dd93faeb6a55b508be16a300a6e157bf6e Mon Sep 17 00:00:00 2001 From: Jeff Date: Thu, 9 Jan 2025 07:53:52 -0500 Subject: [PATCH] Initial commit --- .gitignore | 1 + extension.toml | 7 + themes/adwaita.json | 1117 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 1125 insertions(+) create mode 100644 .gitignore create mode 100644 extension.toml create mode 100644 themes/adwaita.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea8c4bf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target diff --git a/extension.toml b/extension.toml new file mode 100644 index 0000000..4d86d20 --- /dev/null +++ b/extension.toml @@ -0,0 +1,7 @@ +id = "zed-adwaita" +name = "Adwaita Theme for Zed" +version = "0.0.1" +schema_version = 1 +authors = ["Jeff Anderson"] +description = "Adwaita GTK theme for Zed" +repository = "https://git.jeffa.io/jeff/zed-adwaita" diff --git a/themes/adwaita.json b/themes/adwaita.json new file mode 100644 index 0000000..a7c86ef --- /dev/null +++ b/themes/adwaita.json @@ -0,0 +1,1117 @@ +{ + "$schema": "https://zed.dev/schema/themes/v0.2.0.json", + "name": "Ayu", + "author": "Zed Industries", + "themes": [ + { + "name": "Ayu Dark", + "appearance": "dark", + "style": { + "border": "#3f4043ff", + "border.variant": "#2d2f34ff", + "border.focused": "#1b4a6eff", + "border.selected": "#1b4a6eff", + "border.transparent": "#00000000", + "border.disabled": "#383a3eff", + "elevated_surface.background": "#1f2127ff", + "surface.background": "#1f2127ff", + "background": "#313337ff", + "element.background": "#1f2127ff", + "element.hover": "#2d2f34ff", + "element.active": "#3e4043ff", + "element.selected": "#3e4043ff", + "element.disabled": "#1f2127ff", + "drop_target.background": "#8a898680", + "ghost_element.background": "#00000000", + "ghost_element.hover": "#2d2f34ff", + "ghost_element.active": "#3e4043ff", + "ghost_element.selected": "#3e4043ff", + "ghost_element.disabled": "#1f2127ff", + "text": "#bfbdb6ff", + "text.muted": "#8a8986ff", + "text.placeholder": "#696a6aff", + "text.disabled": "#696a6aff", + "text.accent": "#5ac1feff", + "icon": "#bfbdb6ff", + "icon.muted": "#8a8986ff", + "icon.disabled": "#696a6aff", + "icon.placeholder": "#8a8986ff", + "icon.accent": "#5ac1feff", + "status_bar.background": "#313337ff", + "title_bar.background": "#313337ff", + "title_bar.inactive_background": "#1f2127ff", + "toolbar.background": "#0d1016ff", + "tab_bar.background": "#1f2127ff", + "tab.inactive_background": "#1f2127ff", + "tab.active_background": "#0d1016ff", + "search.match_background": "#5ac2fe66", + "panel.background": "#1f2127ff", + "panel.focused_border": "#5ac1feff", + "pane.focused_border": null, + "scrollbar.thumb.background": "#bfbdb64c", + "scrollbar.thumb.hover_background": "#2d2f34ff", + "scrollbar.thumb.border": "#2d2f34ff", + "scrollbar.track.background": "#00000000", + "scrollbar.track.border": "#1b1e24ff", + "editor.foreground": "#bfbdb6ff", + "editor.background": "#0d1016ff", + "editor.gutter.background": "#0d1016ff", + "editor.subheader.background": "#1f2127ff", + "editor.active_line.background": "#1f2127bf", + "editor.highlighted_line.background": "#1f2127ff", + "editor.line_number": "#bfbdb659", + "editor.active_line_number": "#bfbdb6ff", + "editor.invisible": "#666767ff", + "editor.wrap_guide": "#bfbdb60d", + "editor.active_wrap_guide": "#bfbdb61a", + "editor.document_highlight.read_background": "#5ac1fe1a", + "editor.document_highlight.write_background": "#66676766", + "terminal.background": "#0d1016ff", + "terminal.foreground": "#bfbdb6ff", + "terminal.bright_foreground": "#bfbdb6ff", + "terminal.dim_foreground": "#0d1016ff", + "terminal.ansi.black": "#0d1016ff", + "terminal.ansi.bright_black": "#545557ff", + "terminal.ansi.dim_black": "#bfbdb6ff", + "terminal.ansi.red": "#ef7177ff", + "terminal.ansi.bright_red": "#83353bff", + "terminal.ansi.dim_red": "#febab9ff", + "terminal.ansi.green": "#aad84cff", + "terminal.ansi.bright_green": "#567627ff", + "terminal.ansi.dim_green": "#d8eca8ff", + "terminal.ansi.yellow": "#feb454ff", + "terminal.ansi.bright_yellow": "#92582bff", + "terminal.ansi.dim_yellow": "#ffd9aaff", + "terminal.ansi.blue": "#5ac1feff", + "terminal.ansi.bright_blue": "#27618cff", + "terminal.ansi.dim_blue": "#b7dffeff", + "terminal.ansi.magenta": "#39bae5ff", + "terminal.ansi.bright_magenta": "#205a78ff", + "terminal.ansi.dim_magenta": "#addcf3ff", + "terminal.ansi.cyan": "#95e5cbff", + "terminal.ansi.bright_cyan": "#4c806fff", + "terminal.ansi.dim_cyan": "#cbf2e4ff", + "terminal.ansi.white": "#bfbdb6ff", + "terminal.ansi.bright_white": "#bfbdb6ff", + "terminal.ansi.dim_white": "#787876ff", + "link_text.hover": "#5ac1feff", + "conflict": "#feb454ff", + "conflict.background": "#572815ff", + "conflict.border": "#754221ff", + "created": "#aad84cff", + "created.background": "#294113ff", + "created.border": "#405c1cff", + "deleted": "#ef7177ff", + "deleted.background": "#48161bff", + "deleted.border": "#66272dff", + "error": "#ef7177ff", + "error.background": "#48161bff", + "error.border": "#66272dff", + "hidden": "#696a6aff", + "hidden.background": "#313337ff", + "hidden.border": "#383a3eff", + "hint": "#628b80ff", + "hint.background": "#0d2f4eff", + "hint.border": "#1b4a6eff", + "ignored": "#696a6aff", + "ignored.background": "#313337ff", + "ignored.border": "#3f4043ff", + "info": "#5ac1feff", + "info.background": "#0d2f4eff", + "info.border": "#1b4a6eff", + "modified": "#feb454ff", + "modified.background": "#572815ff", + "modified.border": "#754221ff", + "predictive": "#5a728bff", + "predictive.background": "#294113ff", + "predictive.border": "#405c1cff", + "renamed": "#5ac1feff", + "renamed.background": "#0d2f4eff", + "renamed.border": "#1b4a6eff", + "success": "#aad84cff", + "success.background": "#294113ff", + "success.border": "#405c1cff", + "unreachable": "#8a8986ff", + "unreachable.background": "#313337ff", + "unreachable.border": "#3f4043ff", + "warning": "#feb454ff", + "warning.background": "#572815ff", + "warning.border": "#754221ff", + "players": [ + { + "cursor": "#5ac1feff", + "background": "#5ac1feff", + "selection": "#5ac1fe3d" + }, + { + "cursor": "#39bae5ff", + "background": "#39bae5ff", + "selection": "#39bae53d" + }, + { + "cursor": "#fe8f40ff", + "background": "#fe8f40ff", + "selection": "#fe8f403d" + }, + { + "cursor": "#d2a6feff", + "background": "#d2a6feff", + "selection": "#d2a6fe3d" + }, + { + "cursor": "#95e5cbff", + "background": "#95e5cbff", + "selection": "#95e5cb3d" + }, + { + "cursor": "#ef7177ff", + "background": "#ef7177ff", + "selection": "#ef71773d" + }, + { + "cursor": "#feb454ff", + "background": "#feb454ff", + "selection": "#feb4543d" + }, + { + "cursor": "#aad84cff", + "background": "#aad84cff", + "selection": "#aad84c3d" + } + ], + "syntax": { + "attribute": { + "color": "#5ac1feff", + "font_style": null, + "font_weight": null + }, + "boolean": { + "color": "#d2a6ffff", + "font_style": null, + "font_weight": null + }, + "comment": { + "color": "#abb5be8c", + "font_style": null, + "font_weight": null + }, + "comment.doc": { + "color": "#8c8b88ff", + "font_style": null, + "font_weight": null + }, + "constant": { + "color": "#d2a6ffff", + "font_style": null, + "font_weight": null + }, + "constructor": { + "color": "#5ac1feff", + "font_style": null, + "font_weight": null + }, + "embedded": { + "color": "#bfbdb6ff", + "font_style": null, + "font_weight": null + }, + "emphasis": { + "color": "#5ac1feff", + "font_style": null, + "font_weight": null + }, + "emphasis.strong": { + "color": "#5ac1feff", + "font_style": null, + "font_weight": 700 + }, + "enum": { + "color": "#fe8f40ff", + "font_style": null, + "font_weight": null + }, + "function": { + "color": "#ffb353ff", + "font_style": null, + "font_weight": null + }, + "hint": { + "color": "#628b80ff", + "font_style": null, + "font_weight": 700 + }, + "keyword": { + "color": "#ff8f3fff", + "font_style": null, + "font_weight": null + }, + "label": { + "color": "#5ac1feff", + "font_style": null, + "font_weight": null + }, + "link_text": { + "color": "#fe8f40ff", + "font_style": "italic", + "font_weight": null + }, + "link_uri": { + "color": "#aad84cff", + "font_style": null, + "font_weight": null + }, + "number": { + "color": "#d2a6ffff", + "font_style": null, + "font_weight": null + }, + "operator": { + "color": "#f29668ff", + "font_style": null, + "font_weight": null + }, + "predictive": { + "color": "#5a728bff", + "font_style": "italic", + "font_weight": null + }, + "preproc": { + "color": "#bfbdb6ff", + "font_style": null, + "font_weight": null + }, + "primary": { + "color": "#bfbdb6ff", + "font_style": null, + "font_weight": null + }, + "property": { + "color": "#5ac1feff", + "font_style": null, + "font_weight": null + }, + "punctuation": { + "color": "#a6a5a0ff", + "font_style": null, + "font_weight": null + }, + "punctuation.bracket": { + "color": "#a6a5a0ff", + "font_style": null, + "font_weight": null + }, + "punctuation.delimiter": { + "color": "#a6a5a0ff", + "font_style": null, + "font_weight": null + }, + "punctuation.list_marker": { + "color": "#a6a5a0ff", + "font_style": null, + "font_weight": null + }, + "punctuation.special": { + "color": "#d2a6ffff", + "font_style": null, + "font_weight": null + }, + "string": { + "color": "#a9d94bff", + "font_style": null, + "font_weight": null + }, + "string.escape": { + "color": "#8c8b88ff", + "font_style": null, + "font_weight": null + }, + "string.regex": { + "color": "#95e6cbff", + "font_style": null, + "font_weight": null + }, + "string.special": { + "color": "#e5b572ff", + "font_style": null, + "font_weight": null + }, + "string.special.symbol": { + "color": "#fe8f40ff", + "font_style": null, + "font_weight": null + }, + "tag": { + "color": "#5ac1feff", + "font_style": null, + "font_weight": null + }, + "text.literal": { + "color": "#fe8f40ff", + "font_style": null, + "font_weight": null + }, + "title": { + "color": "#bfbdb6ff", + "font_style": null, + "font_weight": 700 + }, + "type": { + "color": "#59c2ffff", + "font_style": null, + "font_weight": null + }, + "variable": { + "color": "#bfbdb6ff", + "font_style": null, + "font_weight": null + }, + "variant": { + "color": "#5ac1feff", + "font_style": null, + "font_weight": null + } + } + } + }, + { + "name": "Ayu Light", + "appearance": "light", + "style": { + "border": "#cfd1d2ff", + "border.variant": "#dfe0e1ff", + "border.focused": "#c4daf6ff", + "border.selected": "#c4daf6ff", + "border.transparent": "#00000000", + "border.disabled": "#d5d6d8ff", + "elevated_surface.background": "#ececedff", + "surface.background": "#ececedff", + "background": "#dcdddeff", + "element.background": "#ececedff", + "element.hover": "#dfe0e1ff", + "element.active": "#cfd0d2ff", + "element.selected": "#cfd0d2ff", + "element.disabled": "#ececedff", + "drop_target.background": "#8b8e9280", + "ghost_element.background": "#00000000", + "ghost_element.hover": "#dfe0e1ff", + "ghost_element.active": "#cfd0d2ff", + "ghost_element.selected": "#cfd0d2ff", + "ghost_element.disabled": "#ececedff", + "text": "#5c6166ff", + "text.muted": "#8b8e92ff", + "text.placeholder": "#a9acaeff", + "text.disabled": "#a9acaeff", + "text.accent": "#3b9ee5ff", + "icon": "#5c6166ff", + "icon.muted": "#8b8e92ff", + "icon.disabled": "#a9acaeff", + "icon.placeholder": "#8b8e92ff", + "icon.accent": "#3b9ee5ff", + "status_bar.background": "#dcdddeff", + "title_bar.background": "#dcdddeff", + "title_bar.inactive_background": "#ececedff", + "toolbar.background": "#fcfcfcff", + "tab_bar.background": "#ececedff", + "tab.inactive_background": "#ececedff", + "tab.active_background": "#fcfcfcff", + "search.match_background": "#3b9ee566", + "panel.background": "#ececedff", + "panel.focused_border": "#3b9ee5ff", + "pane.focused_border": null, + "scrollbar.thumb.background": "#5c61664c", + "scrollbar.thumb.hover_background": "#dfe0e1ff", + "scrollbar.thumb.border": "#dfe0e1ff", + "scrollbar.track.background": "#00000000", + "scrollbar.track.border": "#efeff0ff", + "editor.foreground": "#5c6166ff", + "editor.background": "#fcfcfcff", + "editor.gutter.background": "#fcfcfcff", + "editor.subheader.background": "#ececedff", + "editor.active_line.background": "#ececedbf", + "editor.highlighted_line.background": "#ececedff", + "editor.line_number": "#5c616659", + "editor.active_line_number": "#5c6166ff", + "editor.invisible": "#acafb1ff", + "editor.wrap_guide": "#5c61660d", + "editor.active_wrap_guide": "#5c61661a", + "editor.document_highlight.read_background": "#3b9ee51a", + "editor.document_highlight.write_background": "#acafb166", + "terminal.background": "#fcfcfcff", + "terminal.foreground": "#5c6166ff", + "terminal.bright_foreground": "#5c6166ff", + "terminal.dim_foreground": "#fcfcfcff", + "terminal.ansi.black": "#fcfcfcff", + "terminal.ansi.bright_black": "#bcbec0ff", + "terminal.ansi.dim_black": "#5c6166ff", + "terminal.ansi.red": "#ef7271ff", + "terminal.ansi.bright_red": "#febab6ff", + "terminal.ansi.dim_red": "#833538ff", + "terminal.ansi.green": "#85b304ff", + "terminal.ansi.bright_green": "#c7d98fff", + "terminal.ansi.dim_green": "#445613ff", + "terminal.ansi.yellow": "#f1ad49ff", + "terminal.ansi.bright_yellow": "#fed5a3ff", + "terminal.ansi.dim_yellow": "#8a5227ff", + "terminal.ansi.blue": "#3b9ee5ff", + "terminal.ansi.bright_blue": "#abcdf2ff", + "terminal.ansi.dim_blue": "#214c76ff", + "terminal.ansi.magenta": "#55b4d3ff", + "terminal.ansi.bright_magenta": "#b1d8e8ff", + "terminal.ansi.dim_magenta": "#2f5669ff", + "terminal.ansi.cyan": "#4dbf99ff", + "terminal.ansi.bright_cyan": "#ace0cbff", + "terminal.ansi.dim_cyan": "#2a5f4aff", + "terminal.ansi.white": "#5c6166ff", + "terminal.ansi.bright_white": "#5c6166ff", + "terminal.ansi.dim_white": "#9c9fa2ff", + "link_text.hover": "#3b9ee5ff", + "conflict": "#f1ad49ff", + "conflict.background": "#ffeedaff", + "conflict.border": "#ffe1beff", + "created": "#85b304ff", + "created.background": "#e9efd2ff", + "created.border": "#d7e3aeff", + "deleted": "#ef7271ff", + "deleted.background": "#ffe3e1ff", + "deleted.border": "#ffcdcaff", + "error": "#ef7271ff", + "error.background": "#ffe3e1ff", + "error.border": "#ffcdcaff", + "hidden": "#a9acaeff", + "hidden.background": "#dcdddeff", + "hidden.border": "#d5d6d8ff", + "hint": "#8ca7c2ff", + "hint.background": "#deebfaff", + "hint.border": "#c4daf6ff", + "ignored": "#a9acaeff", + "ignored.background": "#dcdddeff", + "ignored.border": "#cfd1d2ff", + "info": "#3b9ee5ff", + "info.background": "#deebfaff", + "info.border": "#c4daf6ff", + "modified": "#f1ad49ff", + "modified.background": "#ffeedaff", + "modified.border": "#ffe1beff", + "predictive": "#9eb9d3ff", + "predictive.background": "#e9efd2ff", + "predictive.border": "#d7e3aeff", + "renamed": "#3b9ee5ff", + "renamed.background": "#deebfaff", + "renamed.border": "#c4daf6ff", + "success": "#85b304ff", + "success.background": "#e9efd2ff", + "success.border": "#d7e3aeff", + "unreachable": "#8b8e92ff", + "unreachable.background": "#dcdddeff", + "unreachable.border": "#cfd1d2ff", + "warning": "#f1ad49ff", + "warning.background": "#ffeedaff", + "warning.border": "#ffe1beff", + "players": [ + { + "cursor": "#3b9ee5ff", + "background": "#3b9ee5ff", + "selection": "#3b9ee53d" + }, + { + "cursor": "#55b4d3ff", + "background": "#55b4d3ff", + "selection": "#55b4d33d" + }, + { + "cursor": "#f98d3fff", + "background": "#f98d3fff", + "selection": "#f98d3f3d" + }, + { + "cursor": "#a37accff", + "background": "#a37accff", + "selection": "#a37acc3d" + }, + { + "cursor": "#4dbf99ff", + "background": "#4dbf99ff", + "selection": "#4dbf993d" + }, + { + "cursor": "#ef7271ff", + "background": "#ef7271ff", + "selection": "#ef72713d" + }, + { + "cursor": "#f1ad49ff", + "background": "#f1ad49ff", + "selection": "#f1ad493d" + }, + { + "cursor": "#85b304ff", + "background": "#85b304ff", + "selection": "#85b3043d" + } + ], + "syntax": { + "attribute": { + "color": "#3b9ee5ff", + "font_style": null, + "font_weight": null + }, + "boolean": { + "color": "#a37accff", + "font_style": null, + "font_weight": null + }, + "comment": { + "color": "#787b8099", + "font_style": null, + "font_weight": null + }, + "comment.doc": { + "color": "#898d90ff", + "font_style": null, + "font_weight": null + }, + "constant": { + "color": "#a37accff", + "font_style": null, + "font_weight": null + }, + "constructor": { + "color": "#3b9ee5ff", + "font_style": null, + "font_weight": null + }, + "embedded": { + "color": "#5c6166ff", + "font_style": null, + "font_weight": null + }, + "emphasis": { + "color": "#3b9ee5ff", + "font_style": null, + "font_weight": null + }, + "emphasis.strong": { + "color": "#3b9ee5ff", + "font_style": null, + "font_weight": 700 + }, + "enum": { + "color": "#f98d3fff", + "font_style": null, + "font_weight": null + }, + "function": { + "color": "#f2ad48ff", + "font_style": null, + "font_weight": null + }, + "hint": { + "color": "#8ca7c2ff", + "font_style": null, + "font_weight": 700 + }, + "keyword": { + "color": "#fa8d3eff", + "font_style": null, + "font_weight": null + }, + "label": { + "color": "#3b9ee5ff", + "font_style": null, + "font_weight": null + }, + "link_text": { + "color": "#f98d3fff", + "font_style": "italic", + "font_weight": null + }, + "link_uri": { + "color": "#85b304ff", + "font_style": null, + "font_weight": null + }, + "number": { + "color": "#a37accff", + "font_style": null, + "font_weight": null + }, + "operator": { + "color": "#ed9365ff", + "font_style": null, + "font_weight": null + }, + "predictive": { + "color": "#9eb9d3ff", + "font_style": "italic", + "font_weight": null + }, + "preproc": { + "color": "#5c6166ff", + "font_style": null, + "font_weight": null + }, + "primary": { + "color": "#5c6166ff", + "font_style": null, + "font_weight": null + }, + "property": { + "color": "#3b9ee5ff", + "font_style": null, + "font_weight": null + }, + "punctuation": { + "color": "#73777bff", + "font_style": null, + "font_weight": null + }, + "punctuation.bracket": { + "color": "#73777bff", + "font_style": null, + "font_weight": null + }, + "punctuation.delimiter": { + "color": "#73777bff", + "font_style": null, + "font_weight": null + }, + "punctuation.list_marker": { + "color": "#73777bff", + "font_style": null, + "font_weight": null + }, + "punctuation.special": { + "color": "#a37accff", + "font_style": null, + "font_weight": null + }, + "string": { + "color": "#86b300ff", + "font_style": null, + "font_weight": null + }, + "string.escape": { + "color": "#898d90ff", + "font_style": null, + "font_weight": null + }, + "string.regex": { + "color": "#4bbf98ff", + "font_style": null, + "font_weight": null + }, + "string.special": { + "color": "#e6ba7eff", + "font_style": null, + "font_weight": null + }, + "string.special.symbol": { + "color": "#f98d3fff", + "font_style": null, + "font_weight": null + }, + "tag": { + "color": "#3b9ee5ff", + "font_style": null, + "font_weight": null + }, + "text.literal": { + "color": "#f98d3fff", + "font_style": null, + "font_weight": null + }, + "title": { + "color": "#5c6166ff", + "font_style": null, + "font_weight": 700 + }, + "type": { + "color": "#389ee6ff", + "font_style": null, + "font_weight": null + }, + "variable": { + "color": "#5c6166ff", + "font_style": null, + "font_weight": null + }, + "variant": { + "color": "#3b9ee5ff", + "font_style": null, + "font_weight": null + } + } + } + }, + { + "name": "Ayu Mirage", + "appearance": "dark", + "style": { + "border": "#53565dff", + "border.variant": "#43464fff", + "border.focused": "#24556fff", + "border.selected": "#24556fff", + "border.transparent": "#00000000", + "border.disabled": "#4d5058ff", + "elevated_surface.background": "#353944ff", + "surface.background": "#353944ff", + "background": "#464a52ff", + "element.background": "#353944ff", + "element.hover": "#43464fff", + "element.active": "#53565dff", + "element.selected": "#53565dff", + "element.disabled": "#353944ff", + "drop_target.background": "#9a9a9880", + "ghost_element.background": "#00000000", + "ghost_element.hover": "#43464fff", + "ghost_element.active": "#53565dff", + "ghost_element.selected": "#53565dff", + "ghost_element.disabled": "#353944ff", + "text": "#cccac2ff", + "text.muted": "#9a9a98ff", + "text.placeholder": "#7b7d7fff", + "text.disabled": "#7b7d7fff", + "text.accent": "#72cffeff", + "icon": "#cccac2ff", + "icon.muted": "#9a9a98ff", + "icon.disabled": "#7b7d7fff", + "icon.placeholder": "#9a9a98ff", + "icon.accent": "#72cffeff", + "status_bar.background": "#464a52ff", + "title_bar.background": "#464a52ff", + "title_bar.inactive_background": "#353944ff", + "toolbar.background": "#242835ff", + "tab_bar.background": "#353944ff", + "tab.inactive_background": "#353944ff", + "tab.active_background": "#242835ff", + "search.match_background": "#73cffe66", + "panel.background": "#353944ff", + "panel.focused_border": null, + "pane.focused_border": null, + "scrollbar.thumb.background": "#cccac24c", + "scrollbar.thumb.hover_background": "#43464fff", + "scrollbar.thumb.border": "#43464fff", + "scrollbar.track.background": "#00000000", + "scrollbar.track.border": "#323641ff", + "editor.foreground": "#cccac2ff", + "editor.background": "#242835ff", + "editor.gutter.background": "#242835ff", + "editor.subheader.background": "#353944ff", + "editor.active_line.background": "#353944bf", + "editor.highlighted_line.background": "#353944ff", + "editor.line_number": "#cccac259", + "editor.active_line_number": "#cccac2ff", + "editor.invisible": "#787a7cff", + "editor.wrap_guide": "#cccac20d", + "editor.active_wrap_guide": "#cccac21a", + "editor.document_highlight.read_background": "#72cffe1a", + "editor.document_highlight.write_background": "#787a7c66", + "terminal.background": "#242835ff", + "terminal.foreground": "#cccac2ff", + "terminal.bright_foreground": "#cccac2ff", + "terminal.dim_foreground": "#242835ff", + "terminal.ansi.black": "#242835ff", + "terminal.ansi.bright_black": "#67696eff", + "terminal.ansi.dim_black": "#cccac2ff", + "terminal.ansi.red": "#f18779ff", + "terminal.ansi.bright_red": "#833f3cff", + "terminal.ansi.dim_red": "#fec4baff", + "terminal.ansi.green": "#d5fe80ff", + "terminal.ansi.bright_green": "#75993cff", + "terminal.ansi.dim_green": "#ecffc1ff", + "terminal.ansi.yellow": "#fecf72ff", + "terminal.ansi.bright_yellow": "#937237ff", + "terminal.ansi.dim_yellow": "#ffe7b9ff", + "terminal.ansi.blue": "#72cffeff", + "terminal.ansi.bright_blue": "#336d8dff", + "terminal.ansi.dim_blue": "#c1e7ffff", + "terminal.ansi.magenta": "#5bcde5ff", + "terminal.ansi.bright_magenta": "#2b6c7bff", + "terminal.ansi.dim_magenta": "#b7e7f2ff", + "terminal.ansi.cyan": "#95e5cbff", + "terminal.ansi.bright_cyan": "#4c806fff", + "terminal.ansi.dim_cyan": "#cbf2e4ff", + "terminal.ansi.white": "#cccac2ff", + "terminal.ansi.bright_white": "#cccac2ff", + "terminal.ansi.dim_white": "#898a8aff", + "link_text.hover": "#72cffeff", + "conflict": "#fecf72ff", + "conflict.background": "#574018ff", + "conflict.border": "#765a29ff", + "created": "#d5fe80ff", + "created.background": "#426117ff", + "created.border": "#5d7e2cff", + "deleted": "#f18779ff", + "deleted.background": "#481a1bff", + "deleted.border": "#662e2dff", + "error": "#f18779ff", + "error.background": "#481a1bff", + "error.border": "#662e2dff", + "hidden": "#7b7d7fff", + "hidden.background": "#464a52ff", + "hidden.border": "#4d5058ff", + "hint": "#7399a3ff", + "hint.background": "#123950ff", + "hint.border": "#24556fff", + "ignored": "#7b7d7fff", + "ignored.background": "#464a52ff", + "ignored.border": "#53565dff", + "info": "#72cffeff", + "info.background": "#123950ff", + "info.border": "#24556fff", + "modified": "#fecf72ff", + "modified.background": "#574018ff", + "modified.border": "#765a29ff", + "predictive": "#6d839bff", + "predictive.background": "#426117ff", + "predictive.border": "#5d7e2cff", + "renamed": "#72cffeff", + "renamed.background": "#123950ff", + "renamed.border": "#24556fff", + "success": "#d5fe80ff", + "success.background": "#426117ff", + "success.border": "#5d7e2cff", + "unreachable": "#9a9a98ff", + "unreachable.background": "#464a52ff", + "unreachable.border": "#53565dff", + "warning": "#fecf72ff", + "warning.background": "#574018ff", + "warning.border": "#765a29ff", + "players": [ + { + "cursor": "#72cffeff", + "background": "#72cffeff", + "selection": "#72cffe3d" + }, + { + "cursor": "#5bcde5ff", + "background": "#5bcde5ff", + "selection": "#5bcde53d" + }, + { + "cursor": "#fead66ff", + "background": "#fead66ff", + "selection": "#fead663d" + }, + { + "cursor": "#debffeff", + "background": "#debffeff", + "selection": "#debffe3d" + }, + { + "cursor": "#95e5cbff", + "background": "#95e5cbff", + "selection": "#95e5cb3d" + }, + { + "cursor": "#f18779ff", + "background": "#f18779ff", + "selection": "#f187793d" + }, + { + "cursor": "#fecf72ff", + "background": "#fecf72ff", + "selection": "#fecf723d" + }, + { + "cursor": "#d5fe80ff", + "background": "#d5fe80ff", + "selection": "#d5fe803d" + } + ], + "syntax": { + "attribute": { + "color": "#72cffeff", + "font_style": null, + "font_weight": null + }, + "boolean": { + "color": "#dfbfffff", + "font_style": null, + "font_weight": null + }, + "comment": { + "color": "#b8cfe680", + "font_style": null, + "font_weight": null + }, + "comment.doc": { + "color": "#9b9b99ff", + "font_style": null, + "font_weight": null + }, + "constant": { + "color": "#dfbfffff", + "font_style": null, + "font_weight": null + }, + "constructor": { + "color": "#72cffeff", + "font_style": null, + "font_weight": null + }, + "embedded": { + "color": "#cccac2ff", + "font_style": null, + "font_weight": null + }, + "emphasis": { + "color": "#72cffeff", + "font_style": null, + "font_weight": null + }, + "emphasis.strong": { + "color": "#72cffeff", + "font_style": null, + "font_weight": 700 + }, + "enum": { + "color": "#fead66ff", + "font_style": null, + "font_weight": null + }, + "function": { + "color": "#ffd173ff", + "font_style": null, + "font_weight": null + }, + "hint": { + "color": "#7399a3ff", + "font_style": null, + "font_weight": 700 + }, + "keyword": { + "color": "#ffad65ff", + "font_style": null, + "font_weight": null + }, + "label": { + "color": "#72cffeff", + "font_style": null, + "font_weight": null + }, + "link_text": { + "color": "#fead66ff", + "font_style": "italic", + "font_weight": null + }, + "link_uri": { + "color": "#d5fe80ff", + "font_style": null, + "font_weight": null + }, + "number": { + "color": "#dfbfffff", + "font_style": null, + "font_weight": null + }, + "operator": { + "color": "#f29e74ff", + "font_style": null, + "font_weight": null + }, + "predictive": { + "color": "#6d839bff", + "font_style": "italic", + "font_weight": null + }, + "preproc": { + "color": "#cccac2ff", + "font_style": null, + "font_weight": null + }, + "primary": { + "color": "#cccac2ff", + "font_style": null, + "font_weight": null + }, + "property": { + "color": "#72cffeff", + "font_style": null, + "font_weight": null + }, + "punctuation": { + "color": "#b4b3aeff", + "font_style": null, + "font_weight": null + }, + "punctuation.bracket": { + "color": "#b4b3aeff", + "font_style": null, + "font_weight": null + }, + "punctuation.delimiter": { + "color": "#b4b3aeff", + "font_style": null, + "font_weight": null + }, + "punctuation.list_marker": { + "color": "#b4b3aeff", + "font_style": null, + "font_weight": null + }, + "punctuation.special": { + "color": "#dfbfffff", + "font_style": null, + "font_weight": null + }, + "string": { + "color": "#d4fe7fff", + "font_style": null, + "font_weight": null + }, + "string.escape": { + "color": "#9b9b99ff", + "font_style": null, + "font_weight": null + }, + "string.regex": { + "color": "#95e6cbff", + "font_style": null, + "font_weight": null + }, + "string.special": { + "color": "#ffdfb3ff", + "font_style": null, + "font_weight": null + }, + "string.special.symbol": { + "color": "#fead66ff", + "font_style": null, + "font_weight": null + }, + "tag": { + "color": "#72cffeff", + "font_style": null, + "font_weight": null + }, + "text.literal": { + "color": "#fead66ff", + "font_style": null, + "font_weight": null + }, + "title": { + "color": "#cccac2ff", + "font_style": null, + "font_weight": 700 + }, + "type": { + "color": "#73cfffff", + "font_style": null, + "font_weight": null + }, + "variable": { + "color": "#cccac2ff", + "font_style": null, + "font_weight": null + }, + "variant": { + "color": "#72cffeff", + "font_style": null, + "font_weight": null + } + } + } + } + ] +}