#if wxCHECK_VERSION(3, 3, 2) const bool IsDark = wxSystemSettings::GetAppearance()IsDark();#else const bool IsDark = false;#endif
const bool IsDark = wxSystemSettings::GetAppearance().IsDark();