-
Notifications
You must be signed in to change notification settings - Fork 61
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
theme editor #63
Comments
solved just hide highlight color, and use highlight row color instead..
Better solution:
small problem, if override highlight color for datagrid, it excepts type "Color", whereas all template colors are SolidColorBrush.. so would be nice to be able to use SolidColorBrush for all..
this doesnt work (no error): Using binding and converter, errors on element (adding elementtarget brings other errors) so how to get SolidColorBrush from color resources, as color into that.. Can override color from script, but then thats extra work, all other colors come from dynamic resources.. |
good enough for now, build is coming soon (in a week or so) |
references for dark themes |
separate application or webpage to design custom themes.
*but then again, if new themes are added, would have to update the separate theme editor everytime.. maybe its better to include simple color picker editor?
TODO (if builtin editor)
Extra steps/ideas for later:
TODO (if separate editor) *skipped for now
The text was updated successfully, but these errors were encountered: