mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 03:25:59 +00:00
68446d2ed1
Release Notes: - N/A Making these two comments match what I see in the command palette: <img width="629" alt="Xnapper-2024-08-03-08 09 26" src="https://github.com/user-attachments/assets/f3eab05b-1560-4b0a-8df2-0eaf5746e422">
17 lines
416 B
JSON
17 lines
416 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
|
|
{
|
|
"ui_font_size": 16,
|
|
"buffer_font_size": 16,
|
|
"theme": {
|
|
"mode": "system",
|
|
"light": "One Light",
|
|
"dark": "One Dark"
|
|
}
|
|
}
|