flocon/zed/settings.json

19 lines
485 B
JSON
Raw Normal View History

2024-07-25 21:14:58 +00:00
// 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 the `open default settings` command
// from the command palette or from `Zed` application menu.
{
"ui_font_size": 17,
"buffer_font_size": 16,
"theme": {
"mode": "system",
"light": "One Light",
"dark": "Catppuccin Frappé"
},
"vim_mode": true
}