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

Editor title border #176

Closed
arcticicestudio opened this issue Jun 20, 2020 · 0 comments · Fixed by #177
Closed

Editor title border #176

arcticicestudio opened this issue Jun 20, 2020 · 0 comments · Fixed by #177

Comments

@arcticicestudio
Copy link
Contributor

VS Code 1.45 (April 2020) introduced new theme keys for render a border below the editor group header (for example, below breadcrumbs if enabled) to restore the previous behavior of editorGroupHeader.tabsBorder.
Adapt the new theme key to match the style of editorGroupHeader.tabsBorder.

@arcticicestudio arcticicestudio added this to the Next milestone Jun 20, 2020
arcticicestudio added a commit that referenced this issue Jun 20, 2020
VS Code 1.45 [1] (April 2020) introduced new theme keys for render a
border below the editor group header [2] (for example, below breadcrumbs
if enabled) to restore the previous behavior of
`editorGroupHeader.tabsBorder`.

This commits adapts the new theme key to match the style of
`editorGroupHeader.tabsBorder`.

[1]: https://code.visualstudio.com/updates/v1_45
[2]: https://code.visualstudio.com/updates/v1_45#_new-theme-color-for-editor-title-borde

GH-176
arcticicestudio added a commit that referenced this issue Jun 20, 2020
VS Code 1.45 [1] (April 2020) introduced new theme keys for render a
border below the editor group header [2] (for example, below breadcrumbs
if enabled) to restore the previous behavior of
`editorGroupHeader.tabsBorder`.

This commits adapts the new theme key to match the style of
`editorGroupHeader.tabsBorder`.

[1]: https://code.visualstudio.com/updates/v1_45
[2]: https://code.visualstudio.com/updates/v1_45#_new-theme-color-for-editor-title-borde

Resolves GH-176
arcticicestudio added a commit that referenced this issue Jun 23, 2020
VS Code 1.45 [1] (April 2020) introduced new theme keys for render a
border below the editor group header [2] (for example, below breadcrumbs
if enabled) to restore the previous behavior of
`editorGroupHeader.tabsBorder`.

This commits adapts the new theme key to match the style of
`editorGroupHeader.tabsBorder`.

[1]: https://code.visualstudio.com/updates/v1_45
[2]: https://code.visualstudio.com/updates/v1_45#_new-theme-color-for-editor-title-borde

Resolves GH-176
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