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
When designing my app, I wanted to have access to some of the specific theme colors. This is handy when trying to customize your app to match the theme the user has chosen. For my use case I just made themeDict public so I can quickly access it and grab the theme colors I wanted. In the example app, you just use the inverse of the background color. While this works most of the time, sometimes it is less than ideal. Most of these themes have text colors that work well on their respective backgrounds, so it would be nice to have access to those through the API.
The text was updated successfully, but these errors were encountered:
When designing my app, I wanted to have access to some of the specific theme colors. This is handy when trying to customize your app to match the theme the user has chosen. For my use case I just made
themeDict
public so I can quickly access it and grab the theme colors I wanted. In the example app, you just use the inverse of the background color. While this works most of the time, sometimes it is less than ideal. Most of these themes have text colors that work well on their respective backgrounds, so it would be nice to have access to those through the API.The text was updated successfully, but these errors were encountered: