initial_user_settings.json
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 "ui_font_size": 16,
11 "buffer_font_size": 15,
12 "theme": {
13 "mode": "system",
14 "light": "One Light",
15 "dark": "One Dark"
16 }
17}