-
Notifications
You must be signed in to change notification settings - Fork 19
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
Feature: GetThemeValue #96
Comments
Hi, I believe that exists, but also in the upcoming release the interface to get that changed a bit (hence the major version bump). In addition, I plan to revamp all of themes in the future, just haven't figured out what I want to do yet |
the only one I see is GetThemeValuesAsync, which is retrieving as a IDictionary. There is GetGlobalStyle (string name) but not GetThemeValue (string name) |
In the alpha of 3.0.0 that is on nuget (It is possible that maybe the current one on nuget doesnt have it?)
v3.0.0 will be released this weekend - you should be good once that is released. |
Sorry about that, must not have pushed to nuget for a while |
Hi, I can suggest add a IStyle.GetThemeValue (string)
I need to retrive it for theming with other libraries.
The text was updated successfully, but these errors were encountered: