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
It would be nice for the plugin to match Studio's theme. Currently the light theme sticks out quite a bit in Studio. I know this isn't a super high priority, but would be a "nice to have" feature in my opinion.
Screenshot example:
The text was updated successfully, but these errors were encountered:
We could implement that by adding an if/else statement that detects the user's theme on Studio, then the plugin uses the dark theme whenever a user is on dark mode, else, a user is on light mode, the plugin uses it's default theme.
I believe there's an Enum that detects whatever the user's Studio theme is?
Upgrades to Roact master and introduces dynamic theme switching.
We branch on the theme name in order to try to use Rojo's brand
colors instead of Studio's. I kind of winged it with these colors
and we might want to choose slightly nicer dark theme colors
in the future.
I also took the opportunity to reorganize the color naming scheme
since it didn't really work for dark theme.
It would be nice for the plugin to match Studio's theme. Currently the light theme sticks out quite a bit in Studio. I know this isn't a super high priority, but would be a "nice to have" feature in my opinion.
Screenshot example:
The text was updated successfully, but these errors were encountered: