Created
February 22, 2024 03:27
-
-
Save xmonkee/99f386928131e6acd588033b29c31dea to your computer and use it in GitHub Desktop.
Default VSCode themes for Zed
This file contains hidden or 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.1.0.json", | |
| "name": "Visual studio code themes", | |
| "author": "Microsoft", | |
| "themes":[ | |
| { | |
| "name": "Light (Visual Studio)", | |
| "appearance": "light", | |
| "style": { | |
| "border": null, | |
| "border.variant": null, | |
| "border.focused": null, | |
| "border.selected": null, | |
| "border.transparent": null, | |
| "border.disabled": null, | |
| "elevated_surface.background": null, | |
| "surface.background": null, | |
| "background": "#FFFFFF", | |
| "element.background": null, | |
| "element.hover": "#E8E8E8", | |
| "element.active": null, | |
| "element.selected": null, | |
| "element.disabled": null, | |
| "drop_target.background": null, | |
| "ghost_element.background": null, | |
| "ghost_element.hover": "#E8E8E8", | |
| "ghost_element.active": null, | |
| "ghost_element.selected": null, | |
| "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, | |
| "status_bar.background": null, | |
| "title_bar.background": null, | |
| "toolbar.background": "#FFFFFF", | |
| "tab_bar.background": null, | |
| "tab.inactive_background": null, | |
| "tab.active_background": null, | |
| "search.match_background": null, | |
| "panel.background": null, | |
| "panel.focused_border": null, | |
| "pane.focused_border": null, | |
| "scrollbar.thumb.background": null, | |
| "scrollbar.thumb.hover_background": null, | |
| "scrollbar.thumb.border": null, | |
| "scrollbar.track.background": "#FFFFFF", | |
| "scrollbar.track.border": null, | |
| "editor.foreground": "#000000", | |
| "editor.background": "#FFFFFF", | |
| "editor.gutter.background": "#FFFFFF", | |
| "editor.subheader.background": null, | |
| "editor.active_line.background": null, | |
| "editor.highlighted_line.background": null, | |
| "editor.line_number": null, | |
| "editor.active_line_number": "#000000", | |
| "editor.invisible": null, | |
| "editor.wrap_guide": null, | |
| "editor.active_wrap_guide": null, | |
| "editor.document_highlight.read_background": null, | |
| "editor.document_highlight.write_background": null, | |
| "terminal.background": null, | |
| "terminal.foreground": null, | |
| "terminal.bright_foreground": null, | |
| "terminal.dim_foreground": null, | |
| "terminal.ansi.black": null, | |
| "terminal.ansi.bright_black": null, | |
| "terminal.ansi.dim_black": null, | |
| "terminal.ansi.red": null, | |
| "terminal.ansi.bright_red": null, | |
| "terminal.ansi.dim_red": null, | |
| "terminal.ansi.green": null, | |
| "terminal.ansi.bright_green": null, | |
| "terminal.ansi.dim_green": null, | |
| "terminal.ansi.yellow": null, | |
| "terminal.ansi.bright_yellow": null, | |
| "terminal.ansi.dim_yellow": null, | |
| "terminal.ansi.blue": null, | |
| "terminal.ansi.bright_blue": null, | |
| "terminal.ansi.dim_blue": null, | |
| "terminal.ansi.magenta": null, | |
| "terminal.ansi.bright_magenta": null, | |
| "terminal.ansi.dim_magenta": null, | |
| "terminal.ansi.cyan": null, | |
| "terminal.ansi.bright_cyan": null, | |
| "terminal.ansi.dim_cyan": null, | |
| "terminal.ansi.white": null, | |
| "terminal.ansi.bright_white": null, | |
| "terminal.ansi.dim_white": null, | |
| "link_text.hover": null, | |
| "conflict": null, | |
| "conflict.background": null, | |
| "conflict.border": null, | |
| "created": null, | |
| "created.background": null, | |
| "created.border": null, | |
| "deleted": null, | |
| "deleted.background": null, | |
| "deleted.border": null, | |
| "error": null, | |
| "error.background": null, | |
| "error.border": null, | |
| "hidden": null, | |
| "hidden.background": null, | |
| "hidden.border": null, | |
| "hint": "#969696ff", | |
| "hint.background": null, | |
| "hint.border": null, | |
| "ignored": null, | |
| "ignored.background": null, | |
| "ignored.border": null, | |
| "info": null, | |
| "info.background": null, | |
| "info.border": null, | |
| "modified": null, | |
| "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": null, | |
| "warning.background": null, | |
| "warning.border": null, | |
| "players": [], | |
| "syntax": { | |
| "attribute": { | |
| "color": "#e50000", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "boolean": { | |
| "color": "#0000ff", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "comment": { | |
| "color": "#008000", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "comment.doc": { | |
| "color": "#008000", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "constant": { | |
| "color": "#0000ff", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "constructor": { | |
| "color": "#800000", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "embedded": { | |
| "color": "#000000ff", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "emphasis.strong": { | |
| "color": "#000080", | |
| "font_style": null, | |
| "font_weight": 700 | |
| }, | |
| "function": { | |
| "color": "#795E26", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "keyword": { | |
| "color": "#0000ff", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "number": { | |
| "color": "#098658", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "operator": { | |
| "color": "#000000", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "preproc": { | |
| "color": "#0000ff", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "property": { | |
| "color": "#e50000", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation": { | |
| "color": "#800000", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.bracket": { | |
| "color": "#800000", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.delimiter": { | |
| "color": "#800000", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.list_marker": { | |
| "color": "#800000", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.special": { | |
| "color": "#800000", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string": { | |
| "color": "#a31515", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.escape": { | |
| "color": "#0000ff", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.regex": { | |
| "color": "#a31515", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.special": { | |
| "color": "#a31515", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.special.symbol": { | |
| "color": "#a31515", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "tag": { | |
| "color": "#800000", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "text.literal": { | |
| "color": "#a31515", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "type": { | |
| "color": "#267f99", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable": { | |
| "color": "#001080", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable.special": { | |
| "color": "#0000ff", | |
| "font_style": null, | |
| "font_weight": null | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "Dark (Visual Studio)", | |
| "appearance": "dark", | |
| "style": { | |
| "border": null, | |
| "border.variant": null, | |
| "border.focused": null, | |
| "border.selected": null, | |
| "border.transparent": null, | |
| "border.disabled": null, | |
| "elevated_surface.background": null, | |
| "surface.background": null, | |
| "background": "#1E1E1E", | |
| "element.background": null, | |
| "element.hover": null, | |
| "element.active": null, | |
| "element.selected": null, | |
| "element.disabled": null, | |
| "drop_target.background": "#383B3D", | |
| "ghost_element.background": null, | |
| "ghost_element.hover": null, | |
| "ghost_element.active": null, | |
| "ghost_element.selected": null, | |
| "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, | |
| "status_bar.background": null, | |
| "title_bar.background": null, | |
| "toolbar.background": "#1E1E1E", | |
| "tab_bar.background": null, | |
| "tab.inactive_background": null, | |
| "tab.active_background": null, | |
| "search.match_background": null, | |
| "panel.background": null, | |
| "panel.focused_border": null, | |
| "pane.focused_border": null, | |
| "scrollbar.thumb.background": null, | |
| "scrollbar.thumb.hover_background": null, | |
| "scrollbar.thumb.border": null, | |
| "scrollbar.track.background": "#1E1E1E", | |
| "scrollbar.track.border": null, | |
| "editor.foreground": "#D4D4D4", | |
| "editor.background": "#1E1E1E", | |
| "editor.gutter.background": "#1E1E1E", | |
| "editor.subheader.background": null, | |
| "editor.active_line.background": null, | |
| "editor.highlighted_line.background": null, | |
| "editor.line_number": null, | |
| "editor.active_line_number": "#D4D4D4", | |
| "editor.invisible": null, | |
| "editor.wrap_guide": null, | |
| "editor.active_wrap_guide": null, | |
| "editor.document_highlight.read_background": null, | |
| "editor.document_highlight.write_background": null, | |
| "terminal.background": null, | |
| "terminal.foreground": null, | |
| "terminal.bright_foreground": null, | |
| "terminal.dim_foreground": null, | |
| "terminal.ansi.black": null, | |
| "terminal.ansi.bright_black": null, | |
| "terminal.ansi.dim_black": null, | |
| "terminal.ansi.red": null, | |
| "terminal.ansi.bright_red": null, | |
| "terminal.ansi.dim_red": null, | |
| "terminal.ansi.green": null, | |
| "terminal.ansi.bright_green": null, | |
| "terminal.ansi.dim_green": null, | |
| "terminal.ansi.yellow": null, | |
| "terminal.ansi.bright_yellow": null, | |
| "terminal.ansi.dim_yellow": null, | |
| "terminal.ansi.blue": null, | |
| "terminal.ansi.bright_blue": null, | |
| "terminal.ansi.dim_blue": null, | |
| "terminal.ansi.magenta": null, | |
| "terminal.ansi.bright_magenta": null, | |
| "terminal.ansi.dim_magenta": null, | |
| "terminal.ansi.cyan": null, | |
| "terminal.ansi.bright_cyan": null, | |
| "terminal.ansi.dim_cyan": null, | |
| "terminal.ansi.white": null, | |
| "terminal.ansi.bright_white": null, | |
| "terminal.ansi.dim_white": null, | |
| "link_text.hover": null, | |
| "conflict": null, | |
| "conflict.background": null, | |
| "conflict.border": null, | |
| "created": null, | |
| "created.background": null, | |
| "created.border": null, | |
| "deleted": null, | |
| "deleted.background": null, | |
| "deleted.border": null, | |
| "error": null, | |
| "error.background": null, | |
| "error.border": null, | |
| "hidden": null, | |
| "hidden.background": null, | |
| "hidden.border": null, | |
| "hint": "#969696ff", | |
| "hint.background": null, | |
| "hint.border": null, | |
| "ignored": null, | |
| "ignored.background": null, | |
| "ignored.border": null, | |
| "info": null, | |
| "info.background": null, | |
| "info.border": null, | |
| "modified": null, | |
| "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": null, | |
| "warning.background": null, | |
| "warning.border": null, | |
| "players": [], | |
| "syntax": { | |
| "attribute": { | |
| "color": "#9cdcfe", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "boolean": { | |
| "color": "#569cd6", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "comment": { | |
| "color": "#6A9955", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "comment.doc": { | |
| "color": "#6A9955", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "constant": { | |
| "color": "#569cd6", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "constructor": { | |
| "color": "#569cd6", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "embedded": { | |
| "color": "#D4D4D4", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "emphasis.strong": { | |
| "color": "#569cd6", | |
| "font_style": null, | |
| "font_weight": 700 | |
| }, | |
| "keyword": { | |
| "color": "#569cd6", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "number": { | |
| "color": "#b5cea8", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "operator": { | |
| "color": "#d4d4d4", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "preproc": { | |
| "color": "#569cd6", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "property": { | |
| "color": "#9cdcfe", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation": { | |
| "color": "#808080", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.bracket": { | |
| "color": "#808080", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.delimiter": { | |
| "color": "#808080", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.list_marker": { | |
| "color": "#808080", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.special": { | |
| "color": "#808080", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string": { | |
| "color": "#ce9178", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.escape": { | |
| "color": "#ce9178", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.regex": { | |
| "color": "#ce9178", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.special": { | |
| "color": "#ce9178", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.special.symbol": { | |
| "color": "#ce9178", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "tag": { | |
| "color": "#569cd6", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "text.literal": { | |
| "color": "#ce9178", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable": { | |
| "color": "#569cd6", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable.special": { | |
| "color": "#569cd6", | |
| "font_style": null, | |
| "font_weight": null | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment