dotfiles/zed/zed.xdg.symlink/themes/mpwb.json
2025-01-29 22:22:04 -08:00

87 lines
2.6 KiB
JSON

{
"$schema": "https://zed.dev/schema/themes/v0.2.0.json",
"name": "mpwb",
"author": "Max Bucknell",
"themes": [
{
"name": "mpwb dark",
"appearance": "dark",
"style": {
"created": "#20a951ff",
"deleted": "#ad1c22ff",
"modified": "#2059afff",
"editor.subheader.background": "#ab1717ff",
"panel.background": "#2b2a29ff",
"hint": "#721cafff",
"editor.foreground": "#e7e3e9ff",
"editor.background": "#201c22ff",
"editor.gutter.background": "#201c22ff",
"editor.line_number": "#721cafff",
"editor.active_line.background": "#3b3440ff",
"border": "#3b3440ff",
"editor.invisible": "#3b3440ff",
"title_bar.background": "#393837ff",
"tab.active_background": "#393837ff",
"tab_bar.background": "#1f1f1eff",
"tab.inactive_background": "#1f1f1eff",
"status_bar.background": "#393837ff",
"terminal.background": "#201c22ff",
"terminal.foreground": "e7e3e9ff",
"terminal.ansi.black": "#e7e3e9ff",
"terminal.ansi.red": "#ad1c22ff",
"terminal.ansi.green": "#20a951ff",
"terminal.ansi.cyan": "#20a9aeff",
"terminal.ansi.blue": "#2059afff",
"terminal.ansi.magenta": "#d86ddbff",
"terminal.ansi.yellow": "#ad9622ff",
"terminal.ansi.white": "#201c22ff",
"terminal.ansi.bright_black": "#e7e3e9ff",
"terminal.ansi.bright_red": "#ad1c22ff",
"terminal.ansi.bright_green": "#20a951ff",
"terminal.ansi.bright_cyan": "#20a9aeff",
"terminal.ansi.bright_blue": "#2059afff",
"terminal.ansi.bright_magenta": "#d86ddbff",
"terminal.ansi.bright_yellow": "#ad9622ff",
"terminal.ansi.bright_white": "#201c22ff",
"players": [
{
"background": "#af5f27ff",
"cursor": "#af5f27ff",
"selection": "#af5f273d"
},
{
"background": "#d86ddbff",
"cursor": "#d86dbbff",
"selection": "#d86dbb3d"
}
],
"syntax": {
"comment.doc": {
"color": "#20a951ff"
},
"comment": {
"color": "#20a951ff"
},
"string": {
"color": "#29a9ae"
},
"number": {
"color": "#29a9ae"
},
"boolean": {
"color": "#29a9ae"
}
},
"editor.active_line_number": "201c22ff"
}
},
{
"name": "mpwb light",
"appearance": "light",
"style": {
"editor.background": "#e7e3e9ff",
"editor.foreground": "#201c22ff"
}
}
]
}