Created
June 6, 2024 14:26
-
-
Save th3terrorist/1678d7ca8cffa4b23b47bc27aa7f78d5 to your computer and use it in GitHub Desktop.
Darkened theme, zed version
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": "Darkened", | |
"author": "Roberto Montalti", | |
"themes": [{ | |
"name": "Darkened", | |
"appearance": "dark", | |
"style": { | |
"background.appearance": "opaque", | |
"accents": [], | |
"border": "#333333", | |
"border.variant": "#333333", | |
"border.focused": null, | |
"border.selected": "#333333", | |
"border.transparent": "#333333", | |
"border.disabled": "#333333", | |
"elevated_surface.background": "#000000", | |
"surface.background": "#000000", | |
"background": "#000000", | |
"element.background": "#875FAF", | |
"element.hover": "#1a1a1a", | |
"element.active": null, | |
"element.selected": "#875FAF", | |
"element.disabled": null, | |
"drop_target.background": null, | |
"ghost_element.background": null, | |
"ghost_element.hover": "#1a1a1a", | |
"ghost_element.active": null, | |
"ghost_element.selected": "#875FAF", | |
"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": "#000000", | |
"title_bar.background": "#000000", | |
"toolbar.background": "#000000", | |
"tab_bar.background": "#000000", | |
"tab.inactive_background": "#000000", | |
"tab.active_background": "#000000", | |
"search.match_background": null, | |
"panel.background": "#000000", | |
"panel.focused_border": null, | |
"pane.focused_border": null, | |
"pane_group.border": "#333333", | |
"scrollbar.thumb.background": "#2b2b2b", | |
"scrollbar.thumb.hover_background": "#3c3c3c", | |
"scrollbar.thumb.border": "#2b2b2b", | |
"scrollbar.track.background": "#000000", | |
"scrollbar.track.border": null, | |
"editor.foreground": "#bec7d1", | |
"editor.background": "#000000", | |
"editor.gutter.background": "#000000", | |
"editor.subheader.background": null, | |
"editor.active_line.background": "#000000", | |
"editor.highlighted_line.background": null, | |
"editor.line_number": "#4e4c78", | |
"editor.active_line_number": "#bec7d1", | |
"editor.invisible": null, | |
"editor.wrap_guide": "#333333", | |
"editor.active_wrap_guide": "#333333", | |
"editor.indent_guide": null, | |
"editor.indent_guide_active": null, | |
"editor.document_highlight.read_background": null, | |
"editor.document_highlight.write_background": null, | |
"terminal.background": "#000000", | |
"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": "#bec7d1", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"comment": { | |
"color": "#8784ad", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"comment.doc": { | |
"color": "#8784ad", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"constructor": { | |
"color": "#b968fc", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"function": { | |
"color": "#bec7d1", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"keyword": { | |
"color": "#7ca8de", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"number": { | |
"color": "#dedc52", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string": { | |
"color": "#cfa1ed", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.escape": { | |
"color": "#cfa1ed", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.regex": { | |
"color": "#cfa1ed", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.special": { | |
"color": "#cfa1ed", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.special.symbol": { | |
"color": "#cfa1ed", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"tag": { | |
"color": "#b968fc", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"text.literal": { | |
"color": "#cfa1ed", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"variable": { | |
"color": "#bec7d1", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"variable.special": { | |
"color": "#bec7d1", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
} | |
} | |
} | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment