dracula / visual-studio-code

🧛🏻‍♂️ Dark theme for Visual Studio Code
https://draculatheme.com/visual-studio-code
MIT License
786 stars 209 forks source link

Add secondary button styles #176

Closed miguelsolorio closed 3 years ago

miguelsolorio commented 3 years ago

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:

dsifford commented 3 years ago

Thanks @misolori!

Are you aware if this is planned to roll out on the next stable release?

miguelsolorio commented 3 years ago

Yes, this is planned to be in the next release that should ship next week.