27 lines
643 B
JSON
27 lines
643 B
JSON
// Zed settings
|
|
//
|
|
// For information on how to configure Zed, see the Zed
|
|
// documentation: https://zed.dev/docs/configuring-zed
|
|
//
|
|
// To see all of Zed's default settings without changing your
|
|
// custom settings, run `zed: open default settings` from the
|
|
// command palette (cmd-shift-p / ctrl-shift-p)
|
|
{
|
|
"ui_font_family": "Noto Sans",
|
|
"title_bar": {
|
|
"show_sign_in": false
|
|
},
|
|
"buffer_font_family": "Iosevka Fixed SS05",
|
|
"telemetry": {
|
|
"diagnostics": false,
|
|
"metrics": false
|
|
},
|
|
"ui_font_size": 14.0,
|
|
"buffer_font_size": 15,
|
|
"theme": {
|
|
"mode": "system",
|
|
"light": "Ayu Light",
|
|
"dark": "Ayu Dark"
|
|
}
|
|
}
|