{
"$schema": "https://zed.dev/schema/themes/v0.2.0.json",
"name": "My Theme",
"author": "Your Name",
"themes": [
{
"name": "My Theme Light",
"appearance": "light",
"style": {
"background": "#ffffff",
"foreground": "#24292e",
"accent": "#0366d6",
"border": "#e1e4e8",
"border.variant": "#d1d5da",
"border.focused": "#0366d6",
"border.disabled": "#e1e4e8",
"elevated_surface.background": "#f6f8fa",
"surface.background": "#ffffff",
"element.background": "#ffffff",
"element.hover": "#f6f8fa",
"element.active": "#e1e4e8",
"element.selected": "#e1e4e8",
"element.disabled": "#f6f8fa",
"text": "#24292e",
"text.muted": "#6a737d",
"text.placeholder": "#959da5",
"text.disabled": "#959da5",
"text.accent": "#0366d6",
"icon": "#24292e",
"icon.muted": "#6a737d",
"icon.disabled": "#959da5",
"icon.placeholder": "#959da5",
"icon.accent": "#0366d6",
"status_bar.background": "#ffffff",
"title_bar.background": "#ffffff",
"toolbar.background": "#ffffff",
"tab_bar.background": "#ffffff",
"tab.inactive_background": "#f6f8fa",
"tab.active_background": "#ffffff",
"editor.background": "#ffffff",
"editor.gutter.background": "#ffffff",
"editor.subheader.background": "#f6f8fa",
"editor.active_line.background": "#f6f8fa",
"editor.highlighted_line.background": "#fffbdd",
"editor.line_number": "#959da5",
"editor.active_line_number": "#24292e",
"editor.wrap_guide": "#e1e4e8",
"editor.active_wrap_guide": "#d1d5da",
"terminal.background": "#ffffff",
"terminal.foreground": "#24292e",
"terminal.ansi.black": "#24292e",
"terminal.ansi.red": "#d73a49",
"terminal.ansi.green": "#28a745",
"terminal.ansi.yellow": "#dbab09",
"terminal.ansi.blue": "#0366d6",
"terminal.ansi.magenta": "#5a32a3",
"terminal.ansi.cyan": "#0598bc",
"terminal.ansi.white": "#6a737d",
"terminal.ansi.bright_black": "#959da5",
"terminal.ansi.bright_red": "#cb2431",
"terminal.ansi.bright_green": "#22863a",
"terminal.ansi.bright_yellow": "#b08800",
"terminal.ansi.bright_blue": "#005cc5",
"terminal.ansi.bright_magenta": "#5a32a3",
"terminal.ansi.bright_cyan": "#3192aa",
"terminal.ansi.bright_white": "#d1d5da",
"syntax": {
"attribute": { "color": "#6f42c1" },
"boolean": { "color": "#005cc5" },
"comment": { "color": "#6a737d", "font_style": "italic" },
"comment.doc": { "color": "#6a737d" },
"constant": { "color": "#005cc5" },
"constructor": { "color": "#6f42c1" },
"embedded": { "color": "#24292e" },
"emphasis": { "font_style": "italic" },
"emphasis.strong": { "font_weight": 700 },
"enum": { "color": "#6f42c1" },
"function": { "color": "#6f42c1" },
"keyword": { "color": "#d73a49" },
"link_text": { "color": "#032f62", "font_style": "underline" },
"link_uri": { "color": "#032f62" },
"number": { "color": "#005cc5" },
"operator": { "color": "#d73a49" },
"property": { "color": "#005cc5" },
"punctuation": { "color": "#24292e" },
"punctuation.bracket": { "color": "#24292e" },
"punctuation.delimiter": { "color": "#24292e" },
"punctuation.list_marker": { "color": "#24292e" },
"string": { "color": "#032f62" },
"string.escape": { "color": "#22863a" },
"string.regex": { "color": "#22863a" },
"string.special": { "color": "#22863a" },
"tag": { "color": "#22863a" },
"title": { "color": "#6f42c1", "font_weight": 700 },
"type": { "color": "#6f42c1" },
"variable": { "color": "#24292e" },
"variable.special": { "color": "#e36209" }
}
}
}
]
}