File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ // Zed settings
2+ //
3+ // For information on how to configure Zed, see the Zed
4+ // documentation: https://zed.dev/docs/configuring-zed
5+ //
6+ // To see all of Zed's default settings without changing your
7+ // custom settings, run `zed: open default settings` from the
8+ // command palette (cmd-shift-p / ctrl-shift-p)
9+ {
10+ "proxy" : " " ,
11+ "terminal" : {
12+ "shell" : {
13+ "program" : " zsh"
14+ }
15+ },
16+ "collaboration_panel" : {
17+ "button" : false
18+ },
19+ "icon_theme" : " Catppuccin Mocha" ,
20+ "agent" : {
21+ "button" : true ,
22+ "dock" : " right" ,
23+ "favorite_models" : [],
24+ "model_parameters" : []
25+ },
26+ "project_panel" : {
27+ "dock" : " left"
28+ },
29+ "title_bar" : {
30+ "show_menus" : false ,
31+ "show_branch_name" : true ,
32+ "show_branch_status_icon" : false
33+ },
34+ "session" : {
35+ "trust_all_worktrees" : true
36+ },
37+ "agent_servers" : {
38+ "claude-acp" : {
39+ "type" : " registry"
40+ }
41+ },
42+ "ui_font_size" : 16 ,
43+ "buffer_font_size" : 15.0 ,
44+ "theme" : {
45+ "mode" : " system" ,
46+ "light" : " One Light" ,
47+ "dark" : " Catppuccin Macchiato" ,
48+ },
49+ }
You can’t perform that action at this time.
0 commit comments