Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Status bar error color tokens (#212)
VS Code 1.52 [1] (November 2020) introduced new theme color tokens for error items in the status bar [2]. The following token have been added to make it more conform with Nord's style: - `statusBarItem.errorBackground` - status bar error items background color. Error items stand out from other status bar entries to indicate error conditions. - `statusBarItem.errorForeground` - status bar error items foreground color. Error items stand out from other status bar entries to indicate error conditions. [1]: https://code.visualstudio.com/updates/v1_52 [2]: https://code.visualstudio.com/updates/v1_52#_new-theme-colors Co-authored-by: Sven Greb <development@svengreb.de> Closes GH-203
- Loading branch information