Skip to content

Commit

Permalink
Merge pull request #7795 from Cecil0o0/patch
Browse files Browse the repository at this point in the history
Clarify wording for background color
  • Loading branch information
ntrogh authored Nov 20, 2024
2 parents 8f4ddc1 + baa1d92 commit c8e5507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/extension-guides/color-theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit c8e5507

Please sign in to comment.