Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Status bar error color tokens #212

Merged

Conversation

arcticicestudio
Copy link
Contributor

Resolves #203

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>

GH-203
@arcticicestudio arcticicestudio merged commit a51c0ef into develop Jun 22, 2021
@arcticicestudio arcticicestudio deleted the feature/gh-203-status-bar-error-color-tokens branch June 22, 2021 18:39
arcticicestudio added a commit that referenced this pull request Jun 22, 2021
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Status bar error color tokens
2 participants