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

Activity Bar indicator styles #175

Merged

Conversation

arcticicestudio
Copy link
Contributor

@arcticicestudio arcticicestudio commented Jun 17, 2020

Resolves #174

Before

After

VS Code 1.40 [1] (October 2019) introduced a new indicator for the
active item in the Activity Bar [2] to make it stand out better and
increase readability. This includes an optional background color for
the active element.

The new theme keys `activityBar.activeBorder` and
`activityBar.activeBackground` have been added to make it conform with
Nord's theme style.

[1]: https://code.visualstudio.com/updates/v1_22
[2]: https://code.visualstudio.com/updates/v1_40#_activity-bar-indicator

GH-174

Co-authored-by: Sven Greb <[email protected]>
@arcticicestudio arcticicestudio merged commit ecae3a7 into develop Jun 17, 2020
@arcticicestudio arcticicestudio deleted the feature/gh-174-activity-bar-indicator-styles branch June 17, 2020 17:48
arcticicestudio added a commit that referenced this pull request Jun 23, 2020
VS Code 1.40 [1] (October 2019) introduced a new indicator for the
active item in the Activity Bar [2] to make it stand out better and
increase readability. This includes an optional background color for
the active element.

The new theme keys `activityBar.activeBorder` and
`activityBar.activeBackground` have been added to make it conform with
Nord's theme style.

[1]: https://code.visualstudio.com/updates/v1_22
[2]: https://code.visualstudio.com/updates/v1_40#_activity-bar-indicator

Closes GH-174

Co-authored-by: Sven Greb <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Activity Bar indicator styles
2 participants