diff --git a/frontend/src/ts/controllers/theme-controller.ts b/frontend/src/ts/controllers/theme-controller.ts index 6e12660c4..3ff1c8f5e 100644 --- a/frontend/src/ts/controllers/theme-controller.ts +++ b/frontend/src/ts/controllers/theme-controller.ts @@ -153,7 +153,9 @@ async function apply( customColorsOverride, isPreview ); - clearCustomTheme(); + if (!Config.customTheme) { + clearCustomTheme(); + } const name = customColorsOverride ? "custom" : themeName; ThemeColors.reset();