Last active
February 12, 2025 02:39
-
-
Save elithrar/37f8ec85cb28f21102451b5c4d5fcb81 to your computer and use it in GitHub Desktop.
USGraphics Hypersubatomic editor theme for the Zed editor (zed.dev) • https://github.com/usgraphics/hypersubatomic-vscode-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.1.0.json", | |
"name": "Hypersubatomic", | |
"author": "Converted from VSCode theme", | |
"themes": [ | |
{ | |
"name": "Hypersubatomic Dark", | |
"appearance": "dark", | |
"style": { | |
"background": "#0F111A", | |
"surface.background": "#0F111A", | |
"editor.background": "#0F111A", | |
"editor.foreground": "#8F93A2", | |
"editor.line_number": "#3B3F51", | |
"editor.active_line_number": "#4B526D", | |
"editor.cursor": "#ffc200", | |
"editor.selection": "#717CB450", | |
"scrollbar.thumb.background": "#8F93A220", | |
"terminal.ansi.black": "#000000", | |
"terminal.ansi.red": "#f2283c", | |
"terminal.ansi.green": "#00ae6b", | |
"terminal.ansi.yellow": "#ffc200", | |
"terminal.ansi.blue": "#277dff", | |
"terminal.ansi.cyan": "#00a1b4", | |
"terminal.ansi.magenta": "#875afb", | |
"terminal.ansi.white": "#ffffff", | |
"terminal.ansi.bright_black": "#464B5D", | |
"terminal.ansi.bright_red": "#f2283c", | |
"terminal.ansi.bright_green": "#00ae6b", | |
"terminal.ansi.bright_yellow": "#ffc200", | |
"terminal.ansi.bright_blue": "#277dff", | |
"terminal.ansi.bright_cyan": "#00a1b4", | |
"terminal.ansi.bright_magenta": "#875afb", | |
"terminal.ansi.bright_white": "#ffffff", | |
"syntax": { | |
"comment": { | |
"color": "#42577e", | |
"font_style": null | |
}, | |
"number": { | |
"color": "#875afb", | |
"font_style": null | |
}, | |
"constant": { | |
"color": "#f2283c", | |
"font_style": null | |
}, | |
"type": { | |
"color": "#ff7a00", | |
"font_style": null | |
}, | |
"function": { | |
"color": "#f2283c", | |
"font_style": null | |
}, | |
"keyword": { | |
"color": "#00ae6b", | |
"font_style": null | |
}, | |
"operator": { | |
"color": "#BABABA", | |
"font_style": null | |
}, | |
"string": { | |
"color": "#f2283c", | |
"font_style": null | |
}, | |
"string.escape": { | |
"color": "#d72e82", | |
"font_style": null | |
}, | |
"string.regex": { | |
"color": "#00a1b4", | |
"font_style": null | |
}, | |
"tag": { | |
"color": "#ffc200", | |
"font_style": null | |
}, | |
"variable": { | |
"color": "#eef6ff", | |
"font_style": null | |
}, | |
"variable.special": { | |
"color": "#ffc200", | |
"font_style": null | |
}, | |
"punctuation.delimiter": { | |
"color": "#b3b3b3", | |
"font_style": null | |
}, | |
"punctuation.bracket": { | |
"color": "#BABABA", | |
"font_style": null | |
} | |
} | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment