Introduce dark/light mode switch, EXPERIMENTAL
This commit is contained in:
parent
dd185edf96
commit
187b1c72dd
11 changed files with 202 additions and 49 deletions
|
@ -30,6 +30,7 @@
|
|||
#include "AsyncDialog.hpp"
|
||||
#include "PluginContext.hpp"
|
||||
#include "DistrhoPluginUtils.hpp"
|
||||
#include "settings.hpp"
|
||||
|
||||
#include <asset.hpp>
|
||||
#include <context.hpp>
|
||||
|
@ -61,6 +62,7 @@ const std::string CARDINAL_VERSION = "22.07";
|
|||
namespace rack {
|
||||
|
||||
namespace settings {
|
||||
bool darkMode = true;
|
||||
int rateLimit = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue