diff --git a/Telegram/SourceFiles/window/themes/window_themes_embedded.cpp b/Telegram/SourceFiles/window/themes/window_themes_embedded.cpp index 45cdbaf543..035baf54f0 100644 --- a/Telegram/SourceFiles/window/themes/window_themes_embedded.cpp +++ b/Telegram/SourceFiles/window/themes/window_themes_embedded.cpp @@ -75,6 +75,11 @@ const auto kColorizeIgnoredKeys = base::flat_set{ { qstr("settingsIconBg6"), qstr("settingsIconBg8"), qstr("settingsIconBgArchive"), + qstr("premiumButtonBg1"), + qstr("premiumButtonBg2"), + qstr("premiumButtonBg3"), + qstr("premiumIconBg1"), + qstr("premiumIconBg2"), } }; style::colorizer::Color cColor(std::string_view hex) {