Set icon theme
This commit is contained in:
parent
f23f8ae198
commit
966ebcc834
1 changed files with 7 additions and 3 deletions
|
@ -8,12 +8,12 @@
|
||||||
// from the command palette or from `Zed` application menu.
|
// from the command palette or from `Zed` application menu.
|
||||||
{
|
{
|
||||||
"features": {
|
"features": {
|
||||||
"inline_completion_provider": "none"
|
"edit_prediction_provider": "zed"
|
||||||
},
|
},
|
||||||
"assistant": {
|
"assistant": {
|
||||||
"default_model": {
|
"default_model": {
|
||||||
"provider": "openai",
|
"provider": "anthropic",
|
||||||
"model": "gpt-4o"
|
"model": "claude-3-5-sonnet-latest"
|
||||||
},
|
},
|
||||||
"version": "2"
|
"version": "2"
|
||||||
},
|
},
|
||||||
|
@ -21,6 +21,10 @@
|
||||||
"dark": "mpwb dark",
|
"dark": "mpwb dark",
|
||||||
"light": "mpwb light"
|
"light": "mpwb light"
|
||||||
},
|
},
|
||||||
|
"icon_theme": {
|
||||||
|
"dark": "Catppuccin Macchiato",
|
||||||
|
"light": "Catppuccin Latte"
|
||||||
|
},
|
||||||
"restore_on_startup": "none",
|
"restore_on_startup": "none",
|
||||||
"scrollbar": {
|
"scrollbar": {
|
||||||
"cursors": false,
|
"cursors": false,
|
||||||
|
|
Loading…
Add table
Reference in a new issue