Docs: Fix theme.mode default settings (#14153)

- Updated docs to match the changes made in
https://github.com/zed-industries/zed/pull/13621
- Fixes: #14084.
This commit is contained in:
Peter Tripp 2024-07-11 07:20:12 +00:00 committed by GitHub
parent f1b1a9fd5e
commit de570133ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1454,7 +1454,7 @@ At the moment, only the `title` option is available, it controls displaying of t
```json
"theme": {
"mode": "dark",
"mode": "system",
"dark": "One Dark",
"light": "One Light"
},
@ -1464,7 +1464,7 @@ At the moment, only the `title` option is available, it controls displaying of t
- Description: Specify theme mode.
- Setting: `mode`
- Default: `dark`
- Default: `system`
**Options**