Created
April 15, 2026 23:17
-
-
Save mr4torr/8998e78512f54badca95397db81db159 to your computer and use it in GitHub Desktop.
Delirium theme, custom theme for Zed IDE.
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
| { | |
| "theme_overrides": { | |
| // https://zed.dev/theme-builder | |
| "One Dark": { | |
| "border": "#323538FF", | |
| "border.variant": "#323538FF", | |
| "border.focused": "#F88D6F90", | |
| "border.selected": "#F88D6FFF", | |
| "border.transparent": "#00000000", | |
| "border.disabled": "#32353890", | |
| "elevated_surface.background": "#26272AFF", | |
| "surface.background": "#26272AFF", | |
| "background": "#26272AFF", | |
| "element.background": "#2B2D30FF", | |
| "element.hover": "#323538FF", | |
| "element.active": "#32353870", | |
| // "element.selected": "#32353890", | |
| "element.selected": "#32353890", | |
| "element.disabled": "#373A3D90", | |
| "drop_target.background": "#373A3DFF", | |
| "ghost_element.background": "#00000000", | |
| "ghost_element.hover": "#3235387F", | |
| "ghost_element.active": "#3235389F", | |
| "ghost_element.selected": "#32353890", | |
| "ghost_element.disabled": "#373A3D90", | |
| // "ghost_element.disabled": "#CC000090", | |
| "text": "#BBBBB9DF", | |
| "text.muted": "#BBBBB98F", | |
| "text.placeholder": "#BBBBB560", | |
| "text.disabled": "#BBBBB550", | |
| "text.accent": "#F88D6FFF", | |
| "icon": "#BBBBB56F", | |
| "icon.muted": "#DCE0E550", | |
| "icon.disabled": "#878A9860", | |
| "icon.placeholder": "#a9afbcff", | |
| "icon.accent": "#BBBBB5FF", | |
| "status_bar.background": "#26272AFF", | |
| "title_bar.background": "#26272AFF", | |
| "title_bar.inactive_background": "#656665FF", | |
| "toolbar.background": "#2B2D30FF", | |
| "tab_bar.background": "#26272AFF", | |
| "tab.inactive_background": "#26272AFF", | |
| "tab.active_background": "#2B2D30FF", | |
| "search.match_background": "#F88D6F30", | |
| "search.active_match_background": "#e8af7466", | |
| "panel.background": "#26272AFF", | |
| "panel.focused_border": "#F88D6F90", | |
| "pane.focused_border": "#F88D6F90", | |
| "scrollbar.thumb.background": "#C4705810", | |
| "scrollbar.thumb.hover_background": "#2B2D30FF", | |
| "scrollbar.thumb.border": "#323538FF", | |
| "scrollbar.track.background": "#00000000", | |
| "scrollbar.track.border": "#323538FF", | |
| "editor.foreground": "#BBBBB5FF", | |
| "editor.background": "#2B2D30FF", | |
| "editor.gutter.background": "#2B2D30FF", | |
| "editor.subheader.background": "#26272AFF", | |
| "editor.active_line.background": "#6B4B4320", | |
| "editor.highlighted_line.background": "#26272AFF", | |
| "editor.line_number": "#484F52FF", | |
| "editor.active_line_number": "#BBBBB5FF", | |
| "editor.hover_line_number": "#BBBBB59F", | |
| "editor.invisible": "#F88D6F40", | |
| "editor.wrap_guide": "#6B4B4320", | |
| "editor.active_wrap_guide": "#6B4B4320", | |
| "editor.document_highlight.read_background": "#694A4430", | |
| "editor.document_highlight.write_background": "#6B4B4330", | |
| "terminal.background": "#2B2D30FF", | |
| "terminal.foreground": "#BBBBB5FF", | |
| "terminal.bright_foreground": "#D3C6AAFF", | |
| "terminal.dim_foreground": "#BCBCB4FF", | |
| "terminal.ansi.black": "#464B57FF", | |
| "terminal.ansi.bright_black": "#636d83ff", | |
| "terminal.ansi.dim_black": "#3b3f4aff", | |
| "terminal.ansi.red": "#E67E80FF", | |
| "terminal.ansi.bright_red": "#E67E80FF", | |
| "terminal.ansi.dim_red": "#a7545aff", | |
| "terminal.ansi.green": "#83C092FF", | |
| "terminal.ansi.bright_green": "#AAD581ff", | |
| "terminal.ansi.dim_green": "#6d8f59ff", | |
| "terminal.ansi.yellow": "#D3C6AAFF", | |
| "terminal.ansi.bright_yellow": "#FFD885ff", | |
| "terminal.ansi.dim_yellow": "#b8985bff", | |
| "terminal.ansi.blue": "#7FBBB3FF", | |
| "terminal.ansi.bright_blue": "#85C1FFff", | |
| "terminal.ansi.dim_blue": "#457cadff", | |
| "terminal.ansi.magenta": "#F88D6FFF", | |
| "terminal.ansi.bright_magenta": "#D398EBff", | |
| "terminal.ansi.dim_magenta": "#8d54a0ff", | |
| "terminal.ansi.cyan": "#85AB86FF", | |
| "terminal.ansi.bright_cyan": "#6ED5DEff", | |
| "terminal.ansi.dim_cyan": "#3c818aFF", | |
| "terminal.ansi.white": "#abb2bfff", | |
| "terminal.ansi.bright_white": "#fafafaff", | |
| "terminal.ansi.dim_white": "#8f969bff", | |
| "link_text.hover": "#F88D6FFF", | |
| "version_control.added": "#83C092FF", | |
| "version_control.modified": "#D3C6AAFF", | |
| "version_control.word_added": "#2EA04859", | |
| "version_control.word_deleted": "#78081BCC", | |
| "version_control.deleted": "#E67E80FF", | |
| "version_control.conflict_marker.ours": "#83C0921A", | |
| "version_control.conflict_marker.theirs": "#7FBBB31A", | |
| "conflict": "#dec184ff", | |
| "conflict.background": "#dec1841a", | |
| "conflict.border": "#5d4c2fff", | |
| "created": "#a1c181ff", | |
| "created.background": "#a1c1811a", | |
| "created.border": "#38482fff", | |
| "deleted": "#d07277ff", | |
| "deleted.background": "#d072771a", | |
| "deleted.border": "#4c2b2cff", | |
| "error": "#d07277ff", | |
| "error.background": "#d072771a", | |
| "error.border": "#4c2b2cff", | |
| "hidden": "#878a98ff", | |
| "hidden.background": "#696b771a", | |
| "hidden.border": "#414754ff", | |
| "hint": "#C47058FF", | |
| "hint.background": "#C4705820", | |
| "hint.border": "#C470589F", | |
| // "ignored": "#878a98ff", | |
| "ignored": "#BBBBB93F", | |
| // "ignored.background": "#696b771a", | |
| // "ignored.border": "#464b57ff", | |
| "info": "#C47058FF", | |
| // "info.background": "#74ade81a", | |
| "info.background": "#C4705820", | |
| // "info.border": "#293b5bff", | |
| "info.border": "#C470589F", | |
| "modified": "#dec184ff", | |
| "modified.background": "#dec1841a", | |
| "modified.border": "#5d4c2fff", | |
| "predictive": "#5a6a87ff", | |
| "predictive.background": "#5a6a871a", | |
| "predictive.border": "#38482fff", | |
| "renamed": "#74ade8ff", | |
| "renamed.background": "#74ade81a", | |
| "renamed.border": "#293b5bff", | |
| "success": "#a1c181ff", | |
| "success.background": "#a1c1811a", | |
| "success.border": "#38482fff", | |
| "unreachable": "#a9afbcff", | |
| "unreachable.background": "#8389941a", | |
| "unreachable.border": "#464B57FF", | |
| "warning": "#dec184ff", | |
| "warning.background": "#dec1841a", | |
| "warning.border": "#5d4c2fff", | |
| "players": [ | |
| { | |
| "cursor": "#F88D6FFF", | |
| "background": "#F88D6FFF", | |
| "selection": "#F88D6F3D", | |
| }, | |
| { | |
| "cursor": "#be5046ff", | |
| "background": "#be5046ff", | |
| "selection": "#be50463d", | |
| }, | |
| { | |
| "cursor": "#bf956aff", | |
| "background": "#bf956aff", | |
| "selection": "#bf956a3d", | |
| }, | |
| { | |
| "cursor": "#b477cfff", | |
| "background": "#b477cfff", | |
| "selection": "#b477cf3d", | |
| }, | |
| { | |
| "cursor": "#6eb4bfff", | |
| "background": "#6eb4bfff", | |
| "selection": "#6eb4bf3d", | |
| }, | |
| { | |
| "cursor": "#d07277ff", | |
| "background": "#d07277ff", | |
| "selection": "#d072773d", | |
| }, | |
| { | |
| "cursor": "#dec184ff", | |
| "background": "#dec184ff", | |
| "selection": "#dec1843d", | |
| }, | |
| { | |
| "cursor": "#a1c181ff", | |
| "background": "#a1c181ff", | |
| "selection": "#a1c1813d", | |
| }, | |
| ], | |
| "syntax": { | |
| "attribute": { | |
| "color": "#85AB86FF", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "boolean": { | |
| "color": "#E67E80FF", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "comment": { | |
| "color": "#656665FF", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "comment.doc": { | |
| "color": "#656665FF", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "constant": { | |
| "color": "#E67E80FF", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "constructor": { | |
| "color": "#85AB86FF", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "embedded": { | |
| "color": "#BCBCB4FF", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "emphasis": { | |
| "color": "#E7A98CFF", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "emphasis.strong": { | |
| "color": "#bf956aff", | |
| "font_style": null, | |
| "font_weight": 700, | |
| }, | |
| "enum": { | |
| "color": "#d07277ff", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "function": { | |
| "color": "#85AB86FF", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "hint": { | |
| "color": "#E7A98CFF", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "keyword": { | |
| "color": "#F88D6FFF", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "label": { | |
| "color": "#7FBBB3FF", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "link_text": { | |
| "color": "#83C092FF", | |
| "font_style": "normal", | |
| "font_weight": null, | |
| }, | |
| "link_uri": { | |
| "color": "#6eb4bfff", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "namespace": { | |
| "color": "#DCE0E5FF", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "number": { | |
| "color": "#E67E80FF", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "operator": { | |
| "color": "#656665FF", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "predictive": { | |
| "color": "#F88D6FFF", | |
| "font_style": "italic", | |
| "font_weight": null, | |
| }, | |
| "preproc": { | |
| "color": "#dce0e5ff", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "primary": { | |
| "color": "#BCBCB4FF", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "property": { | |
| "color": "#e7a98cFF", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "punctuation": { | |
| "color": "#acb2beff", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "punctuation.bracket": { | |
| "color": "#E7A98CFF", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "punctuation.delimiter": { | |
| "color": "#F88D6FFF", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "punctuation.list_marker": { | |
| "color": "#d07277ff", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "punctuation.markup": { | |
| "color": "#d07277ff", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "punctuation.special": { | |
| "color": "#656665FF", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "selector": { | |
| "color": "#dfc184ff", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "selector.pseudo": { | |
| "color": "#E7A98CFF", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "string": { | |
| "color": "#7FBBB3FF", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "string.escape": { | |
| "color": "#85AB86FF", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "string.regex": { | |
| "color": "#85AB86FF", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "string.special": { | |
| "color": "#85AB86FF", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "string.special.symbol": { | |
| "color": "#85AB86FF", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "tag": { | |
| "color": "#E7A98CFF", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "text.literal": { | |
| "color": "#a1c181ff", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "title": { | |
| "color": "#d07277ff", | |
| "font_style": null, | |
| "font_weight": 400, | |
| }, | |
| "type": { | |
| "color": "#85AB86FF", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "variable": { | |
| "color": "#D3C6AAFF", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "variable.special": { | |
| "color": "#CFBC93FF", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| "variant": { | |
| "color": "#7FBBB3FF", | |
| "font_style": null, | |
| "font_weight": null, | |
| }, | |
| }, | |
| "panel.overlay_background": "#26272aFF", | |
| "panel.overlay_hover": "#26272AFF", | |
| "minimap.thumb.background": "#C4705810", | |
| "minimap.thumb.hover_background": "#2B2D30FF", | |
| "minimap.thumb.border": "#323538FF", | |
| "version_control.renamed": "#74ade8ff", | |
| "version_control.conflict": "#dec184ff", | |
| "version_control.ignored": "#878a98ff", | |
| }, | |
| }, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment