Skip to content

Commit baa1d92

Browse files
committed
background color is right
1 parent 27a86ad commit baa1d92

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)