MusicSharp
MusicSharp copied to clipboard
Implement Theme Support
Terminal.Gui supports different themes which can be chosen by a user while the application is running. It would be nice to have a menu item which allows users to switch between these themes.
See UICatalog/UICatalog.cs#L320 for an example implementation.
The GUI has been rewritten to use Terminal.GUI V2, so work on theming should be done in the V2 branch.