Skip to content

Instantly share code, notes, and snippets.

@ryanolsonx
Created February 18, 2024 04:00
Show Gist options
  • Save ryanolsonx/2bdaca591cf9935e0ba4f374b24aeab2 to your computer and use it in GitHub Desktop.
Save ryanolsonx/2bdaca591cf9935e0ba4f374b24aeab2 to your computer and use it in GitHub Desktop.
Cyberpunk for Zed (Max Cyberpunk syntax mixed with Night Owl workbench)
{
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
"name": "Cyberpunk",
"author": "Ryan Olson",
"themes": [
{
"name": "Cyberpunk",
"appearance": "dark",
"style": {
"elevated_surface.background": "#011627",
"surface.background": "#011627",
"background": "#011627",
"element.background": "#7e57c2cc",
"element.hover": "#011627",
"element.active": null,
"element.selected": "#234d708c",
"element.disabled": null,
"drop_target.background": "#011627",
"ghost_element.background": null,
"ghost_element.hover": "#011627",
"ghost_element.active": null,
"ghost_element.selected": "#234d708c",
"ghost_element.disabled": null,
"text": "#d6deeb",
"text.muted": "#5f7e97",
"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": "#011627",
"title_bar.background": "#011627",
"toolbar.background": "#011627",
"tab_bar.background": "#011627",
"tab.inactive_background": "#01111d",
"tab.active_background": "#0b2942",
"search.match_background": null,
"panel.background": "#011627",
"panel.focused_border": null,
"pane.focused_border": null,
"scrollbar_thumb.background": "#084d8180",
"scrollbar.thumb.hover_background": "#084d8180",
"scrollbar.thumb.border": "#084d8180",
"scrollbar.track.background": "#011627",
"scrollbar.track.border": null,
"editor.foreground": "#d6deeb",
"editor.background": "#011627",
"editor.gutter.background": "#011627",
"editor.subheader.background": null,
"editor.active_line.background": "#006eff2d",
"editor.highlighted_line.background": null,
"editor.line_number": "#4b6479",
"editor.active_line_number": "#d6deeb",
"editor.invisible": null,
"editor.wrap_guide": "#5f7e97",
"editor.active_wrap_guide": "#5f7e97",
"editor.document_highlight.read_background": null,
"editor.document_highlight.write_background": null,
"terminal.foreground": "#d6deeb",
"terminal.background": "#011627",
"terminal.bright_foreground": null,
"terminal.dim_foreground": null,
"terminal.ansi.black": "#100d23",
"terminal.ansi.bright_black": "#241d50",
"terminal.ansi.dim_black": null,
"terminal.ansi.red": "#ff5680",
"terminal.ansi.bright_red": "#ff5680",
"terminal.ansi.dim_red": null,
"terminal.ansi.green": "#00ff9c",
"terminal.ansi.bright_green": "#00ff9c",
"terminal.ansi.dim_green": null,
"terminal.ansi.yellow": "#fffc58",
"terminal.ansi.bright_yellow": "#fffc58",
"terminal.ansi.dim_yellow": null,
"terminal.ansi.blue": "#00b0ff",
"terminal.ansi.bright_blue": "#00b0ff",
"terminal.ansi.dim_blue": null,
"terminal.ansi.magenta": "#d57bff",
"terminal.ansi.bright_magenta": "#d57bff",
"terminal.ansi.dim_magenta": null,
"terminal.ansi.cyan": "#76c1ff",
"terminal.ansi.bright_cyan": "#76c1ff",
"terminal.ansi.dim_cyan": null,
"terminal.ansi.white": "#bccaca",
"terminal.ansi.bright_white": "#eeffff",
"terminal.ansi.dim_white": null,
"link_text.hover": null,
"conflict": "#ffeb95cc",
"conflict.background": null,
"conflict.border": null,
"created": "#9ccc65",
"created.background": null,
"created.border": null,
"deleted": "#ef5350",
"deleted.background": null,
"deleted.border": null,
"error": "#ef5350",
"error.background": null,
"error.border": null,
"hidden": "#5f7e97",
"hidden.background": null,
"hidden.border": null,
"hint": "#969696ff",
"hint.background": null,
"hint.border": null,
"ignored": "#395a75",
"ignored.background": null,
"ignored.border": null,
"info": null,
"info.background": null,
"info.border": null,
"modified": "#e2b93d",
"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": "#b39554",
"warning.background": null,
"warning.border": null,
"players": [],
"syntax": {
"attribute": {
"color": "#EE6DFF",
"font_style": null,
"font_weight": null
},
"boolean": {
"color": "#FFFC58",
"font_style": null,
"font_weight": null
},
"comment": {
"color": "#6766B3",
"font_style": "italic",
"font_weight": null
},
"comment.doc": {
"color": "#6766B3",
"font_style": "italic",
"font_weight": null
},
"constant": {
"color": "#FFFC58",
"font_style": null,
"font_weight": null
},
"constructor": {
"color": "#FF5680",
"font_style": null,
"font_weight": null
},
"emphasis": {
"color": "#F07178",
"font_style": "italic",
"font_weight": null
},
"emphasis.strong": {
"color": "#F07178",
"font_style": null,
"font_weight": 700
},
"function": {
"color": "#00B0FF",
"font_style": null,
"font_weight": null
},
"keyword": {
"color": "#C792EA",
"font_style": null,
"font_weight": null
},
"label": {
"color": "#00FF9C",
"font_style": null,
"font_weight": null
},
"link_text": {
"color": "#00FF9C",
"font_style": null,
"font_weight": null
},
"link_uri": {
"color": "#00FF9C",
"font_style": null,
"font_weight": null
},
"number": {
"color": "#FFFC58",
"font_style": null,
"font_weight": null
},
"operator": {
"color": "#7FDBCA",
"font_style": null,
"font_weight": null
},
"property": {
"color": "#80CBC4",
"font_style": null,
"font_weight": null
},
"punctuation": {
"color": "#00B0FF",
"font_style": null,
"font_weight": null
},
"punctuation.bracket": {
"color": "#00B0FF",
"font_style": null,
"font_weight": null
},
"punctuation.delimiter": {
"color": "#00B0FF",
"font_style": null,
"font_weight": null
},
"punctuation.list_marker": {
"color": "#00B0FF",
"font_style": null,
"font_weight": null
},
"punctuation.special": {
"color": "#00B0FF",
"font_style": null,
"font_weight": null
},
"string": {
"color": "#76C1FF",
"font_style": null,
"font_weight": null
},
"string.escape": {
"color": "#82AAFF",
"font_style": null,
"font_weight": null
},
"string.regex": {
"color": "#76C1FF",
"font_style": null,
"font_weight": null
},
"string.special": {
"color": "#76C1FF",
"font_style": null,
"font_weight": null
},
"string.special.symbol": {
"color": "#76C1FF",
"font_style": null,
"font_weight": null
},
"tag": {
"color": "#FF5680",
"font_style": null,
"font_weight": null
},
"text.literal": {
"color": "#76C1FF",
"font_style": null,
"font_weight": null
},
"title": {
"color": "#00FF9C",
"font_style": null,
"font_weight": null
},
"type": {
"color": "#00FF9C",
"font_style": null,
"font_weight": null
},
"variable": {
"color": "#EEFFFF",
"font_style": null,
"font_weight": null
},
"variable.special": {
"color": "#FF5680",
"font_style": "italic",
"font_weight": null
}
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment