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.
|
||||
{
|
||||
"features": {
|
||||
"inline_completion_provider": "none"
|
||||
"edit_prediction_provider": "zed"
|
||||
},
|
||||
"assistant": {
|
||||
"default_model": {
|
||||
"provider": "openai",
|
||||
"model": "gpt-4o"
|
||||
"provider": "anthropic",
|
||||
"model": "claude-3-5-sonnet-latest"
|
||||
},
|
||||
"version": "2"
|
||||
},
|
||||
|
@ -21,6 +21,10 @@
|
|||
"dark": "mpwb dark",
|
||||
"light": "mpwb light"
|
||||
},
|
||||
"icon_theme": {
|
||||
"dark": "Catppuccin Macchiato",
|
||||
"light": "Catppuccin Latte"
|
||||
},
|
||||
"restore_on_startup": "none",
|
||||
"scrollbar": {
|
||||
"cursors": false,
|
||||
|
|
Loading…
Add table
Reference in a new issue