Last active
February 1, 2024 11:00
-
-
Save palmamartin/dcabad0f60758e7ce0cd5546d7569379 to your computer and use it in GitHub Desktop.
Vesper theme 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": "Vesper", | |
"author": "Rauno Freiberg", | |
"themes": [ | |
{ | |
"name": "Vesper", | |
"appearance": "dark", | |
"style": { | |
"border": null, | |
"border.variant": null, | |
"border.focused": "#FFC799", | |
"border.selected": null, | |
"border.transparent": null, | |
"border.disabled": null, | |
"elevated_surface.background": null, | |
"surface.background": null, | |
"background": "#101010", | |
"element.background": "#FFC799", | |
"element.hover": "#282828", | |
"element.active": null, | |
"element.selected": "#232323", | |
"element.disabled": null, | |
"drop_target.background": null, | |
"ghost_element.background": null, | |
"ghost_element.hover": "#282828", | |
"ghost_element.active": null, | |
"ghost_element.selected": "#232323", | |
"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": "#101010", | |
"title_bar.background": "#101010", | |
"toolbar.background": "#101010", | |
"tab_bar.background": "#101010", | |
"tab.inactive_background": "#101010", | |
"tab.active_background": "#161616", | |
"search.match_background": null, | |
"panel.background": null, | |
"panel.focused_border": null, | |
"pane.focused_border": null, | |
"scrollbar_thumb.background": "#34343480", | |
"scrollbar.thumb.hover_background": "#343434", | |
"scrollbar.thumb.border": "#34343480", | |
"scrollbar.track.background": "#101010", | |
"scrollbar.track.border": "#101010", | |
"editor.foreground": "#FFF", | |
"editor.background": "#101010", | |
"editor.gutter.background": "#101010", | |
"editor.subheader.background": null, | |
"editor.active_line.background": null, | |
"editor.highlighted_line.background": null, | |
"editor.line_number": "#505050", | |
"editor.active_line_number": "#FFF", | |
"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": "#FFCFA8", | |
"conflict": null, | |
"conflict.background": null, | |
"conflict.border": null, | |
"created": "#99FFE4", | |
"created.background": null, | |
"created.border": null, | |
"deleted": "#FF8080", | |
"deleted.background": null, | |
"deleted.border": null, | |
"error": "#FF8080", | |
"error.background": null, | |
"error.border": null, | |
"hidden": null, | |
"hidden.background": null, | |
"hidden.border": null, | |
"hint": "#A0A0A0", | |
"hint.background": null, | |
"hint.border": null, | |
"ignored": null, | |
"ignored.background": null, | |
"ignored.border": null, | |
"info": null, | |
"info.background": null, | |
"info.border": null, | |
"modified": "#FFC799", | |
"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": "#FFC799", | |
"warning.background": null, | |
"warning.border": null, | |
"players": [], | |
"syntax": { | |
"attribute": { | |
"color": "#A0A0A0", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"comment": { | |
"color": "#8b8b8b94", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"comment.doc": { | |
"color": "#8b8b8b94", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"constant": { | |
"color": "#FFC799", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"constructor": { | |
"color": "#FFC799", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"emphasis": { | |
"color": "#FFF", | |
"font_style": "italic", | |
"font_weight": null | |
}, | |
"emphasis.strong": { | |
"color": "#FFF", | |
"font_style": null, | |
"font_weight": 700 | |
}, | |
"function": { | |
"color": "#FFC799", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"keyword": { | |
"color": "#A0A0A0", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"label": { | |
"color": "#FFC799", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"link_text": { | |
"color": "#FFF", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"link_uri": { | |
"color": "#FFF", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"number": { | |
"color": "#FFC799", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"punctuation": { | |
"color": "#A0A0A0", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"punctuation.bracket": { | |
"color": "#A0A0A0", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"punctuation.delimiter": { | |
"color": "#A0A0A0", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"punctuation.list_marker": { | |
"color": "#A0A0A0", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"punctuation.special": { | |
"color": "#A0A0A0", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string": { | |
"color": "#99FFE4", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.escape": { | |
"color": "#FFC799", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.regex": { | |
"color": "#99FFE4", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.special": { | |
"color": "#99FFE4", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.special.symbol": { | |
"color": "#99FFE4", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"tag": { | |
"color": "#FFC799", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"text.literal": { | |
"color": "#99FFE4", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"title": { | |
"color": "#FFC799", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"type": { | |
"color": "#FFC799", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"variable": { | |
"color": "#FFF", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"variable.special": { | |
"color": "#A0A0A0", | |
"font_style": null, | |
"font_weight": null | |
} | |
} | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
More info on how to use it here: https://zed.dev/blog/user-themes-now-in-preview