Make zed dark again
Some checks failed
CI / build (push) Failing after 43s

This commit is contained in:
Fabian Hauser 2025-03-03 15:28:07 +02:00
parent a0b26106cb
commit 2a091f3b59
2 changed files with 31 additions and 26 deletions

View file

@ -0,0 +1,29 @@
{
"assistant": {
"default_model": {
"model": "o1-mini",
"provider": "openai"
},
"version": "2"
},
"buffer_font_size": 16,
"languages": {
"Markdown": {
"remove_trailing_whitespace_on_save": false
},
"Markdown-Inline": {
"remove_trailing_whitespace_on_save": false
}
},
"telemetry": {
"diagnostics": false,
"metrics": false
},
"theme": {
"dark": "One Dark",
"light": "Andromeda",
"mode": "dark"
},
"ui_font_size": 16,
"vim_mode": false
}