Last active
February 1, 2026 08:19
-
-
Save bjarneo/65f86ffb3ded09b53be2d443ae8ef2ea to your computer and use it in GitHub Desktop.
zed theme
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.2.0.json", | |
| "name": "VantageBlack", | |
| "author": "Bjarne Oeverli", | |
| "themes": [ | |
| { | |
| "name": "VantageBlack", | |
| "appearance": "dark", | |
| "style": { | |
| "background": "#0d0d0d", | |
| "border": "#fdfdfd40", | |
| "border.variant": "#fdfdfd60", | |
| "border.focused": "#8d8d8d", | |
| "border.selected": "#8d8d8d80", | |
| "border.transparent": "#00000000", | |
| "border.disabled": "#fdfdfd30", | |
| "elevated_surface.background": "#0d0d0d", | |
| "surface.background": "#0d0d0d", | |
| "element.background": "#fdfdfd40", | |
| "element.hover": "#fdfdfd60", | |
| "element.active": "#8d8d8d30", | |
| "element.selected": "#8d8d8d20", | |
| "element.disabled": "#fdfdfd20", | |
| "drop_target.background": "#8d8d8d20", | |
| "ghost_element.background": "#00000000", | |
| "ghost_element.hover": "#fdfdfd40", | |
| "ghost_element.active": "#8d8d8d30", | |
| "ghost_element.selected": "#8d8d8d20", | |
| "ghost_element.disabled": "#fdfdfd20", | |
| "text": "#ffffff", | |
| "text.muted": "#fdfdfd", | |
| "text.placeholder": "#fdfdfd", | |
| "text.disabled": "#fdfdfd80", | |
| "text.accent": "#8d8d8d", | |
| "icon": "#ffffff", | |
| "icon.muted": "#fdfdfd", | |
| "icon.disabled": "#fdfdfd60", | |
| "icon.placeholder": "#fdfdfd", | |
| "icon.accent": "#8d8d8d", | |
| "status_bar.background": "#0d0d0d", | |
| "title_bar.background": "#0d0d0d", | |
| "title_bar.inactive_background": "#0d0d0d", | |
| "toolbar.background": "#0d0d0d", | |
| "tab_bar.background": "#0d0d0d", | |
| "tab.inactive_background": "#0d0d0d", | |
| "tab.active_background": "#0d0d0d", | |
| "search.match_background": "#cecece40", | |
| "panel.background": "#0d0d0d", | |
| "panel.focused_border": "#8d8d8d", | |
| "pane.focused_border": "#8d8d8d", | |
| "scrollbar.thumb.background": "#fdfdfd30", | |
| "scrollbar.thumb.hover_background": "#fdfdfd60", | |
| "scrollbar.thumb.border": "#fdfdfd20", | |
| "scrollbar.track.background": "#00000000", | |
| "scrollbar.track.border": "#00000000", | |
| "editor.foreground": "#ffffff", | |
| "editor.background": "#0d0d0d", | |
| "editor.gutter.background": "#0d0d0d", | |
| "editor.subheader.background": "#0d0d0d", | |
| "editor.active_line.background": "#0d0d0d60", | |
| "editor.highlighted_line.background": "#8d8d8d15", | |
| "editor.line_number": "#fdfdfd", | |
| "editor.active_line_number": "#ffffff", | |
| "editor.invisible": "#fdfdfd40", | |
| "editor.wrap_guide": "#fdfdfd30", | |
| "editor.active_wrap_guide": "#fdfdfd60", | |
| "editor.document_highlight.read_background": "#8d8d8d20", | |
| "editor.document_highlight.write_background": "#8d8d8d30", | |
| "terminal.background": "#0d0d0d", | |
| "terminal.foreground": "#ffffff", | |
| "terminal.bright_foreground": "#ffffff", | |
| "terminal.dim_foreground": "#fdfdfd", | |
| "terminal.ansi.black": "#0d0d0d", | |
| "terminal.ansi.bright_black": "#fdfdfd", | |
| "terminal.ansi.dim_black": "#0d0d0d80", | |
| "terminal.ansi.red": "#a4a4a4", | |
| "terminal.ansi.bright_red": "#a4a4a4", | |
| "terminal.ansi.dim_red": "#a4a4a480", | |
| "terminal.ansi.green": "#b6b6b6", | |
| "terminal.ansi.bright_green": "#b6b6b6", | |
| "terminal.ansi.dim_green": "#b6b6b680", | |
| "terminal.ansi.yellow": "#cecece", | |
| "terminal.ansi.bright_yellow": "#cecece", | |
| "terminal.ansi.dim_yellow": "#cecece80", | |
| "terminal.ansi.blue": "#8d8d8d", | |
| "terminal.ansi.bright_blue": "#8d8d8d", | |
| "terminal.ansi.dim_blue": "#8d8d8d80", | |
| "terminal.ansi.magenta": "#9b9b9b", | |
| "terminal.ansi.bright_magenta": "#9b9b9b", | |
| "terminal.ansi.dim_magenta": "#9b9b9b80", | |
| "terminal.ansi.cyan": "#b0b0b0", | |
| "terminal.ansi.bright_cyan": "#b0b0b0", | |
| "terminal.ansi.dim_cyan": "#b0b0b080", | |
| "terminal.ansi.white": "#ececec", | |
| "terminal.ansi.bright_white": "#ffffff", | |
| "terminal.ansi.dim_white": "#ececec80", | |
| "link_text.hover": "#8d8d8d", | |
| "conflict": "#cecece", | |
| "conflict.background": "#cecece15", | |
| "conflict.border": "#cecece", | |
| "created": "#b6b6b6", | |
| "created.background": "#b6b6b615", | |
| "created.border": "#b6b6b6", | |
| "deleted": "#a4a4a4", | |
| "deleted.background": "#a4a4a415", | |
| "deleted.border": "#a4a4a4", | |
| "error": "#a4a4a4", | |
| "error.background": "#a4a4a415", | |
| "error.border": "#a4a4a4", | |
| "hidden": "#fdfdfd", | |
| "hidden.background": "#fdfdfd15", | |
| "hidden.border": "#fdfdfd", | |
| "hint": "#b0b0b0", | |
| "hint.background": "#b0b0b015", | |
| "hint.border": "#b0b0b0", | |
| "ignored": "#fdfdfd", | |
| "ignored.background": "#fdfdfd15", | |
| "ignored.border": "#fdfdfd", | |
| "info": "#b0b0b0", | |
| "info.background": "#b0b0b015", | |
| "info.border": "#b0b0b0", | |
| "modified": "#8d8d8d", | |
| "modified.background": "#8d8d8d15", | |
| "modified.border": "#8d8d8d", | |
| "predictive": "#fdfdfd", | |
| "predictive.background": "#fdfdfd15", | |
| "predictive.border": "#fdfdfd40", | |
| "renamed": "#b0b0b0", | |
| "renamed.background": "#b0b0b015", | |
| "renamed.border": "#b0b0b0", | |
| "success": "#b6b6b6", | |
| "success.background": "#b6b6b615", | |
| "success.border": "#b6b6b6", | |
| "unreachable": "#fdfdfd", | |
| "unreachable.background": "#fdfdfd15", | |
| "unreachable.border": "#fdfdfd", | |
| "warning": "#cecece", | |
| "warning.background": "#cecece15", | |
| "warning.border": "#cecece", | |
| "players": [ | |
| { | |
| "cursor": "#ffffff", | |
| "selection": "#ffffff60", | |
| "background": "#8d8d8d" | |
| }, | |
| { | |
| "cursor": "#b0b0b0", | |
| "selection": "#b0b0b040", | |
| "background": "#b0b0b0" | |
| }, | |
| { | |
| "cursor": "#9b9b9b", | |
| "selection": "#9b9b9b40", | |
| "background": "#9b9b9b" | |
| }, | |
| { | |
| "cursor": "#cecece", | |
| "selection": "#cecece40", | |
| "background": "#cecece" | |
| }, | |
| { | |
| "cursor": "#b6b6b6", | |
| "selection": "#b6b6b640", | |
| "background": "#b6b6b6" | |
| }, | |
| { | |
| "cursor": "#a4a4a4", | |
| "selection": "#a4a4a440", | |
| "background": "#a4a4a4" | |
| }, | |
| { | |
| "cursor": "#8d8d8d", | |
| "selection": "#8d8d8d40", | |
| "background": "#8d8d8d" | |
| }, | |
| { | |
| "cursor": "#a4a4a4", | |
| "selection": "#a4a4a440", | |
| "background": "#a4a4a4" | |
| } | |
| ], | |
| "syntax": { | |
| "attribute": { | |
| "color": "#cecece", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "boolean": { | |
| "color": "#a4a4a4", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "comment": { | |
| "color": "#fdfdfd", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "comment.doc": { | |
| "color": "#fdfdfd", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "constant": { | |
| "color": "#a4a4a4", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "constructor": { | |
| "color": "#cecece", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "embedded": { | |
| "color": "#ffffff", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "emphasis": { | |
| "color": "#a4a4a4", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "emphasis.strong": { | |
| "color": "#a4a4a4", | |
| "font_style": null, | |
| "font_weight": 700 | |
| }, | |
| "enum": { | |
| "color": "#cecece", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "function": { | |
| "color": "#8d8d8d", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "function.builtin": { | |
| "color": "#b0b0b0", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "function.definition": { | |
| "color": "#8d8d8d", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "function.method": { | |
| "color": "#8d8d8d", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "function.special.definition": { | |
| "color": "#8d8d8d", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "hint": { | |
| "color": "#fdfdfd", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "keyword": { | |
| "color": "#9b9b9b", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "label": { | |
| "color": "#cecece", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "link_text": { | |
| "color": "#8d8d8d", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "link_uri": { | |
| "color": "#b0b0b0", | |
| "font_style": "underline", | |
| "font_weight": null | |
| }, | |
| "number": { | |
| "color": "#a4a4a4", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "operator": { | |
| "color": "#9b9b9b", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "predictive": { | |
| "color": "#fdfdfd", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "preproc": { | |
| "color": "#9b9b9b", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "primary": { | |
| "color": "#ffffff", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "property": { | |
| "color": "#ffffff", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation": { | |
| "color": "#ffffff", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.bracket": { | |
| "color": "#ffffff", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.delimiter": { | |
| "color": "#ffffff", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.list_marker": { | |
| "color": "#cecece", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.special": { | |
| "color": "#9b9b9b", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string": { | |
| "color": "#b6b6b6", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.escape": { | |
| "color": "#b0b0b0", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.regex": { | |
| "color": "#b0b0b0", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.special": { | |
| "color": "#b6b6b6", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.special.symbol": { | |
| "color": "#b0b0b0", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "tag": { | |
| "color": "#a4a4a4", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "text.literal": { | |
| "color": "#b6b6b6", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "title": { | |
| "color": "#8d8d8d", | |
| "font_style": null, | |
| "font_weight": 700 | |
| }, | |
| "type": { | |
| "color": "#cecece", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "type.builtin": { | |
| "color": "#b0b0b0", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "type.interface": { | |
| "color": "#b0b0b0", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "type.super": { | |
| "color": "#cecece", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "variable": { | |
| "color": "#a4a4a4", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable.member": { | |
| "color": "#ffffff", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable.parameter": { | |
| "color": "#a4a4a4", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "variable.special": { | |
| "color": "#a4a4a4", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "variant": { | |
| "color": "#b0b0b0", | |
| "font_style": null, | |
| "font_weight": null | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment