VS Code will start using the secondary button style in custom dialogs. These are visible on Windows and on the web (i.e. Codespaces). To see this:
- Install Insiders 1.56
- Set
"window.dialogStyle": "custom", in your user settings
- Try to close an unsaved file that will prompt the dialog below

Since this is a newer color token, you'll need to add a few tokens:
button.secondaryBackground
button.secondaryForeground
button.secondaryHoverBackground
VS Code will start using the secondary button style in custom dialogs. These are visible on Windows and on the web (i.e. Codespaces). To see this:
"window.dialogStyle": "custom",in your user settingsSince this is a newer color token, you'll need to add a few tokens:
button.secondaryBackgroundbutton.secondaryForegroundbutton.secondaryHoverBackground