From de570133ff5638165f7e71855875e24eab12af30 Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Thu, 11 Jul 2024 07:20:12 +0000 Subject: [PATCH] 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. --- docs/src/configuring-zed.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/configuring-zed.md b/docs/src/configuring-zed.md index aca6e8b77c..4ae2c2715b 100644 --- a/docs/src/configuring-zed.md +++ b/docs/src/configuring-zed.md @@ -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**