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

Pinned tabs, Git and charts color tokens #202

Closed
arcticicestudio opened this issue Jun 20, 2021 · 0 comments · Fixed by #211
Closed

Pinned tabs, Git and charts color tokens #202

arcticicestudio opened this issue Jun 20, 2021 · 0 comments · Fixed by #211

Comments

@arcticicestudio
Copy link
Contributor

VS Code 1.50 (September 2020) introduced new theme color tokens pinned tabs, Git integration and charts.

The following token will be 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
@arcticicestudio arcticicestudio added this to the Next milestone Jun 20, 2021
arcticicestudio added a commit that referenced this issue Jun 22, 2021
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>

GH-202
arcticicestudio added a commit that referenced this issue Jun 22, 2021
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
arcticicestudio added a commit that referenced this issue Jun 22, 2021
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants