Set icon theme

This commit is contained in:
Max Bucknell 2025-02-17 17:43:52 -08:00
parent f23f8ae198
commit 966ebcc834
No known key found for this signature in database

View file

@ -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,