Non-static 'initThemeOverlays(android.content.Context, int, int)' cannot be referenced from a static context
`public class themeApplication extends Application {
@Override
public void onCreate() {
super.onCreate();
Rainbow.initThemeOverlays(
this,
R.style.ThemeOverlay_PrimaryPalette_White,
R.style.ThemeOverlay_SecondaryPalette_Brown
);
}
}`