You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking to add support for peacock and previously created a repo for it to allow for the user to change favorite colors.
Currently this vscode theme only allow for extensions to swap out color contributions from vscode extensions. However peacock does not contribute any colors to the vscode theme and favorites colors are a configuration contribution.
The type generation only allows for contributes.colors to be extracted and changed. I'm not sure what the best solution is here to allow for contributes.configuration.properties.favoriteColors to be changed/edited when changing the theme.
I'm not sure if this means the property is not themable in this case. If this cannot be supported, please reopen the original issue.
The text was updated successfully, but these errors were encountered:
I'm looking to add support for peacock and previously created a repo for it to allow for the user to change favorite colors.
Currently this vscode theme only allow for extensions to swap out color contributions from vscode extensions. However peacock does not contribute any colors to the vscode theme and favorites colors are a configuration contribution.
The type generation only allows for
contributes.colors
to be extracted and changed. I'm not sure what the best solution is here to allow forcontributes.configuration.properties.favoriteColors
to be changed/edited when changing the theme.I'm not sure if this means the property is not themable in this case. If this cannot be supported, please reopen the original issue.
The text was updated successfully, but these errors were encountered: