Hi, it would be useful to add the theme mode of the app from sketch so that all users see the same colors when using the app, something like this.
#define BLYNK_DEFAULT_THEME “dark” //or white
BLYNK_CONNECTED() {
BLYNK_DEFAULT_THEME “dark” //or white
}