Finalise (for now) colour scheme
This commit is contained in:
parent
d7441beef3
commit
73ca82486f
3 changed files with 329 additions and 152 deletions
|
@ -1,7 +1,8 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"bindings": {
|
"bindings": {
|
||||||
"cmd-o": "file_finder::Toggle"
|
"cmd-o": "file_finder::Toggle",
|
||||||
|
"cmd-shift-o": "workspace::Open"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -48,6 +49,7 @@
|
||||||
"bindings": {
|
"bindings": {
|
||||||
";": "command_palette::Toggle",
|
";": "command_palette::Toggle",
|
||||||
":": "vim::RepeatFind",
|
":": "vim::RepeatFind",
|
||||||
|
"space o": "file_finder::Toggle",
|
||||||
"ctrl-h": ["workspace::ActivatePaneInDirection", "Left"],
|
"ctrl-h": ["workspace::ActivatePaneInDirection", "Left"],
|
||||||
"ctrl-j": ["workspace::ActivatePaneInDirection", "Down"],
|
"ctrl-j": ["workspace::ActivatePaneInDirection", "Down"],
|
||||||
"ctrl-k": ["workspace::ActivatePaneInDirection", "Up"],
|
"ctrl-k": ["workspace::ActivatePaneInDirection", "Up"],
|
||||||
|
|
|
@ -7,6 +7,9 @@
|
||||||
// custom settings, run the `open default settings` command
|
// custom settings, run the `open default settings` command
|
||||||
// from the command palette or from `Zed` application menu.
|
// from the command palette or from `Zed` application menu.
|
||||||
{
|
{
|
||||||
|
"features": {
|
||||||
|
"inline_completion_provider": "none"
|
||||||
|
},
|
||||||
"assistant": {
|
"assistant": {
|
||||||
"default_model": {
|
"default_model": {
|
||||||
"provider": "zed.dev",
|
"provider": "zed.dev",
|
||||||
|
@ -18,16 +21,39 @@
|
||||||
"dark": "mpwb dark",
|
"dark": "mpwb dark",
|
||||||
"light": "mpwb light"
|
"light": "mpwb light"
|
||||||
},
|
},
|
||||||
|
"restore_on_startup": "none",
|
||||||
"scrollbar": {
|
"scrollbar": {
|
||||||
"cursors": false,
|
"cursors": false,
|
||||||
"git_diff": false,
|
"git_diff": false,
|
||||||
"search_results": false,
|
"search_results": false,
|
||||||
"selected_symbol": false
|
"selected_symbol": false,
|
||||||
|
"diagnostics": "none"
|
||||||
|
},
|
||||||
|
"tabs": {
|
||||||
|
"close_position": "left",
|
||||||
|
"activate_on_close": "left_neighbour"
|
||||||
|
},
|
||||||
|
"toolbar": {
|
||||||
|
"breadcrumbs": false,
|
||||||
|
"quick_actions": false
|
||||||
},
|
},
|
||||||
"git": {
|
"git": {
|
||||||
"git_gutter": "hide",
|
"git_gutter": "hide",
|
||||||
"inline_blame": {
|
"inline_blame": {
|
||||||
|
"enabled": true,
|
||||||
|
"delay_ms": 600,
|
||||||
|
"show_commit_summary": true,
|
||||||
|
"min_column": 40
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"inlay_hints": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
|
},
|
||||||
|
"wrap_guides": [80],
|
||||||
|
"use_smartcase_search": true,
|
||||||
|
"terminal": {
|
||||||
|
"toolbar": {
|
||||||
|
"breadcrumbs": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"cursor_blink": false,
|
"cursor_blink": false,
|
||||||
|
@ -60,8 +86,19 @@
|
||||||
"source.fixAll.eslint": true
|
"source.fixAll.eslint": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"TypeScript": {},
|
"Elixir": {
|
||||||
"TSX": {},
|
"format_on_save": {
|
||||||
|
"external": {
|
||||||
|
"command": "mix",
|
||||||
|
"arguments": [
|
||||||
|
"format",
|
||||||
|
"--stdin-filename",
|
||||||
|
"{buffer_path}",
|
||||||
|
"-"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Markdown": {
|
"Markdown": {
|
||||||
"tab_size": 4
|
"tab_size": 4
|
||||||
},
|
},
|
||||||
|
|
|
@ -7,24 +7,61 @@
|
||||||
"name": "mpwb dark",
|
"name": "mpwb dark",
|
||||||
"appearance": "dark",
|
"appearance": "dark",
|
||||||
"style": {
|
"style": {
|
||||||
|
"border": "#393837",
|
||||||
|
"border.variant": "#3aa3a",
|
||||||
|
"border.focused": "#3aa3a",
|
||||||
|
"border.selected": "#3aa3a",
|
||||||
|
"border.transparent": "#3aa3a",
|
||||||
|
"border.disabled": "#3aa3a",
|
||||||
|
|
||||||
|
"elevated_surface.background": "#1e1d1e",
|
||||||
|
"surface.background": "#1e1d1e",
|
||||||
|
|
||||||
|
"background": "#131313",
|
||||||
|
|
||||||
|
"element.background": "#474646",
|
||||||
|
"element.hover": "#353436",
|
||||||
|
"element.active": "#353436",
|
||||||
|
"element.selected": "#353436",
|
||||||
|
|
||||||
|
"ghost_element.hover": "#353436",
|
||||||
|
"ghost_element.selected": "#474646",
|
||||||
|
|
||||||
|
"text": "#caccca",
|
||||||
|
"text.muted": "#9e9e9e",
|
||||||
|
|
||||||
|
"status_bar.background": "#393837",
|
||||||
|
"title_bar.background": "#393837",
|
||||||
|
"toolbar.background": "#1E201E",
|
||||||
|
"tab.active_background": "#393837",
|
||||||
|
"tab_bar.background": "#1f1f1eff",
|
||||||
|
"tab.inactive_background": "#1f1f1eff",
|
||||||
|
|
||||||
|
"panel.background": "#1e201e",
|
||||||
|
|
||||||
|
"scrollbar.track.background": "#ff00ff00",
|
||||||
|
"scrollbar.track.border": "#ff00ff00",
|
||||||
|
"scrollbar.thumb.border": "#ff00ff00",
|
||||||
|
|
||||||
|
"search.match_background": "#20a9ae",
|
||||||
"created": "#20a951ff",
|
"created": "#20a951ff",
|
||||||
"deleted": "#ad1c22ff",
|
"deleted": "#ad1c22ff",
|
||||||
"modified": "#2059afff",
|
"modified": "#2059afff",
|
||||||
"editor.subheader.background": "#ab1717ff",
|
"hint": "#20a951ff",
|
||||||
"panel.background": "#2b2a29ff",
|
|
||||||
"hint": "#721cafff",
|
|
||||||
"editor.foreground": "#e7e3e9ff",
|
"editor.foreground": "#e7e3e9ff",
|
||||||
"editor.background": "#201c22ff",
|
"editor.background": "#201c22ff",
|
||||||
"editor.gutter.background": "#201c22ff",
|
"editor.gutter.background": "#201c22ff",
|
||||||
"editor.line_number": "#721cafff",
|
"editor.line_number": "#721cafff",
|
||||||
"editor.active_line.background": "#3b3440ff",
|
"editor.active_line.background": "#3b3440ff",
|
||||||
"border": "#3b3440ff",
|
"editor.active_line_number": "#ede3e9",
|
||||||
"editor.invisible": "#3b3440ff",
|
|
||||||
"title_bar.background": "#393837ff",
|
"editor.invisible": "#3b3430",
|
||||||
"tab.active_background": "#393837ff",
|
"panel.indent_guide": "#3b343000",
|
||||||
"tab_bar.background": "#1f1f1eff",
|
"panel.indent_guide_active": "#3b343000",
|
||||||
"tab.inactive_background": "#1f1f1eff",
|
"editor.indent_guide": "#3b3440",
|
||||||
"status_bar.background": "#393837ff",
|
"editor.indent_guide_active": "#3b3440",
|
||||||
|
|
||||||
"terminal.background": "#201c22ff",
|
"terminal.background": "#201c22ff",
|
||||||
"terminal.foreground": "e7e3e9ff",
|
"terminal.foreground": "e7e3e9ff",
|
||||||
"terminal.ansi.black": "#e7e3e9ff",
|
"terminal.ansi.black": "#e7e3e9ff",
|
||||||
|
@ -43,6 +80,7 @@
|
||||||
"terminal.ansi.bright_magenta": "#d86ddbff",
|
"terminal.ansi.bright_magenta": "#d86ddbff",
|
||||||
"terminal.ansi.bright_yellow": "#ad9622ff",
|
"terminal.ansi.bright_yellow": "#ad9622ff",
|
||||||
"terminal.ansi.bright_white": "#201c22ff",
|
"terminal.ansi.bright_white": "#201c22ff",
|
||||||
|
|
||||||
"players": [
|
"players": [
|
||||||
{
|
{
|
||||||
"background": "#af5f27ff",
|
"background": "#af5f27ff",
|
||||||
|
@ -55,6 +93,7 @@
|
||||||
"selection": "#d86dbb3d"
|
"selection": "#d86dbb3d"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
"syntax": {
|
"syntax": {
|
||||||
"comment.doc": {
|
"comment.doc": {
|
||||||
"color": "#20a951ff"
|
"color": "#20a951ff"
|
||||||
|
@ -71,16 +110,115 @@
|
||||||
"boolean": {
|
"boolean": {
|
||||||
"color": "#29a9ae"
|
"color": "#29a9ae"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"editor.active_line_number": "201c22ff"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "mpwb light",
|
"name": "mpwb light",
|
||||||
"appearance": "light",
|
"appearance": "light",
|
||||||
"style": {
|
"style": {
|
||||||
|
"border": "#f2f3f2",
|
||||||
|
"border.variant": "#e0e0e0",
|
||||||
|
"border.focused": "#e0e0e0",
|
||||||
|
"border.disabled": "#e0e0e0",
|
||||||
|
"border.selected": "#e0e0e0",
|
||||||
|
|
||||||
|
"elevated_surface.background": "#f7f7f7",
|
||||||
|
"surface.background": "#f9f9f9",
|
||||||
|
|
||||||
|
"background": "#ffffff",
|
||||||
|
|
||||||
|
"element.background": "#e0e0e0",
|
||||||
|
"element.hover": "#D0D0D0",
|
||||||
|
"element.active": null,
|
||||||
|
"element.selected": "#C7DEFF",
|
||||||
|
"element.disabled": null,
|
||||||
|
|
||||||
|
"ghost_element.hover": "#d7d5d5",
|
||||||
|
"ghost_element.selected": "#e4e0e0",
|
||||||
|
|
||||||
|
"text": "#000000",
|
||||||
|
"text.muted": "#505050",
|
||||||
|
"text.placeholder": "#929292",
|
||||||
|
"text.accent": "#1f6ae2",
|
||||||
|
|
||||||
|
"status_bar.background": "#f2f3f2",
|
||||||
|
"title_bar.background": "#f3f2f2",
|
||||||
|
"toolbar.background": "#ffffff",
|
||||||
|
"tab.active_background": "#f2f3f2",
|
||||||
|
"tab_bar.background": "#e5e6e5",
|
||||||
|
"tab.inactive_background": "#e5e6e5",
|
||||||
|
|
||||||
|
"panel.background": "#dedfde",
|
||||||
|
|
||||||
|
"search.match_background": "#20a9ae",
|
||||||
|
"created": "#20a951ff",
|
||||||
|
"deleted": "#ad1c22ff",
|
||||||
|
"modified": "#2059afff",
|
||||||
|
"hint": "#20a951ff",
|
||||||
|
|
||||||
"editor.background": "#e7e3e9ff",
|
"editor.background": "#e7e3e9ff",
|
||||||
"editor.foreground": "#201c22ff"
|
"editor.foreground": "#201c22ff",
|
||||||
|
"editor.gutter.background": "#e7e3e9",
|
||||||
|
"editor.line_number": "#721cafff",
|
||||||
|
"editor.active_line.background": "#c6c2c8",
|
||||||
|
"editor.active_line_number": "#201c22",
|
||||||
|
|
||||||
|
"editor.invisible": "#c6c2c8",
|
||||||
|
"panel.indent_guide": "#c6c2c8",
|
||||||
|
"panel.indent_guide_active": "#c6c2c8",
|
||||||
|
"editor.indent_guide": "#c6c2c8",
|
||||||
|
"editor.indent_guide_active": "#c6c2c8",
|
||||||
|
|
||||||
|
"terminal.background": "e7e3e9ff",
|
||||||
|
"terminal.foreground": "#201c22ff",
|
||||||
|
"terminal.ansi.white": "#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.black": "#201c22ff",
|
||||||
|
"terminal.ansi.bright_white": "#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_black": "#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"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue