markjamesm / MusicSharp

MusicSharp is a lightweight TUI music player written in C#.
https://markjames.dev/blog/developing-a-cli-music-player-csharp/
GNU General Public License v3.0
57 stars 11 forks source link

Implement Theme Support #17

Open markjamesm opened 3 years ago

markjamesm commented 3 years ago

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.