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 03:20:12 -04:00
committed by GitHub
parent f1b1a9fd5e
commit de570133ff
+2 -2
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**