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

Color tokens for status bar warning items #228

Closed
arcticicestudio opened this issue Sep 19, 2021 · 0 comments · Fixed by #230
Closed

Color tokens for status bar warning items #228

arcticicestudio opened this issue Sep 19, 2021 · 0 comments · Fixed by #230

Comments

@arcticicestudio
Copy link
Contributor

VS Code 1.59 (July 2021) introduced new color tokens for status bar warnings.
They will be 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.
@arcticicestudio arcticicestudio added this to the 0.19.0 milestone Sep 19, 2021
@arcticicestudio arcticicestudio changed the title Color tokens for status bar warning colors Color tokens for status bar warning items Sep 19, 2021
arcticicestudio added a commit that referenced this issue Sep 19, 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

GH-228
arcticicestudio added a commit that referenced this issue Sep 19, 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>

GH-228
arcticicestudio added a commit that referenced this issue Sep 19, 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
arcticicestudio added a commit that referenced this issue 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