From baa1d92c4787f6deecf12f405d988ed55fba170c Mon Sep 17 00:00:00 2001 From: haojie Date: Wed, 20 Nov 2024 23:55:44 +0800 Subject: [PATCH] background color is right --- api/extension-guides/color-theme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/extension-guides/color-theme.md b/api/extension-guides/color-theme.md index 031ce736dd..bbdb893356 100644 --- a/api/extension-guides/color-theme.md +++ b/api/extension-guides/color-theme.md @@ -20,7 +20,7 @@ This guide will cover the different ways in which you can create themes. The easiest way to create a new workbench color theme is to start with an existing color theme and customize it. First switch to the color theme that you want to modify, then open your [settings](/docs/getstarted/settings) and make changes to the `workbench.colorCustomizations` setting. Changes are applied live to your VS Code instance. -The following, for example, would change the color of the title bar: +The following, for example, would change the background color of the title bar: ```json {