Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Color tokens for pinned tabs, Git and charts (#211)
VS Code 1.50 [1] (September 2020) introduced new theme color tokens pinned tabs, Git integration and charts [2]. The following token have been added to make it more conform with Nord's style: - `tab.lastPinnedBorder` - border on the right of the last pinned editor to separate from unpinned editors. - `gitDecoration.stageDeletedResourceForeground` - foreground color for staged deletions git decorations. - `gitDecoration.stageModifiedResourceForeground` - foreground color for staged modifications git decorations. - Colors intended to be used by data visualization extensions: - `charts.red` - `charts.blue` - `charts.yellow` - `charts.orange` - `charts.green` - `charts.purple` - `charts.foreground` - `charts.lines ` [1]: https://code.visualstudio.com/updates/v1_50 [2]: https://code.visualstudio.com/updates/v1_50#_new-theme-colors Co-authored-by: Sven Greb <development@svengreb.de> Closes GH-202
- Loading branch information