From 7b20d25869d2373f36664f1fe8bb6fc9a3d2a41f Mon Sep 17 00:00:00 2001 From: Jeff Date: Thu, 9 Jan 2025 10:32:47 -0500 Subject: [PATCH] Begin working on adwaita/tomorrow hybrid theme --- data/adwaita.yml | 37 + templates/adwaita.mustache | 381 ++++++++++ themes/adwaita.json | 1480 +++++++++--------------------------- 3 files changed, 788 insertions(+), 1110 deletions(-) create mode 100644 data/adwaita.yml create mode 100644 templates/adwaita.mustache diff --git a/data/adwaita.yml b/data/adwaita.yml new file mode 100644 index 0000000..e12d2d1 --- /dev/null +++ b/data/adwaita.yml @@ -0,0 +1,37 @@ +name: Adwaita +author: Jeff Anderson +themes: + - name: Adwaita Dark + appearance: dark + style: + - black: "#1E1F21" + bright_black: "#373B4180" + dim_black: "#17181A" + + white: "#C5C8C6" + bright_white: "#FFFFFF" + dim_white: "#DEDDDA" + + blue: "#3584E4" + bright_blue: "#99C1F1" + dim_blue: "#1A5FB4" + + green: "#33D17A" + bright_green: "#8FF0A4" + dim_green: "#26A269" + + yellow: "#F6D32D" + bright_yellow: "#F9F06B" + dim_yellow: "#E5A50A" + + orange: "#FF7800" + bright_orange: "#FFBE6F" + dim_orange: "#C64600" + + red: "#E01B24" + bright_red: "#F66151" + dim_red: "#A51D2D" + + magenta: "#9141AC" + bright_magenta: "#DC8ADD" + dim_magenta: "#613583" diff --git a/templates/adwaita.mustache b/templates/adwaita.mustache new file mode 100644 index 0000000..8a17f88 --- /dev/null +++ b/templates/adwaita.mustache @@ -0,0 +1,381 @@ +{ + "$schema": "https://zed.dev/schema/themes/v0.2.0.json", + "name": "{{name}}", + "author": "{{author}}", + "themes": [ + {{#themes}} + { + "name": "{{name}}", + "appearance": "{{appearance}}", + "style": { + {{#style}} + "border": "{{dim_white}}", + "border.variant": "{{dim_white}}", + "border.focused": "{{white}}", + "border.selected": "{{white}}", + "border.transparent": "#00000000", + "border.disabled": "#2e2a1fff", + "elevated_surface.background": "{{black}}", + "surface.background": "{{black}}", + "background": "{{black}}", + "element.background": "{{black}}", + "element.hover": "#29251bff", + "element.active": "{{bright_black}}", + "element.selected": "{{bright_black}}", + "element.disabled": "{{black}}", + "drop_target.background": "#736e5580", + "ghost_element.background": "#00000000", + "ghost_element.hover": "#29251bff", + "ghost_element.active": "{{bright_black}}", + "ghost_element.selected": "{{bright_black}}", + "ghost_element.disabled": "{{black}}", + "text": "{{white}}", + "text.muted": "#736e55ff", + "text.placeholder": "#4c4735ff", + "text.disabled": "#4c4735ff", + "text.accent": "{{blue}}", + "icon": "{{white}}", + "icon.muted": "#736e55ff", + "icon.disabled": "#4c4735ff", + "icon.placeholder": "#736e55ff", + "icon.accent": "{{blue}}", + "status_bar.background": "{{black}}", + "title_bar.background": "{{black}}", + "title_bar.inactive_background": "{{black}}", + "toolbar.background": "{{black}}", + "tab_bar.background": "{{black}}", + "tab.inactive_background": "{{black}}", + "tab.active_background": "{{black}}", + "search.match_background": "#499bef66", + "panel.background": "{{black}}", + "panel.focused_border": "{{blue}}", + "pane.focused_border": null, + "scrollbar.thumb.background": "#f8f5de4c", + "scrollbar.thumb.hover_background": "#29251bff", + "scrollbar.thumb.border": "#29251bff", + "scrollbar.track.background": "#00000000", + "scrollbar.track.border": "#221e15ff", + "editor.foreground": "{{white}}", + "editor.background": "{{black}}", + "editor.gutter.background": "{{black}}", + "editor.subheader.background": "{{black}}", + "editor.active_line.background": "#231f16bf", + "editor.highlighted_line.background": "{{black}}", + "editor.line_number": "#f8f5de59", + "editor.active_line_number": "{{white}}", + "editor.invisible": "#494433ff", + "editor.wrap_guide": "#f8f5de0d", + "editor.active_wrap_guide": "#f8f5de1a", + "editor.document_highlight.read_background": "#499bef1a", + "editor.document_highlight.write_background": "#49443366", + "terminal.background": "{{black}}", + "terminal.foreground": "{{white}}", + "terminal.bright_foreground": "{{white}}", + "terminal.dim_foreground": "{{black}}", + "terminal.ansi.black": "{{black}}", + "terminal.ansi.bright_black": "{{bright_black}}", + "terminal.ansi.dim_black": "{{white}}", + "terminal.ansi.red": "{{red}}", + "terminal.ansi.bright_red": "{{bright_red}}", + "terminal.ansi.dim_red": "{{dim_red}}", + "terminal.ansi.green": "{{green}}", + "terminal.ansi.bright_green": "{{bright_green}}", + "terminal.ansi.dim_green": "{{dim_green}}", + "terminal.ansi.yellow": "{{yellow}}", + "terminal.ansi.bright_yellow": "{{bright_yellow}}", + "terminal.ansi.dim_yellow": "{{dim_yellow}}", + "terminal.ansi.blue": "{{blue}}", + "terminal.ansi.bright_blue": "{{bright_blue}}", + "terminal.ansi.dim_blue": "{{dim_blue}}", + "terminal.ansi.magenta": "{{magenta}}", + "terminal.ansi.bright_magenta": "{{bright_magenta}}", + "terminal.ansi.dim_magenta": "{{dim_magenta}}", + "terminal.ansi.cyan": "{{cyan}}", + "terminal.ansi.bright_cyan": "{{bright_cyan}}", + "terminal.ansi.dim_cyan": "{{dim_cyan}}", + "terminal.ansi.white": "{{white}}", + "terminal.ansi.bright_white": "{{white}}", + "terminal.ansi.dim_white": "{{dim_white}}", + "link_text.hover": "{{blue}}", + "conflict": "#f1fe28ff", + "conflict.background": "#546205ff", + "conflict.border": "#717f0aff", + "created": "{{green}}", + "created.background": "#094d12ff", + "created.border": "#1a6a20ff", + "deleted": "{{red}}", + "deleted.background": "#490f12ff", + "deleted.border": "#651c1cff", + "error": "{{red}}", + "error.background": "#490f12ff", + "error.border": "#651c1cff", + "hidden": "#4c4735ff", + "hidden.background": "{{black}}", + "hidden.border": "#2e2a1fff", + "hint": "#246e61ff", + "hint.background": "#0e2242ff", + "hint.border": "#193760ff", + "ignored": "#4c4735ff", + "ignored.background": "{{black}}", + "ignored.border": "#302c21ff", + "info": "{{blue}}", + "info.background": "#0e2242ff", + "info.border": "#193760ff", + "modified": "#f1fe28ff", + "modified.background": "#546205ff", + "modified.border": "#717f0aff", + "predictive": "#78434aff", + "predictive.background": "#094d12ff", + "predictive.border": "#1a6a20ff", + "renamed": "{{blue}}", + "renamed.background": "#0e2242ff", + "renamed.border": "#193760ff", + "success": "{{green}}", + "success.background": "#094d12ff", + "success.border": "#1a6a20ff", + "unreachable": "#736e55ff", + "unreachable.background": "{{black}}", + "unreachable.border": "#302c21ff", + "warning": "#f1fe28ff", + "warning.background": "#546205ff", + "warning.border": "#717f0aff", + "players": [ + { + "cursor": "{{blue}}", + "background": "{{blue}}", + "selection": "#499bef3d" + }, + { + "cursor": "{{magenta}}", + "background": "{{magenta}}", + "selection": "#f59be63d" + }, + { + "cursor": "#faa11cff", + "background": "#faa11cff", + "selection": "#faa11c3d" + }, + { + "cursor": "#fe8080ff", + "background": "#fe8080ff", + "selection": "#fe80803d" + }, + { + "cursor": "{{cyan}}", + "background": "{{cyan}}", + "selection": "#5aeabb3d" + }, + { + "cursor": "{{red}}", + "background": "{{red}}", + "selection": "#e350413d" + }, + { + "cursor": "#f1fe28ff", + "background": "#f1fe28ff", + "selection": "#f1fe283d" + }, + { + "cursor": "{{green}}", + "background": "{{green}}", + "selection": "#5dea5a3d" + } + ], + "syntax": { + "attribute": { + "color": "{{blue}}", + "font_style": null, + "font_weight": null + }, + "boolean": { + "color": "{{green}}", + "font_style": null, + "font_weight": null + }, + "comment": { + "color": "#777159ff", + "font_style": null, + "font_weight": null + }, + "comment.doc": { + "color": "#777159ff", + "font_style": null, + "font_weight": null + }, + "constant": { + "color": "{{green}}", + "font_style": null, + "font_weight": null + }, + "constructor": { + "color": "{{blue}}", + "font_style": null, + "font_weight": null + }, + "embedded": { + "color": "{{white}}", + "font_style": null, + "font_weight": null + }, + "emphasis": { + "color": "{{blue}}", + "font_style": null, + "font_weight": null + }, + "emphasis.strong": { + "color": "{{blue}}", + "font_style": null, + "font_weight": 700 + }, + "enum": { + "color": "#faa11cff", + "font_style": null, + "font_weight": null + }, + "function": { + "color": "#f1fe28ff", + "font_style": null, + "font_weight": null + }, + "hint": { + "color": "#246e61ff", + "font_style": null, + "font_weight": 700 + }, + "keyword": { + "color": "{{blue}}", + "font_style": null, + "font_weight": null + }, + "label": { + "color": "{{blue}}", + "font_style": null, + "font_weight": null + }, + "link_text": { + "color": "#faa11cff", + "font_style": "italic", + "font_weight": null + }, + "link_uri": { + "color": "{{green}}", + "font_style": null, + "font_weight": null + }, + "number": { + "color": "{{green}}", + "font_style": null, + "font_weight": null + }, + "operator": { + "color": "#faa11cff", + "font_style": null, + "font_weight": null + }, + "predictive": { + "color": "#78434aff", + "font_style": "italic", + "font_weight": null + }, + "preproc": { + "color": "{{white}}", + "font_style": null, + "font_weight": null + }, + "primary": { + "color": "{{white}}", + "font_style": null, + "font_weight": null + }, + "property": { + "color": "{{blue}}", + "font_style": null, + "font_weight": null + }, + "punctuation": { + "color": "#bfbb9bff", + "font_style": null, + "font_weight": null + }, + "punctuation.bracket": { + "color": "#bfbb9bff", + "font_style": null, + "font_weight": null + }, + "punctuation.delimiter": { + "color": "#bfbb9bff", + "font_style": null, + "font_weight": null + }, + "punctuation.list_marker": { + "color": "#bfbb9bff", + "font_style": null, + "font_weight": null + }, + "punctuation.special": { + "color": "#bfbb9bff", + "font_style": null, + "font_weight": null + }, + "string": { + "color": "#faa11cff", + "font_style": null, + "font_weight": null + }, + "string.escape": { + "color": "#777159ff", + "font_style": null, + "font_weight": null + }, + "string.regex": { + "color": "#faa11cff", + "font_style": null, + "font_weight": null + }, + "string.special": { + "color": "#faa11cff", + "font_style": null, + "font_weight": null + }, + "string.special.symbol": { + "color": "#faa11cff", + "font_style": null, + "font_weight": null + }, + "tag": { + "color": "{{blue}}", + "font_style": null, + "font_weight": null + }, + "text.literal": { + "color": "#faa11cff", + "font_style": null, + "font_weight": null + }, + "title": { + "color": "{{white}}", + "font_style": null, + "font_weight": 700 + }, + "type": { + "color": "{{cyan}}", + "font_style": null, + "font_weight": null + }, + "variable": { + "color": "{{white}}", + "font_style": null, + "font_weight": null + }, + "variant": { + "color": "{{blue}}", + "font_style": null, + "font_weight": null + } + } + {{/style}} + } + } + {{/themes}} + ] +} diff --git a/themes/adwaita.json b/themes/adwaita.json index a7c86ef..9917149 100644 --- a/themes/adwaita.json +++ b/themes/adwaita.json @@ -1,1117 +1,377 @@ { "$schema": "https://zed.dev/schema/themes/v0.2.0.json", - "name": "Ayu", - "author": "Zed Industries", + "name": "Adwaita", + "author": "Jeff Anderson", "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": "Adwaita Dark", + "appearance": "dark", + "style": { + "border": "#DEDDDA", + "border.variant": "#DEDDDA", + "border.focused": "#C5C8C6", + "border.selected": "#C5C8C6", + "border.transparent": "#00000000", + "border.disabled": "#2e2a1fff", + "elevated_surface.background": "#1E1F21", + "surface.background": "#1E1F21", + "background": "#1E1F21", + "element.background": "#1E1F21", + "element.hover": "#29251bff", + "element.active": "#373B4180", + "element.selected": "#373B4180", + "element.disabled": "#1E1F21", + "drop_target.background": "#736e5580", + "ghost_element.background": "#00000000", + "ghost_element.hover": "#29251bff", + "ghost_element.active": "#373B4180", + "ghost_element.selected": "#373B4180", + "ghost_element.disabled": "#1E1F21", + "text": "#C5C8C6", + "text.muted": "#736e55ff", + "text.placeholder": "#4c4735ff", + "text.disabled": "#4c4735ff", + "text.accent": "#3584E4", + "icon": "#C5C8C6", + "icon.muted": "#736e55ff", + "icon.disabled": "#4c4735ff", + "icon.placeholder": "#736e55ff", + "icon.accent": "#3584E4", + "status_bar.background": "#1E1F21", + "title_bar.background": "#1E1F21", + "title_bar.inactive_background": "#1E1F21", + "toolbar.background": "#1E1F21", + "tab_bar.background": "#1E1F21", + "tab.inactive_background": "#1E1F21", + "tab.active_background": "#1E1F21", + "search.match_background": "#499bef66", + "panel.background": "#1E1F21", + "panel.focused_border": "#3584E4", + "pane.focused_border": null, + "scrollbar.thumb.background": "#f8f5de4c", + "scrollbar.thumb.hover_background": "#29251bff", + "scrollbar.thumb.border": "#29251bff", + "scrollbar.track.background": "#00000000", + "scrollbar.track.border": "#221e15ff", + "editor.foreground": "#C5C8C6", + "editor.background": "#1E1F21", + "editor.gutter.background": "#1E1F21", + "editor.subheader.background": "#1E1F21", + "editor.active_line.background": "#231f16bf", + "editor.highlighted_line.background": "#1E1F21", + "editor.line_number": "#f8f5de59", + "editor.active_line_number": "#C5C8C6", + "editor.invisible": "#494433ff", + "editor.wrap_guide": "#f8f5de0d", + "editor.active_wrap_guide": "#f8f5de1a", + "editor.document_highlight.read_background": "#499bef1a", + "editor.document_highlight.write_background": "#49443366", + "terminal.background": "#1E1F21", + "terminal.foreground": "#C5C8C6", + "terminal.bright_foreground": "#C5C8C6", + "terminal.dim_foreground": "#1E1F21", + "terminal.ansi.black": "#1E1F21", + "terminal.ansi.bright_black": "#373B4180", + "terminal.ansi.dim_black": "#C5C8C6", + "terminal.ansi.red": "#E01B24", + "terminal.ansi.bright_red": "#F66151", + "terminal.ansi.dim_red": "#A51D2D", + "terminal.ansi.green": "#33D17A", + "terminal.ansi.bright_green": "#8FF0A4", + "terminal.ansi.dim_green": "#26A269", + "terminal.ansi.yellow": "#F6D32D", + "terminal.ansi.bright_yellow": "#F9F06B", + "terminal.ansi.dim_yellow": "#E5A50A", + "terminal.ansi.blue": "#3584E4", + "terminal.ansi.bright_blue": "#99C1F1", + "terminal.ansi.dim_blue": "#1A5FB4", + "terminal.ansi.magenta": "#9141AC", + "terminal.ansi.bright_magenta": "#DC8ADD", + "terminal.ansi.dim_magenta": "#613583", + "terminal.ansi.cyan": "", + "terminal.ansi.bright_cyan": "", + "terminal.ansi.dim_cyan": "", + "terminal.ansi.white": "#C5C8C6", + "terminal.ansi.bright_white": "#C5C8C6", + "terminal.ansi.dim_white": "#DEDDDA", + "link_text.hover": "#3584E4", + "conflict": "#f1fe28ff", + "conflict.background": "#546205ff", + "conflict.border": "#717f0aff", + "created": "#33D17A", + "created.background": "#094d12ff", + "created.border": "#1a6a20ff", + "deleted": "#E01B24", + "deleted.background": "#490f12ff", + "deleted.border": "#651c1cff", + "error": "#E01B24", + "error.background": "#490f12ff", + "error.border": "#651c1cff", + "hidden": "#4c4735ff", + "hidden.background": "#1E1F21", + "hidden.border": "#2e2a1fff", + "hint": "#246e61ff", + "hint.background": "#0e2242ff", + "hint.border": "#193760ff", + "ignored": "#4c4735ff", + "ignored.background": "#1E1F21", + "ignored.border": "#302c21ff", + "info": "#3584E4", + "info.background": "#0e2242ff", + "info.border": "#193760ff", + "modified": "#f1fe28ff", + "modified.background": "#546205ff", + "modified.border": "#717f0aff", + "predictive": "#78434aff", + "predictive.background": "#094d12ff", + "predictive.border": "#1a6a20ff", + "renamed": "#3584E4", + "renamed.background": "#0e2242ff", + "renamed.border": "#193760ff", + "success": "#33D17A", + "success.background": "#094d12ff", + "success.border": "#1a6a20ff", + "unreachable": "#736e55ff", + "unreachable.background": "#1E1F21", + "unreachable.border": "#302c21ff", + "warning": "#f1fe28ff", + "warning.background": "#546205ff", + "warning.border": "#717f0aff", + "players": [ + { + "cursor": "#3584E4", + "background": "#3584E4", + "selection": "#499bef3d" + }, + { + "cursor": "#9141AC", + "background": "#9141AC", + "selection": "#f59be63d" + }, + { + "cursor": "#faa11cff", + "background": "#faa11cff", + "selection": "#faa11c3d" + }, + { + "cursor": "#fe8080ff", + "background": "#fe8080ff", + "selection": "#fe80803d" + }, + { + "cursor": "", + "background": "", + "selection": "#5aeabb3d" + }, + { + "cursor": "#E01B24", + "background": "#E01B24", + "selection": "#e350413d" + }, + { + "cursor": "#f1fe28ff", + "background": "#f1fe28ff", + "selection": "#f1fe283d" + }, + { + "cursor": "#33D17A", + "background": "#33D17A", + "selection": "#5dea5a3d" + } + ], + "syntax": { + "attribute": { + "color": "#3584E4", + "font_style": null, + "font_weight": null + }, + "boolean": { + "color": "#33D17A", + "font_style": null, + "font_weight": null + }, + "comment": { + "color": "#777159ff", + "font_style": null, + "font_weight": null + }, + "comment.doc": { + "color": "#777159ff", + "font_style": null, + "font_weight": null + }, + "constant": { + "color": "#33D17A", + "font_style": null, + "font_weight": null + }, + "constructor": { + "color": "#3584E4", + "font_style": null, + "font_weight": null + }, + "embedded": { + "color": "#C5C8C6", + "font_style": null, + "font_weight": null + }, + "emphasis": { + "color": "#3584E4", + "font_style": null, + "font_weight": null + }, + "emphasis.strong": { + "color": "#3584E4", + "font_style": null, + "font_weight": 700 + }, + "enum": { + "color": "#faa11cff", + "font_style": null, + "font_weight": null + }, + "function": { + "color": "#f1fe28ff", + "font_style": null, + "font_weight": null + }, + "hint": { + "color": "#246e61ff", + "font_style": null, + "font_weight": 700 + }, + "keyword": { + "color": "#3584E4", + "font_style": null, + "font_weight": null + }, + "label": { + "color": "#3584E4", + "font_style": null, + "font_weight": null + }, + "link_text": { + "color": "#faa11cff", + "font_style": "italic", + "font_weight": null + }, + "link_uri": { + "color": "#33D17A", + "font_style": null, + "font_weight": null + }, + "number": { + "color": "#33D17A", + "font_style": null, + "font_weight": null + }, + "operator": { + "color": "#faa11cff", + "font_style": null, + "font_weight": null + }, + "predictive": { + "color": "#78434aff", + "font_style": "italic", + "font_weight": null + }, + "preproc": { + "color": "#C5C8C6", + "font_style": null, + "font_weight": null + }, + "primary": { + "color": "#C5C8C6", + "font_style": null, + "font_weight": null + }, + "property": { + "color": "#3584E4", + "font_style": null, + "font_weight": null + }, + "punctuation": { + "color": "#bfbb9bff", + "font_style": null, + "font_weight": null + }, + "punctuation.bracket": { + "color": "#bfbb9bff", + "font_style": null, + "font_weight": null + }, + "punctuation.delimiter": { + "color": "#bfbb9bff", + "font_style": null, + "font_weight": null + }, + "punctuation.list_marker": { + "color": "#bfbb9bff", + "font_style": null, + "font_weight": null + }, + "punctuation.special": { + "color": "#bfbb9bff", + "font_style": null, + "font_weight": null + }, + "string": { + "color": "#faa11cff", + "font_style": null, + "font_weight": null + }, + "string.escape": { + "color": "#777159ff", + "font_style": null, + "font_weight": null + }, + "string.regex": { + "color": "#faa11cff", + "font_style": null, + "font_weight": null + }, + "string.special": { + "color": "#faa11cff", + "font_style": null, + "font_weight": null + }, + "string.special.symbol": { + "color": "#faa11cff", + "font_style": null, + "font_weight": null + }, + "tag": { + "color": "#3584E4", + "font_style": null, + "font_weight": null + }, + "text.literal": { + "color": "#faa11cff", + "font_style": null, + "font_weight": null + }, + "title": { + "color": "#C5C8C6", + "font_style": null, + "font_weight": 700 + }, + "type": { + "color": "", + "font_style": null, + "font_weight": null + }, + "variable": { + "color": "#C5C8C6", + "font_style": null, + "font_weight": null + }, + "variant": { + "color": "#3584E4", + "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 - } - } - } - } ] }