Skip to content

Instantly share code, notes, and snippets.

@mighty-peach
Last active March 19, 2025 13:25
Show Gist options
  • Save mighty-peach/eb4f9e28b94d069cd2c4600227ab648c to your computer and use it in GitHub Desktop.
Save mighty-peach/eb4f9e28b94d069cd2c4600227ab648c to your computer and use it in GitHub Desktop.
Oscura zed theme
// generated from original one - https://github.com/narative/oscura/blob/main/themes/oscura-theme.json
// create /.config/zed/themes/oscura.json and put the content here
// zed schema for future reference https://zed.dev/schema/themes/v0.2.0.json
{
"author": "Claude User",
"name": "Oscura",
"themes": [
{
"name": "Oscura",
"appearance": "dark",
"style": {
"background": "#0B0B0F",
"border": "#232323",
"border.variant": "#32333B",
"border.focused": "#E6E6E670",
"border.selected": "#E6E6E6",
"surface.background": "#0B0B0F",
"elevated_surface.background": "#161616",
"element.background": "#2C2C31",
"element.hover": "#FFFFFF16",
"element.active": "#FFFFFF21",
"element.selected": "#232323",
"element.disabled": "#46474F",
"ghost_element.background": "transparent",
"ghost_element.hover": "#FFFFFF08",
"ghost_element.active": "#FFFFFF10",
"ghost_element.selected": "#FFFFFF16",
"ghost_element.disabled": "#46474F50",
"text": "#E6E6E6",
"text.muted": "#9592A4",
"text.placeholder": "#6A7782",
"text.disabled": "#46474F",
"text.accent": "#E6E7A3",
"icon": "#9592A4",
"icon.muted": "#46474F",
"icon.disabled": "#32333B",
"icon.accent": "#E6E7A3",
"icon.placeholder": "#5C6974",
"status_bar.background": "#0B0B0F",
"toolbar.background": "#0B0B0F",
"tab_bar.background": "#0B0B0F",
"tab.active_background": "#0B0B0F",
"tab.inactive_background": "#0B0B0F",
"panel.background": "#0B0B0F",
"pane.focused_border": "#E6E6E670",
"panel.focused_border": "#E6E6E670",
"panel.indent_guide": "#32333B",
"panel.indent_guide_active": "#32333B",
"panel.indent_guide_hover": "#46474F",
"scrollbar.thumb.background": "#34343480",
"scrollbar.thumb.hover_background": "#343434",
"scrollbar.track.background": "#0B0B0F10",
"title_bar.background": "#0B0B0F",
"title_bar.inactive_background": "#0B0B0F",
"editor.background": "#0B0B0F",
"editor.foreground": "#E6E6E6",
"editor.line_number": "#32333B",
"editor.active_line_number": "#E6E6E6",
"editor.invisible": "#46474F",
"editor.wrap_guide": "#32333B",
"editor.active_wrap_guide": "#46474F",
"editor.gutter.background": "#0B0B0F",
"editor.subheader.background": "#0B0B0F",
"editor.active_line.background": "#FFFFFF05",
"editor.highlighted_line.background": "#FFFFFF08",
"editor.document_highlight.read_background": "#EAEC8A16",
"editor.document_highlight.write_background": "#EAEC8A21",
"editor.document_highlight.bracket_background": "#FFFFFF08",
"search.match_background": "#FFFFFF16",
"terminal.background": "#0B0B0F",
"terminal.foreground": "#E6E6E6",
"terminal.ansi.black": "#0B0B0F",
"terminal.ansi.red": "#D84F68",
"terminal.ansi.green": "#54C0A3",
"terminal.ansi.yellow": "#E6E7A3",
"terminal.ansi.blue": "#479FFA",
"terminal.ansi.magenta": "#9592A4",
"terminal.ansi.cyan": "#54C0A3",
"terminal.ansi.white": "#E6E6E6",
"terminal.ansi.bright_black": "#46474F",
"terminal.ansi.bright_red": "#FF5C5C",
"terminal.ansi.bright_green": "#54C0A3",
"terminal.ansi.bright_yellow": "#F9B98C",
"terminal.ansi.bright_blue": "#479FFA",
"terminal.ansi.bright_magenta": "#9592A4",
"terminal.ansi.bright_cyan": "#54C0A3",
"terminal.ansi.bright_white": "#FFFFFF",
"link_text.hover": "#479FFA",
"error": "#D84F68",
"error.background": "#D84F6815",
"error.border": "#D84F68",
"warning": "#FF5C5C",
"warning.background": "#FF5C5C15",
"warning.border": "#FF5C5C",
"info": "#479FFA",
"info.background": "#479FFA15",
"info.border": "#479FFA",
"success": "#54C0A3",
"success.background": "#54C0A315",
"success.border": "#54C0A3",
"hint": "#E6E7A3",
"hint.background": "#E6E7A315",
"hint.border": "#E6E7A3",
"modified": "#FFA16C",
"modified.background": "#FFA16C15",
"modified.border": "#FFA16C",
"deleted": "#D84F68",
"deleted.background": "#D84F6815",
"deleted.border": "#D84F68",
"created": "#54C0A3",
"created.background": "#54C0A315",
"created.border": "#54C0A3",
"renamed": "#E6E7A3",
"renamed.background": "#E6E7A315",
"renamed.border": "#E6E7A3",
"conflict": "#FF5C5C",
"conflict.background": "#FF5C5C15",
"conflict.border": "#FF5C5C",
"predictive": "#9592A4",
"predictive.background": "#9592A430",
"syntax": {
"comment": {
"color": "#46474F"
},
"constant": {
"color": "#F9B98C"
},
"keyword": {
"color": "#9099A1"
},
"string": {
"color": "#E6E6E6"
},
"variable": {
"color": "#E6E6E6"
},
"type": {
"color": "#E6E7A3"
},
"function": {
"color": "#E6E7A3"
},
"tag": {
"color": "#E6E7A3"
},
"attribute": {
"color": "#54C0A3"
},
"property": {
"color": "#E6E6E6"
},
"namespace": {
"color": "#E6E7A3"
},
"punctuation": {
"color": "#5C6974"
},
"string.escape": {
"color": "#9592A4"
},
"operator": {
"color": "#9099A1"
},
"boolean": {
"color": "#F9B98C"
},
"number": {
"color": "#F9B98C"
},
"embedded": {
"color": "#9592A4"
},
"bracket": {
"color": "#5C6974"
},
"regexp": {
"color": "#9592A4"
}
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment