/// <summary> /// Set current app theme. /// </summary> static void setupTheme() { var theme = new AppTheme(_services); theme.SetCurrentTheme(); }