dotfiles/data/zed/settings.json

26 lines
560 B
JSON
Raw Normal View History

2024-06-25 09:29:51 +00:00
{
"ui_font_size": 16,
"ui_font_family": "Shantell Sans Normal",
"buffer_font_size": 16,
"buffer_font_family": "Iosevka Pacman",
"soft_wrap": "bounded",
2024-09-24 04:45:58 +00:00
"preferred_line_length": 120,
2024-09-24 05:41:15 +00:00
"toolbar": {
"breadcrumbs": false,
"quick_actions": false
},
"theme": {
"mode": "system",
"dark": "Catppuccin Mocha",
"light": "Catppuccin Latte"
},
2024-06-25 09:29:51 +00:00
"vim_mode": true,
2024-07-30 05:39:12 +00:00
"assistant": {
2024-09-24 04:45:58 +00:00
"enabled": false,
2024-09-24 05:41:15 +00:00
"version": "2"
},
"show_call_status_icon": false,
"projects_online_by_default": false,
"restore_on_startup": "none"
2024-06-25 09:29:51 +00:00
}