Skip to content

Commit

Permalink
Color tokens for status bar warning items (#230)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
arcticicestudio committed Sep 19, 2021
1 parent 852c789 commit 80e3bb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions themes/nord-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@
"statusBarItem.prominentHoverBackground": "#434c5e",
"statusBarItem.errorBackground": "#3b4252",
"statusBarItem.errorForeground": "#bf616a",
"statusBarItem.warningBackground": "#ebcb8b",
"statusBarItem.warningForeground": "#2e3440",
"statusBar.border": "#3b425200",
"tab.activeBackground": "#3b4252",
"tab.activeForeground": "#d8dee9",
Expand Down

0 comments on commit 80e3bb2

Please sign in to comment.