-
Notifications
You must be signed in to change notification settings - Fork 36.9k
Add support for a border between sidebar and panel titles and views #157318
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
Add support for a border between sidebar and panel titles and views #157318
Conversation
|
Hi, Small ping on this. I'm happy to update the PR with the newest changes if this is something you would be willing to consider? I think it gives more flexibility to theme owners and makes sense from a UI point of view with the high contrast themes. |
|
Apologies for the delay here, ownership of this feature area has recently changed. |
No worries, I've merged in the latest changes and resolved the issues. |
|
The challenge with this is that if we move the border line down in that way, there is an awkward intersection with the line coming up in the panel: One option that does seem to work though is just setting |
|
Just done some more experimenting and setting the height to anything else causes issues too. Additionally, I think we want the border line where it is so that everything lines up in the top row. Looking at this everything should work, except that the |
|
Hi, now, I have a lot of borders in green everywhere on VSCode with my theme "One Dark Pro". |
|
Unless something weird has happened with the merge this should default to undefined (for non-high contrast themes). I've tested One Dark Pro (the one with 10 million installs) on insiders.vscode.dev and it looks normal. Could you confirm exactly which theme you are using from which extension please. |
|
@vimchun can you also specify if you changes the activity bar location? Did you maybe move it to the top? It might look different then |
|
It seems like on the non-web version setting |
|
@benibenj : @a-stewart Thank you for your help ! |


This fixes #157312
Before:

After:
