-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Light HC theme missing watermark and keybindings hints #143765
Comments
Dug into this a bit. It looks like there are two issues here: First, we render different versions of the letterpress SVG depending on the theme type.
Second, our theme types are limited to vscode/src/vs/platform/theme/common/theme.ts Lines 9 to 13 in e102191
@aeschli what do you think about splitting the hc types into something like Another option could be to rely on on a different field like cc @isidorn @misolori for awareness on the type splitting question above. |
In the meantime I think can get by with using token vars e.g. |
@daviddossett don't forget the same file on distro for the branded icon versions if you haven't already gotten to it |
Closing as fixed. Will create a separate issue for the theme type discussion. |
@daviddossett please ping me on that other issue. I think it makes |
Testing #143425
The text was updated successfully, but these errors were encountered: