Skip to content

Commit c8e5507

Browse files
authored
Merge pull request #7795 from Cecil0o0/patch
Clarify wording for background color
2 parents 8f4ddc1 + baa1d92 commit c8e5507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/extension-guides/color-theme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This guide will cover the different ways in which you can create themes.
2020

2121
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.
2222

23-
The following, for example, would change the color of the title bar:
23+
The following, for example, would change the background color of the title bar:
2424

2525
```json
2626
{

0 commit comments

Comments
 (0)