vscode-winteriscoming icon indicating copy to clipboard operation
vscode-winteriscoming copied to clipboard

Add secondary button styles

Open miguelsolorio opened this issue 3 years ago • 1 comments

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:

  1. Install Insiders 1.56
  2. Set "window.dialogStyle": "custom", in your user settings
  3. Try to close an unsaved file that will prompt the dialog below

image

Since this is a newer color token, you'll need to add a few tokens:

  • button.secondaryBackground
  • button.secondaryForeground
  • button.secondaryHoverBackground

miguelsolorio avatar Apr 27 '21 20:04 miguelsolorio

Yes, In

eror123r avatar Mar 03 '22 18:03 eror123r