Last active
March 30, 2025 00:34
-
-
Save holly-hacker/2e3ec808d7273f7e713c860826730952 to your computer and use it in GitHub Desktop.
Mhammed Talhaouy's "Theme" theme, converted to Zed using Zed's theme_importer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"experimental.theme_overrides": { | |
"editor.invisible": "#484848", | |
"panel.background": "#1d2228", // idk what this is and how it should convert from vsc | |
"syntax": { | |
"property": { "color": "#ef596f" } // probably converted wrong | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://zed.dev/schema/themes/v0.2.0.json", | |
"name": "Theme", | |
"author": "Mhammed Talhaouy", | |
"themes": [ | |
{ | |
"name": "Theme (Dark)", | |
"appearance": "dark", | |
"style": { | |
"background.appearance": "opaque", | |
"accents": [], | |
"border": "#3e4452", | |
"border.variant": "#3e4452", | |
"border.focused": "#3e4452", | |
"border.selected": "#3e4452", | |
"border.transparent": "#3e4452", | |
"border.disabled": "#3e4452", | |
"elevated_surface.background": "#21252b", | |
"surface.background": null, | |
"background": "#282c34", | |
"element.background": "#404754", | |
"element.hover": "#2c313a", | |
"element.active": null, | |
"element.selected": "#2c313a", | |
"element.disabled": null, | |
"drop_target.background": null, | |
"ghost_element.background": null, | |
"ghost_element.hover": "#2c313a", | |
"ghost_element.active": null, | |
"ghost_element.selected": "#2c313a", | |
"ghost_element.disabled": null, | |
"text": null, | |
"text.muted": null, | |
"text.placeholder": null, | |
"text.disabled": null, | |
"text.accent": null, | |
"icon": null, | |
"icon.muted": null, | |
"icon.disabled": null, | |
"icon.placeholder": null, | |
"icon.accent": null, | |
"debugger.accent": null, | |
"status_bar.background": "#21252b", | |
"title_bar.background": "#282c34", | |
"title_bar.inactive_background": null, | |
"toolbar.background": "#282c34", | |
"tab_bar.background": "#21252b", | |
"tab.inactive_background": "#21252b", | |
"tab.active_background": "#282c34", | |
"search.match_background": "#42557b", | |
"panel.background": null, | |
"panel.focused_border": null, | |
"panel.indent_guide": null, | |
"panel.indent_guide_hover": null, | |
"panel.indent_guide_active": null, | |
"pane.focused_border": null, | |
"pane_group.border": "#181a1f", | |
"scrollbar.thumb.background": "#4e566660", | |
"scrollbar.thumb.hover_background": "#5a637580", | |
"scrollbar.thumb.border": "#4e566660", | |
"scrollbar.track.background": "#282c34", | |
"scrollbar.track.border": null, | |
"editor.foreground": "#abb2bf", | |
"editor.background": "#282c34", | |
"editor.gutter.background": "#282c34", | |
"editor.subheader.background": null, | |
"editor.active_line.background": "#2c313c", | |
"editor.highlighted_line.background": null, | |
"editor.debugger_active_line.background": null, | |
"editor.line_number": "#495162", | |
"editor.active_line_number": "#abb2bf", | |
"editor.hover_line_number": null, | |
"editor.invisible": null, | |
"editor.wrap_guide": "#3e4452", | |
"editor.active_wrap_guide": "#3e4452", | |
"editor.indent_guide": null, | |
"editor.indent_guide_active": null, | |
"editor.document_highlight.read_background": null, | |
"editor.document_highlight.write_background": null, | |
"editor.document_highlight.bracket_background": "#515a6b", | |
"terminal.background": "#282c34", | |
"terminal.foreground": null, | |
"terminal.ansi.background": null, | |
"terminal.bright_foreground": null, | |
"terminal.dim_foreground": null, | |
"terminal.ansi.black": "#3f4451", | |
"terminal.ansi.bright_black": "#4f5666", | |
"terminal.ansi.dim_black": null, | |
"terminal.ansi.red": "#e05561", | |
"terminal.ansi.bright_red": "#ff616e", | |
"terminal.ansi.dim_red": null, | |
"terminal.ansi.green": "#8cc265", | |
"terminal.ansi.bright_green": "#a5e075", | |
"terminal.ansi.dim_green": null, | |
"terminal.ansi.yellow": "#d18f52", | |
"terminal.ansi.bright_yellow": "#f0a45d", | |
"terminal.ansi.dim_yellow": null, | |
"terminal.ansi.blue": "#4aa5f0", | |
"terminal.ansi.bright_blue": "#4dc4ff", | |
"terminal.ansi.dim_blue": null, | |
"terminal.ansi.magenta": "#c162de", | |
"terminal.ansi.bright_magenta": "#de73ff", | |
"terminal.ansi.dim_magenta": null, | |
"terminal.ansi.cyan": "#42b3c2", | |
"terminal.ansi.bright_cyan": "#4cd1e0", | |
"terminal.ansi.dim_cyan": null, | |
"terminal.ansi.white": "#d7dae0", | |
"terminal.ansi.bright_white": "#e6e6e6", | |
"terminal.ansi.dim_white": null, | |
"link_text.hover": null, | |
"version_control.added": null, | |
"version_control.deleted": null, | |
"version_control.modified": null, | |
"version_control.renamed": null, | |
"version_control.conflict": null, | |
"version_control.ignored": null, | |
"conflict": null, | |
"conflict.background": null, | |
"conflict.border": null, | |
"created": "#109868", | |
"created.background": null, | |
"created.border": null, | |
"deleted": "#9A353D", | |
"deleted.background": null, | |
"deleted.border": null, | |
"error": "#c24038", | |
"error.background": null, | |
"error.border": null, | |
"hidden": null, | |
"hidden.background": null, | |
"hidden.border": null, | |
"hint": "#abb2bf", | |
"hint.background": null, | |
"hint.border": null, | |
"ignored": "#636b78", | |
"ignored.background": null, | |
"ignored.border": null, | |
"info": null, | |
"info.background": null, | |
"info.border": null, | |
"modified": "#948B60", | |
"modified.background": null, | |
"modified.border": null, | |
"predictive": null, | |
"predictive.background": null, | |
"predictive.border": null, | |
"renamed": null, | |
"renamed.background": null, | |
"renamed.border": null, | |
"success": null, | |
"success.background": null, | |
"success.border": null, | |
"unreachable": null, | |
"unreachable.background": null, | |
"unreachable.border": null, | |
"warning": "#d19a66", | |
"warning.background": null, | |
"warning.border": null, | |
"players": [], | |
"syntax": { | |
"attribute": { | |
"color": "#d19a66", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"comment": { | |
"color": "#7f848e", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"comment.doc": { | |
"color": "#7f848e", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"constant": { | |
"color": "#d19a66", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"constructor": { | |
"color": "#ef596f", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"embedded": { | |
"color": "#abb2bf", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"emphasis": { | |
"color": "#d55fde", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"emphasis.strong": { | |
"color": "#d19a66", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"function": { | |
"color": "#61afef", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"keyword": { | |
"color": "#d55fde", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"number": { | |
"color": "#d19a66", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"operator": { | |
"color": "#abb2bf", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"property": { | |
"color": "#abb2bf", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string": { | |
"color": "#89ca78", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.escape": { | |
"color": "#89ca78", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.regex": { | |
"color": "#89ca78", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.special": { | |
"color": "#2bbac5", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.special.symbol": { | |
"color": "#2bbac5", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"tag": { | |
"color": "#ef596f", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"text.literal": { | |
"color": "#89ca78", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"type": { | |
"color": "#e5c07b", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"variable": { | |
"color": "#ef596f", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"variable.special": { | |
"color": "#e5c07b", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
} | |
} | |
} | |
}, | |
{ | |
"name": "Theme (Darker)", | |
"appearance": "dark", | |
"style": { | |
"background.appearance": "opaque", | |
"accents": [], | |
"border": "#3e4452", | |
"border.variant": "#3e4452", | |
"border.focused": "#3e4452", | |
"border.selected": "#3e4452", | |
"border.transparent": "#3e4452", | |
"border.disabled": "#3e4452", | |
"elevated_surface.background": "#1e2227", | |
"surface.background": null, | |
"background": "#23272e", | |
"element.background": "#404754", | |
"element.hover": "#2c313a", | |
"element.active": null, | |
"element.selected": "#2c313a", | |
"element.disabled": null, | |
"drop_target.background": null, | |
"ghost_element.background": null, | |
"ghost_element.hover": "#2c313a", | |
"ghost_element.active": null, | |
"ghost_element.selected": "#2c313a", | |
"ghost_element.disabled": null, | |
"text": null, | |
"text.muted": null, | |
"text.placeholder": null, | |
"text.disabled": null, | |
"text.accent": null, | |
"icon": null, | |
"icon.muted": null, | |
"icon.disabled": null, | |
"icon.placeholder": null, | |
"icon.accent": null, | |
"debugger.accent": null, | |
"status_bar.background": "#21252b", | |
"title_bar.background": "#23272e", | |
"title_bar.inactive_background": null, | |
"toolbar.background": "#23272e", | |
"tab_bar.background": "#1e2227", | |
"tab.inactive_background": "#1e2227", | |
"tab.active_background": "#23272e", | |
"search.match_background": "#42557b", | |
"panel.background": null, | |
"panel.focused_border": null, | |
"panel.indent_guide": null, | |
"panel.indent_guide_hover": null, | |
"panel.indent_guide_active": null, | |
"pane.focused_border": null, | |
"pane_group.border": "#181a1f", | |
"scrollbar.thumb.background": "#4e566660", | |
"scrollbar.thumb.hover_background": "#5a637580", | |
"scrollbar.thumb.border": "#4e566660", | |
"scrollbar.track.background": "#23272e", | |
"scrollbar.track.border": null, | |
"editor.foreground": "#abb2bf", | |
"editor.background": "#23272e", | |
"editor.gutter.background": "#23272e", | |
"editor.subheader.background": null, | |
"editor.active_line.background": "#2c313c", | |
"editor.highlighted_line.background": null, | |
"editor.debugger_active_line.background": null, | |
"editor.line_number": "#495162", | |
"editor.active_line_number": "#abb2bf", | |
"editor.hover_line_number": null, | |
"editor.invisible": null, | |
"editor.wrap_guide": "#3e4452", | |
"editor.active_wrap_guide": "#3e4452", | |
"editor.indent_guide": null, | |
"editor.indent_guide_active": null, | |
"editor.document_highlight.read_background": null, | |
"editor.document_highlight.write_background": null, | |
"editor.document_highlight.bracket_background": "#515a6b", | |
"terminal.background": "#23272e", | |
"terminal.foreground": null, | |
"terminal.ansi.background": null, | |
"terminal.bright_foreground": null, | |
"terminal.dim_foreground": null, | |
"terminal.ansi.black": "#3f4451", | |
"terminal.ansi.bright_black": "#4f5666", | |
"terminal.ansi.dim_black": null, | |
"terminal.ansi.red": "#e05561", | |
"terminal.ansi.bright_red": "#ff616e", | |
"terminal.ansi.dim_red": null, | |
"terminal.ansi.green": "#8cc265", | |
"terminal.ansi.bright_green": "#a5e075", | |
"terminal.ansi.dim_green": null, | |
"terminal.ansi.yellow": "#d18f52", | |
"terminal.ansi.bright_yellow": "#f0a45d", | |
"terminal.ansi.dim_yellow": null, | |
"terminal.ansi.blue": "#4aa5f0", | |
"terminal.ansi.bright_blue": "#4dc4ff", | |
"terminal.ansi.dim_blue": null, | |
"terminal.ansi.magenta": "#c162de", | |
"terminal.ansi.bright_magenta": "#de73ff", | |
"terminal.ansi.dim_magenta": null, | |
"terminal.ansi.cyan": "#42b3c2", | |
"terminal.ansi.bright_cyan": "#4cd1e0", | |
"terminal.ansi.dim_cyan": null, | |
"terminal.ansi.white": "#d7dae0", | |
"terminal.ansi.bright_white": "#e6e6e6", | |
"terminal.ansi.dim_white": null, | |
"link_text.hover": null, | |
"version_control.added": null, | |
"version_control.deleted": null, | |
"version_control.modified": null, | |
"version_control.renamed": null, | |
"version_control.conflict": null, | |
"version_control.ignored": null, | |
"conflict": null, | |
"conflict.background": null, | |
"conflict.border": null, | |
"created": "#109868", | |
"created.background": null, | |
"created.border": null, | |
"deleted": "#9A353D", | |
"deleted.background": null, | |
"deleted.border": null, | |
"error": "#c24038", | |
"error.background": null, | |
"error.border": null, | |
"hidden": null, | |
"hidden.background": null, | |
"hidden.border": null, | |
"hint": "#abb2bf", | |
"hint.background": null, | |
"hint.border": null, | |
"ignored": "#636b78", | |
"ignored.background": null, | |
"ignored.border": null, | |
"info": null, | |
"info.background": null, | |
"info.border": null, | |
"modified": "#948B60", | |
"modified.background": null, | |
"modified.border": null, | |
"predictive": null, | |
"predictive.background": null, | |
"predictive.border": null, | |
"renamed": null, | |
"renamed.background": null, | |
"renamed.border": null, | |
"success": null, | |
"success.background": null, | |
"success.border": null, | |
"unreachable": null, | |
"unreachable.background": null, | |
"unreachable.border": null, | |
"warning": "#d19a66", | |
"warning.background": null, | |
"warning.border": null, | |
"players": [], | |
"syntax": { | |
"attribute": { | |
"color": "#d19a66", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"comment": { | |
"color": "#7f848e", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"comment.doc": { | |
"color": "#7f848e", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"constant": { | |
"color": "#d19a66", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"constructor": { | |
"color": "#ef596f", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"embedded": { | |
"color": "#abb2bf", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"emphasis": { | |
"color": "#d55fde", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"emphasis.strong": { | |
"color": "#d19a66", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"function": { | |
"color": "#61afef", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"keyword": { | |
"color": "#d55fde", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"number": { | |
"color": "#d19a66", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"operator": { | |
"color": "#abb2bf", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"property": { | |
"color": "#abb2bf", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string": { | |
"color": "#89ca78", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.escape": { | |
"color": "#89ca78", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.regex": { | |
"color": "#89ca78", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.special": { | |
"color": "#2bbac5", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.special.symbol": { | |
"color": "#2bbac5", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"tag": { | |
"color": "#ef596f", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"text.literal": { | |
"color": "#89ca78", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"type": { | |
"color": "#e5c07b", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"variable": { | |
"color": "#ef596f", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"variable.special": { | |
"color": "#e5c07b", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
} | |
} | |
} | |
}, | |
{ | |
"name": "Theme (Flat)", | |
"appearance": "dark", | |
"style": { | |
"background.appearance": "opaque", | |
"accents": [], | |
"border": "#3e4452", | |
"border.variant": "#3e4452", | |
"border.focused": "#282c34", | |
"border.selected": "#3e4452", | |
"border.transparent": "#3e4452", | |
"border.disabled": "#3e4452", | |
"elevated_surface.background": "#21252b", | |
"surface.background": "#282c34", | |
"background": "#282c34", | |
"element.background": "#404754", | |
"element.hover": "#2c313a", | |
"element.active": null, | |
"element.selected": "#2c313a", | |
"element.disabled": null, | |
"drop_target.background": null, | |
"ghost_element.background": null, | |
"ghost_element.hover": "#2c313a", | |
"ghost_element.active": null, | |
"ghost_element.selected": "#2c313a", | |
"ghost_element.disabled": null, | |
"text": null, | |
"text.muted": null, | |
"text.placeholder": null, | |
"text.disabled": null, | |
"text.accent": null, | |
"icon": null, | |
"icon.muted": null, | |
"icon.disabled": null, | |
"icon.placeholder": null, | |
"icon.accent": null, | |
"debugger.accent": null, | |
"status_bar.background": "#282c34", | |
"title_bar.background": "#282c34", | |
"title_bar.inactive_background": null, | |
"toolbar.background": "#282c34", | |
"tab_bar.background": "#282c34", | |
"tab.inactive_background": "#282c34", | |
"tab.active_background": "#282c34", | |
"search.match_background": "#42557b", | |
"panel.background": "#282c34", | |
"panel.focused_border": null, | |
"panel.indent_guide": null, | |
"panel.indent_guide_hover": null, | |
"panel.indent_guide_active": null, | |
"pane.focused_border": null, | |
"pane_group.border": "#23252c", | |
"scrollbar.thumb.background": "#4e566660", | |
"scrollbar.thumb.hover_background": "#5a637580", | |
"scrollbar.thumb.border": "#4e566660", | |
"scrollbar.track.background": "#282c34", | |
"scrollbar.track.border": "#282c34", | |
"editor.foreground": "#abb2bf", | |
"editor.background": "#282c34", | |
"editor.gutter.background": "#282c34", | |
"editor.subheader.background": null, | |
"editor.active_line.background": "#2c313c", | |
"editor.highlighted_line.background": null, | |
"editor.debugger_active_line.background": null, | |
"editor.line_number": "#495162", | |
"editor.active_line_number": "#abb2bf", | |
"editor.hover_line_number": null, | |
"editor.invisible": null, | |
"editor.wrap_guide": "#3e4452", | |
"editor.active_wrap_guide": "#3e4452", | |
"editor.indent_guide": null, | |
"editor.indent_guide_active": null, | |
"editor.document_highlight.read_background": null, | |
"editor.document_highlight.write_background": null, | |
"editor.document_highlight.bracket_background": "#515a6b", | |
"terminal.background": "#282c34", | |
"terminal.foreground": null, | |
"terminal.ansi.background": null, | |
"terminal.bright_foreground": null, | |
"terminal.dim_foreground": null, | |
"terminal.ansi.black": "#3f4451", | |
"terminal.ansi.bright_black": "#4f5666", | |
"terminal.ansi.dim_black": null, | |
"terminal.ansi.red": "#e05561", | |
"terminal.ansi.bright_red": "#ff616e", | |
"terminal.ansi.dim_red": null, | |
"terminal.ansi.green": "#8cc265", | |
"terminal.ansi.bright_green": "#a5e075", | |
"terminal.ansi.dim_green": null, | |
"terminal.ansi.yellow": "#d18f52", | |
"terminal.ansi.bright_yellow": "#f0a45d", | |
"terminal.ansi.dim_yellow": null, | |
"terminal.ansi.blue": "#4aa5f0", | |
"terminal.ansi.bright_blue": "#4dc4ff", | |
"terminal.ansi.dim_blue": null, | |
"terminal.ansi.magenta": "#c162de", | |
"terminal.ansi.bright_magenta": "#de73ff", | |
"terminal.ansi.dim_magenta": null, | |
"terminal.ansi.cyan": "#42b3c2", | |
"terminal.ansi.bright_cyan": "#4cd1e0", | |
"terminal.ansi.dim_cyan": null, | |
"terminal.ansi.white": "#d7dae0", | |
"terminal.ansi.bright_white": "#e6e6e6", | |
"terminal.ansi.dim_white": null, | |
"link_text.hover": "#f0f0f0", | |
"version_control.added": null, | |
"version_control.deleted": null, | |
"version_control.modified": null, | |
"version_control.renamed": null, | |
"version_control.conflict": null, | |
"version_control.ignored": null, | |
"conflict": null, | |
"conflict.background": null, | |
"conflict.border": null, | |
"created": "#109868", | |
"created.background": null, | |
"created.border": null, | |
"deleted": "#9A353D", | |
"deleted.background": null, | |
"deleted.border": null, | |
"error": "#c24038", | |
"error.background": null, | |
"error.border": null, | |
"hidden": null, | |
"hidden.background": null, | |
"hidden.border": null, | |
"hint": "#abb2bf", | |
"hint.background": null, | |
"hint.border": null, | |
"ignored": "#636b78", | |
"ignored.background": null, | |
"ignored.border": null, | |
"info": null, | |
"info.background": null, | |
"info.border": null, | |
"modified": "#948B60", | |
"modified.background": null, | |
"modified.border": null, | |
"predictive": null, | |
"predictive.background": null, | |
"predictive.border": null, | |
"renamed": null, | |
"renamed.background": null, | |
"renamed.border": null, | |
"success": null, | |
"success.background": null, | |
"success.border": null, | |
"unreachable": null, | |
"unreachable.background": null, | |
"unreachable.border": null, | |
"warning": "#d19a66", | |
"warning.background": null, | |
"warning.border": null, | |
"players": [], | |
"syntax": { | |
"attribute": { | |
"color": "#d19a66", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"comment": { | |
"color": "#7f848e", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"comment.doc": { | |
"color": "#7f848e", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"constant": { | |
"color": "#d19a66", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"constructor": { | |
"color": "#ef596f", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"embedded": { | |
"color": "#abb2bf", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"emphasis": { | |
"color": "#d55fde", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"emphasis.strong": { | |
"color": "#d19a66", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"function": { | |
"color": "#61afef", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"keyword": { | |
"color": "#d55fde", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"number": { | |
"color": "#d19a66", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"operator": { | |
"color": "#abb2bf", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"property": { | |
"color": "#abb2bf", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string": { | |
"color": "#89ca78", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.escape": { | |
"color": "#89ca78", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.regex": { | |
"color": "#89ca78", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.special": { | |
"color": "#2bbac5", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.special.symbol": { | |
"color": "#2bbac5", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"tag": { | |
"color": "#ef596f", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"text.literal": { | |
"color": "#89ca78", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"type": { | |
"color": "#e5c07b", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"variable": { | |
"color": "#ef596f", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"variable.special": { | |
"color": "#e5c07b", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
} | |
} | |
} | |
}, | |
{ | |
"name": "Theme (Mix)", | |
"appearance": "dark", | |
"style": { | |
"background.appearance": "opaque", | |
"accents": [], | |
"border": "#3e4452", | |
"border.variant": "#3e4452", | |
"border.focused": "#3e4452c3", | |
"border.selected": "#3e4452", | |
"border.transparent": "#3e4452", | |
"border.disabled": "#3e4452", | |
"elevated_surface.background": "#21252b", | |
"surface.background": null, | |
"background": "#282c34", | |
"element.background": "#404754", | |
"element.hover": "#2c313a", | |
"element.active": null, | |
"element.selected": "#2c313a", | |
"element.disabled": null, | |
"drop_target.background": null, | |
"ghost_element.background": null, | |
"ghost_element.hover": "#2c313a", | |
"ghost_element.active": null, | |
"ghost_element.selected": "#2c313a", | |
"ghost_element.disabled": null, | |
"text": null, | |
"text.muted": null, | |
"text.placeholder": null, | |
"text.disabled": null, | |
"text.accent": null, | |
"icon": null, | |
"icon.muted": null, | |
"icon.disabled": null, | |
"icon.placeholder": null, | |
"icon.accent": null, | |
"debugger.accent": null, | |
"status_bar.background": "#21252b", | |
"title_bar.background": "#21252b", | |
"title_bar.inactive_background": null, | |
"toolbar.background": "#282c34", | |
"tab_bar.background": "#21252b", | |
"tab.inactive_background": "#21252b", | |
"tab.active_background": "#282c34", | |
"search.match_background": "#42557b", | |
"panel.background": null, | |
"panel.focused_border": null, | |
"panel.indent_guide": null, | |
"panel.indent_guide_hover": null, | |
"panel.indent_guide_active": null, | |
"pane.focused_border": null, | |
"pane_group.border": "#181a1f", | |
"scrollbar.thumb.background": "#4e566660", | |
"scrollbar.thumb.hover_background": "#5a637580", | |
"scrollbar.thumb.border": "#4e566660", | |
"scrollbar.track.background": "#282c34", | |
"scrollbar.track.border": null, | |
"editor.foreground": "#abb2bf", | |
"editor.background": "#282c34", | |
"editor.gutter.background": "#282c34", | |
"editor.subheader.background": null, | |
"editor.active_line.background": "#2c313c", | |
"editor.highlighted_line.background": null, | |
"editor.debugger_active_line.background": null, | |
"editor.line_number": "#495162", | |
"editor.active_line_number": "#abb2bf", | |
"editor.hover_line_number": null, | |
"editor.invisible": null, | |
"editor.wrap_guide": "#3e4452", | |
"editor.active_wrap_guide": "#3e4452", | |
"editor.indent_guide": null, | |
"editor.indent_guide_active": null, | |
"editor.document_highlight.read_background": null, | |
"editor.document_highlight.write_background": null, | |
"editor.document_highlight.bracket_background": "#515a6b", | |
"terminal.background": "#282c34", | |
"terminal.foreground": null, | |
"terminal.ansi.background": null, | |
"terminal.bright_foreground": null, | |
"terminal.dim_foreground": null, | |
"terminal.ansi.black": "#3f4451", | |
"terminal.ansi.bright_black": "#4f5666", | |
"terminal.ansi.dim_black": null, | |
"terminal.ansi.red": "#e05561", | |
"terminal.ansi.bright_red": "#ff616e", | |
"terminal.ansi.dim_red": null, | |
"terminal.ansi.green": "#8cc265", | |
"terminal.ansi.bright_green": "#a5e075", | |
"terminal.ansi.dim_green": null, | |
"terminal.ansi.yellow": "#d18f52", | |
"terminal.ansi.bright_yellow": "#f0a45d", | |
"terminal.ansi.dim_yellow": null, | |
"terminal.ansi.blue": "#4aa5f0", | |
"terminal.ansi.bright_blue": "#4dc4ff", | |
"terminal.ansi.dim_blue": null, | |
"terminal.ansi.magenta": "#c162de", | |
"terminal.ansi.bright_magenta": "#de73ff", | |
"terminal.ansi.dim_magenta": null, | |
"terminal.ansi.cyan": "#42b3c2", | |
"terminal.ansi.bright_cyan": "#4cd1e0", | |
"terminal.ansi.dim_cyan": null, | |
"terminal.ansi.white": "#d7dae0", | |
"terminal.ansi.bright_white": "#e6e6e6", | |
"terminal.ansi.dim_white": null, | |
"link_text.hover": null, | |
"version_control.added": null, | |
"version_control.deleted": null, | |
"version_control.modified": null, | |
"version_control.renamed": null, | |
"version_control.conflict": null, | |
"version_control.ignored": null, | |
"conflict": null, | |
"conflict.background": null, | |
"conflict.border": null, | |
"created": "#109868", | |
"created.background": null, | |
"created.border": null, | |
"deleted": "#9A353D", | |
"deleted.background": null, | |
"deleted.border": null, | |
"error": "#c24038", | |
"error.background": null, | |
"error.border": null, | |
"hidden": null, | |
"hidden.background": null, | |
"hidden.border": null, | |
"hint": "#abb2bf", | |
"hint.background": null, | |
"hint.border": null, | |
"ignored": "#636b78", | |
"ignored.background": null, | |
"ignored.border": null, | |
"info": null, | |
"info.background": null, | |
"info.border": null, | |
"modified": "#948B60", | |
"modified.background": null, | |
"modified.border": null, | |
"predictive": null, | |
"predictive.background": null, | |
"predictive.border": null, | |
"renamed": null, | |
"renamed.background": null, | |
"renamed.border": null, | |
"success": null, | |
"success.background": null, | |
"success.border": null, | |
"unreachable": null, | |
"unreachable.background": null, | |
"unreachable.border": null, | |
"warning": "#d19a66", | |
"warning.background": null, | |
"warning.border": null, | |
"players": [], | |
"syntax": { | |
"attribute": { | |
"color": "#d19a66", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"comment": { | |
"color": "#7f848e", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"comment.doc": { | |
"color": "#7f848e", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"constant": { | |
"color": "#d19a66", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"constructor": { | |
"color": "#ef596f", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"embedded": { | |
"color": "#abb2bf", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"emphasis": { | |
"color": "#d55fde", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"emphasis.strong": { | |
"color": "#d19a66", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"function": { | |
"color": "#61afef", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"keyword": { | |
"color": "#d55fde", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"number": { | |
"color": "#d19a66", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"operator": { | |
"color": "#abb2bf", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"property": { | |
"color": "#abb2bf", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string": { | |
"color": "#89ca78", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.escape": { | |
"color": "#89ca78", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.regex": { | |
"color": "#89ca78", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.special": { | |
"color": "#2bbac5", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.special.symbol": { | |
"color": "#2bbac5", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"tag": { | |
"color": "#ef596f", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"text.literal": { | |
"color": "#89ca78", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"type": { | |
"color": "#e5c07b", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"variable": { | |
"color": "#ef596f", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"variable.special": { | |
"color": "#e5c07b", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
} | |
} | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment