-
Notifications
You must be signed in to change notification settings - Fork 36
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
activityBar.activeBorder and tab.activeBorderTop properties are not displayed #281
Comments
Thanks for the feedback. I just launched a new version of the site which has several improvements to theme previews including the active border. |
Hello @jschr |
You're right I missed adding As for the alignment I did intentionally add the badge to to the Git icon since at least for me that's the one that usually has the badge. |
Perfect @jschr. Now the color of the activity bar is showing. Regarding the alignment of the badge, what I wanted to show is that the text “3” is misaligned. In this screenshot taken with the smartphone, the misalignment is more visible. |
Thanks, I see the issue in iOS safari. I've opened a new issue: #286 |
Hello, analyzing the theme previews (and also looking at the preview of my own extension https://vscodethemes.com/e/aluisiodeavila.fuedskeps-theme/fuedskeps-blue?language=javascript ) I noticed that the
activityBar.activeBorder
andtab.activeBorderTop
properties are not being displayed in the theme preview images.It would be interesting if this adjustment were made so that it was displayed correctly, because from my analysis many other extensions use these two properties to differentiate the theme variants, and in this case by not showing the colors of these properties, the preview of each variant is the same.
In the case of the
activityBar.activeBorder
property, it is currently only showing the color if the theme uses theactivityBar.foreground
property, however many themes do not use this property so as not to change the color of the icon, and only change the color of the border.In the case of the
tab.activeBorderTop
property, it is currently only showing thetab.activeBorder
property.Theme preview inside VSCode
Theme preview inside vscodethemes
The text was updated successfully, but these errors were encountered: