mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-01 14:15:11 +00:00
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:
parent
f1b1a9fd5e
commit
de570133ff
1 changed files with 2 additions and 2 deletions
|
@ -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**
|
||||
|
||||
|
|
Loading…
Reference in a new issue