Skip to content

Commit 80e3bb2

Browse files
Color tokens for status bar warning items (#230)
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
1 parent 852c789 commit 80e3bb2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

themes/nord-color-theme.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,8 @@
246246
"statusBarItem.prominentHoverBackground": "#434c5e",
247247
"statusBarItem.errorBackground": "#3b4252",
248248
"statusBarItem.errorForeground": "#bf616a",
249+
"statusBarItem.warningBackground": "#ebcb8b",
250+
"statusBarItem.warningForeground": "#2e3440",
249251
"statusBar.border": "#3b425200",
250252
"tab.activeBackground": "#3b4252",
251253
"tab.activeForeground": "#d8dee9",

0 commit comments

Comments
 (0)