Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Color tokens for secondary buttons of custom dialogs (#216)
VS Code 1.56 [1] (April 2021) introduced new colors tokens for secondary buttons of custom dialogs [2]: - `button.secondaryBackground` - `button.secondaryForeground` - `button.secondaryHoverBackground` This commit also includes visual improvements for the current Nord theme styles of primary buttons: - `button.background` - `nord2` to `nord8` with a transparency of ~93%. - `button.foreground` - `nord4` to `nord0`. - `button.hoverBackground` - `nord3` to `nord8`. [1]: https://code.visualstudio.com/updates/v1_56 [2]: https://code.visualstudio.com/updates/v1_56#_updated-custom-dialogs Co-authored-by: Sven Greb <development@svengreb.de> Closes GH-207
- Loading branch information