Skip to content

Color tokens for status bar warning items#230

Merged
arcticicestudio merged 1 commit intodevelopfrom
feature/gh-228-color-tokens-status-bar-warning-items
Sep 19, 2021
Merged

Color tokens for status bar warning items#230
arcticicestudio merged 1 commit intodevelopfrom
feature/gh-228-color-tokens-status-bar-warning-items

Conversation

@arcticicestudio
Copy link
Contributor

Resolves #228

VS Code 1.59 [1] (July 2021) introduced new color tokens for status bar
warnings [2].
They have been added and adjusted to match Nord's theme style:

- `statusBarItem.warningBackground` - the background color used for
  warning items in the status bar that stand out from other status bar
  entries to indicate warning conditions.
- `statusBarItem.warningForeground` - the foreground color used for
  warning items in the status bar that stand out from other status bar
  entries to indicate warning conditions.

[1]: https://code.visualstudio.com/updates/v1_59
[2]: https://code.visualstudio.com/updates/v1_59#_status-bar-warning-colors

Co-authored-by: Sven Greb <development@svengreb.de>

GH-228
@arcticicestudio arcticicestudio merged commit 80e3bb2 into develop Sep 19, 2021
@arcticicestudio arcticicestudio deleted the feature/gh-228-color-tokens-status-bar-warning-items branch September 19, 2021 20:11
@arcticicestudio arcticicestudio removed their assignment Sep 19, 2021
arcticicestudio added a commit that referenced this pull request Sep 25, 2021
VS Code 1.59 [1] (July 2021) introduced new color tokens for status bar
warnings [2].
They have been added and adjusted to match Nord's theme style:

- `statusBarItem.warningBackground` - the background color used for
  warning items in the status bar that stand out from other status bar
  entries to indicate warning conditions.
- `statusBarItem.warningForeground` - the foreground color used for
  warning items in the status bar that stand out from other status bar
  entries to indicate warning conditions.

[1]: https://code.visualstudio.com/updates/v1_59
[2]: https://code.visualstudio.com/updates/v1_59#_status-bar-warning-colors


Co-authored-by: Sven Greb <development@svengreb.de>

Closes GH-228
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.

Color tokens for status bar warning items

2 participants