diff --git a/Source/Themes.xm b/Source/Themes.xm index 002453a..e3173fd 100644 --- a/Source/Themes.xm +++ b/Source/Themes.xm @@ -855,4 +855,7 @@ UIColor* raisedColor = [UIColor blackColor]; if (oldDarkTheme()) { %init(gOldDarkTheme); } + if (defaultDarkTheme()) { + %init(gDefaultDarkTheme); + } }