-
Notifications
You must be signed in to change notification settings - Fork 48
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
User-driven skinning #75
Comments
@Splitwirez That's correct, we will provide a customization screen in app settings where user will be able to tweak all parts of UI including colors, background, etc. |
@waliarubal I don't just mean colours and images. I'm suggesting letting the user write XAML, compile it into an assembly, and load that. Like what File Commander was going to do. |
Recap from discussion over Skype: The idea of implementing colour and background image customization as options for the default skin, rather than for Jaya itself, was discussed. This would allow both 'easy' and 'in-depth' customization to coexist, without forcing all skins to support these extra features. |
Added code to perist selected theme and load it. #75
As previously discussed, I think we should allow the user to create and compile their own skins for Jaya File Manager - some people may not be fond of its default look and feel, so by allowing skinning, we enable the user to customize Jaya's appearance pretty much to their heart's content, as long as we do a good job of it.
@waliarubal We agreed that if this was implemented at all, it would be a v1.1 or later feature, correct?
The text was updated successfully, but these errors were encountered: