Introduce dark/light mode switch, EXPERIMENTAL

This commit is contained in:
falkTX 2022-07-19 16:21:45 +01:00
parent dd185edf96
commit 187b1c72dd
11 changed files with 202 additions and 49 deletions

View file

@ -33,10 +33,6 @@ extern const std::string CARDINAL_VERSION;
namespace rack {
namespace settings {
extern int rateLimit;
}
namespace ui {
struct Menu;
}